Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ on the wiki.en dataset from [oliverguhr/spelling](https://github.com/oliverguhr/
|
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
-
This model should
|
24 |
|
25 |
```python
|
26 |
from transformers import pipeline
|
@@ -35,11 +35,11 @@ print(fix_spelling("lets do a comparsion",max_length=100))
|
|
35 |
|
36 |
## Intended uses & limitations
|
37 |
|
38 |
-
|
39 |
|
40 |
-
It
|
41 |
-
|
42 |
-
It was fine-tuned with a `max_length` of 100.
|
43 |
|
44 |
## Training and evaluation data
|
45 |
|
|
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
+
This an experimental model that should be capable of fixing typos and punctuation.
|
24 |
|
25 |
```python
|
26 |
from transformers import pipeline
|
|
|
35 |
|
36 |
## Intended uses & limitations
|
37 |
|
38 |
+
Intented for research purposes.
|
39 |
|
40 |
+
- It may produce artifacts.
|
41 |
+
- It doesn't support languages other than English.
|
42 |
+
- It was fine-tuned with a `max_length` of 100.
|
43 |
|
44 |
## Training and evaluation data
|
45 |
|