pszemraj commited on
Commit
7e56eea
1 Parent(s): 88ca35b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -41,9 +41,9 @@ inference:
41
 
42
  # t5-v1_1-base-ft-jflAUG
43
 
44
- - **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.
45
  - 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.
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
 
@@ -52,7 +52,7 @@ More information needed
52
  ## Intended uses & limitations
53
 
54
  - try some tests with the [examples here](https://www.engvid.com/english-resource/50-common-grammar-mistakes-in-english/)
55
- - 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.
56
 
57
  ## Training and evaluation data
58
 
 
41
 
42
  # t5-v1_1-base-ft-jflAUG
43
 
44
+ - **GOAL:** build a more robust and generalized grammar and spelling correction model with minimal impact on the semantics of correct sentences (I.e. it does not change things that do not need to be changed.
45
  - 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.
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](https://aclanthology.org/E17-2037/).
47
 
48
  ## Model description
49
 
 
52
  ## Intended uses & limitations
53
 
54
  - try some tests with the [examples here](https://www.engvid.com/english-resource/50-common-grammar-mistakes-in-english/)
55
+ - 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.
56
 
57
  ## Training and evaluation data
58