pszemraj commited on
Commit
70c7248
1 Parent(s): 460f4d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -43,7 +43,9 @@ should probably proofread and complete it, then remove this comment. -->
43
 
44
  # t5-v1_1-base-ft-jflAUG
45
 
46
- This model is a fine-tuned version of [google/t5-v1_1-base](https://huggingface.co/google/t5-v1_1-base) on an expanded version of the JFLEG dataset.
 
 
47
 
48
  ## Model description
49
 
@@ -51,7 +53,8 @@ More information needed
51
 
52
  ## Intended uses & limitations
53
 
54
- More information needed
 
55
 
56
  ## Training and evaluation data
57
 
 
43
 
44
  # t5-v1_1-base-ft-jflAUG
45
 
46
+ - **GOAL:** build a more robust and generalized grammar and spelling correction model that has minimal impact on the semantics of correct sentences (I.e. it does not change things that do not need to be changed.
47
+ - this grammar correction model (at least from preliminary testing) can handle large amounts of errors in the source text (i.e. from audio transcription) and still produce cohesive results.
48
+ - This model is a fine-tuned version of [google/t5-v1_1-base](https://huggingface.co/google/t5-v1_1-base) on an expanded version of the JFLEG dataset.
49
 
50
  ## Model description
51
 
 
53
 
54
  ## Intended uses & limitations
55
 
56
+ - try some tests with the [examples here](https://www.engvid.com/english-resource/50-common-grammar-mistakes-in-english/)
57
+ - thus far, some limitations are: sentence fragments are not autocorrected (at least, if entered individually), some more complicated pronoun/they/he/her etc agreement is not always fixed.
58
 
59
  ## Training and evaluation data
60