oliverguhr
commited on
Commit
•
a30d76e
1
Parent(s):
4a515c0
Update README.md
Browse files
README.md
CHANGED
@@ -14,17 +14,17 @@ metrics:
|
|
14 |
---
|
15 |
|
16 |
This is an experimental model that should fix your typos and punctuation.
|
17 |
-
If you like to run your own experiments or train a different language, have a look at [the code](https://github.com/oliverguhr/spelling).
|
18 |
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
-
This is a proof of concept spelling correction model for
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
26 |
-
This is work in progress, be aware that the model can produce artefacts.
|
27 |
-
You can test the model using the pipeline
|
28 |
|
29 |
```python
|
30 |
from transformers import pipeline
|
|
|
14 |
---
|
15 |
|
16 |
This is an experimental model that should fix your typos and punctuation.
|
17 |
+
If you like to run your own experiments or train for a different language, have a look at [the code](https://github.com/oliverguhr/spelling).
|
18 |
|
19 |
|
20 |
## Model description
|
21 |
|
22 |
+
This is a proof of concept spelling correction model for English.
|
23 |
|
24 |
## Intended uses & limitations
|
25 |
|
26 |
+
This project is work in progress, be aware that the model can produce artefacts.
|
27 |
+
You can test the model using the pipeline-interface:
|
28 |
|
29 |
```python
|
30 |
from transformers import pipeline
|