Update README.md
Browse files
README.md
CHANGED
@@ -58,6 +58,8 @@ results = corrector(raw_text)
|
|
58 |
print(results)
|
59 |
```
|
60 |
|
|
|
|
|
61 |
## Model description
|
62 |
|
63 |
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._
|
|
|
58 |
print(results)
|
59 |
```
|
60 |
|
61 |
+
give it a spin in Colab at [this notebook](https://colab.research.google.com/gist/pszemraj/9b810e38a4d3bc766834df921818d782/scratchpad.ipynb)
|
62 |
+
|
63 |
## Model description
|
64 |
|
65 |
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._
|