jbochi commited on
Commit
252331d
1 Parent(s): 55ebcd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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 do spelling correction and
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
- It may do additional changes other than spelling corrections.
39
 
40
- It doesn't support languages other than English.
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