nicoladecao
commited on
Commit
•
69836ea
1
Parent(s):
c93b198
Update README.md
Browse files
README.md
CHANGED
@@ -156,7 +156,7 @@ This model was trained on 105 languages from Wikipedia.
|
|
156 |
Here is an example of generation for Wikipedia page disambiguation:
|
157 |
|
158 |
```python
|
159 |
-
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
160 |
|
161 |
# OPTIONAL: load the prefix tree (trie), you need to additionally download
|
162 |
# https://huggingface.co/facebook/mgenre-wiki/blob/main/trie.py and
|
|
|
156 |
Here is an example of generation for Wikipedia page disambiguation:
|
157 |
|
158 |
```python
|
159 |
+
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
160 |
|
161 |
# OPTIONAL: load the prefix tree (trie), you need to additionally download
|
162 |
# https://huggingface.co/facebook/mgenre-wiki/blob/main/trie.py and
|