Commit
·
11612d2
1
Parent(s):
84b9243
Update README.md
Browse files
README.md
CHANGED
@@ -78,7 +78,7 @@ We compare our solution with both open automatic spell checkers and the ChatGPT
|
|
78 |
| HunSpell | 28.5 | 30.7 | 29.6 |
|
79 |
|
80 |
## How to use
|
81 |
-
```
|
82 |
from transformers import M2M100ForConditionalGeneration, M2M100Tokenizer
|
83 |
|
84 |
path_to_model = "<path_to_model>"
|
|
|
78 |
| HunSpell | 28.5 | 30.7 | 29.6 |
|
79 |
|
80 |
## How to use
|
81 |
+
```python
|
82 |
from transformers import M2M100ForConditionalGeneration, M2M100Tokenizer
|
83 |
|
84 |
path_to_model = "<path_to_model>"
|