bourdoiscatie
commited on
Commit
•
2a4f976
1
Parent(s):
e983059
Update README.md
Browse files
README.md
CHANGED
@@ -11,5 +11,5 @@ This adaptation should enable the user to efficiently continue the pre-training
|
|
11 |
```
|
12 |
from transformers import AutoModel, AutoTokenizer
|
13 |
model = AutoModel.from_pretrained("CATIE-AQ/FAT5-small-flan-en", trust_remote_code=True)
|
14 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
15 |
```
|
|
|
11 |
```
|
12 |
from transformers import AutoModel, AutoTokenizer
|
13 |
model = AutoModel.from_pretrained("CATIE-AQ/FAT5-small-flan-en", trust_remote_code=True)
|
14 |
+
tokenizer = AutoTokenizer.from_pretrained("CATIE-AQ/FAT5-small-flan-en")
|
15 |
```
|