Update README.md
Browse files
README.md
CHANGED
@@ -65,6 +65,8 @@ give it a spin in Colab at [this notebook](https://colab.research.google.com/gis
|
|
65 |
|
66 |
The intent is to create a text2text language model that successfully completes "single-shot grammar correction" on a potentially grammatically incorrect text **that could have a lot of mistakes** with the important qualifier of **it does not semantically change text/information that IS grammatically correct.**
|
67 |
|
|
|
|
|
68 |
## Intended uses & limitations
|
69 |
|
70 |
- dataset: `cc-by-nc-sa-4.0`
|
|
|
65 |
|
66 |
The intent is to create a text2text language model that successfully completes "single-shot grammar correction" on a potentially grammatically incorrect text **that could have a lot of mistakes** with the important qualifier of **it does not semantically change text/information that IS grammatically correct.**
|
67 |
|
68 |
+
Compare some of the heavier-error examples on [other grammar correction models](https://huggingface.co/models?dataset=dataset:jfleg) to see the difference :)
|
69 |
+
|
70 |
## Intended uses & limitations
|
71 |
|
72 |
- dataset: `cc-by-nc-sa-4.0`
|