ATG2222 commited on
Commit
25cbb4e
·
verified ·
1 Parent(s): 13006d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  # Grammar Error Correction (GEC) with T5
3
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: vennify/t5-base-grammar-correction
4
+ tags:
5
+ - grammar-correction
6
+ - t5
7
+ - explainable-ai
8
+ - text2text-generation
9
+ datasets:
10
+ - jfleg
11
+ widget:
12
+ - text: "gec: Hey how are you"
13
+ example_title: "Basic Correction"
14
+ ---
15
 
16
  # Grammar Error Correction (GEC) with T5
17