Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,6 @@ license: mit
|
|
9 |
|
10 |
The model is a fine-tuned version of [IT5](https://huggingface.co/models?search=it5)[1], specifically modelled for computing a spellchecking in the shape of a sequence-to-sequence task.
|
11 |
|
12 |
-
|
13 |
|
14 |
The input sequence should have the structure <b>seq: <i>your text</i>.</b>. Missing the seq token at the beginning or the final punctuation mark may lead to bad performances.
|
|
|
9 |
|
10 |
The model is a fine-tuned version of [IT5](https://huggingface.co/models?search=it5)[1], specifically modelled for computing a spellchecking in the shape of a sequence-to-sequence task.
|
11 |
|
12 |
+
### USAGE
|
13 |
|
14 |
The input sequence should have the structure <b>seq: <i>your text</i>.</b>. Missing the seq token at the beginning or the final punctuation mark may lead to bad performances.
|