bourdoiscatie
commited on
Commit
•
6eb5d27
1
Parent(s):
29f77dc
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-xl-flan-en", trust_remote_code=True)
|
14 |
-
tokenizer = AutoTokenizer.from_pretrained("google/flan-t5-
|
15 |
```
|
|
|
11 |
```
|
12 |
from transformers import AutoModel, AutoTokenizer
|
13 |
model = AutoModel.from_pretrained("CATIE-AQ/FAT5-xl-flan-en", trust_remote_code=True)
|
14 |
+
tokenizer = AutoTokenizer.from_pretrained("google/flan-t5-xl")
|
15 |
```
|