vagmi commited on
Commit
88634bc
·
1 Parent(s): 7830b13

Add example to README.

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -2,6 +2,9 @@
2
  license: apache-2.0
3
  datasets:
4
  - jfleg
 
 
 
5
  ---
6
 
7
  This is my first model for grammar error correction. It uses the jfleg dataset and is built on `t5-base`. It is trained only for 3 epochs so the output isn't that great.
 
2
  license: apache-2.0
3
  datasets:
4
  - jfleg
5
+ widget:
6
+ - text: "fix grammar: I am work with machine to write gooder english."
7
+ example_title: example
8
  ---
9
 
10
  This is my first model for grammar error correction. It uses the jfleg dataset and is built on `t5-base`. It is trained only for 3 epochs so the output isn't that great.