Update README.md
Browse files
README.md
CHANGED
@@ -12,4 +12,6 @@ This adaptation should enable the user to efficiently continue the pre-training
|
|
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 |
-
```
|
|
|
|
|
|
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 |
+
```
|
16 |
+
|
17 |
+
Note: we forgot to push a file we need to find (cf. https://huggingface.co/CATIE-AQ/FAT5-xl-flan-en/discussions/1 🙃
|