Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ Our results show that MANTa-LM only slightly degrades the performance of a T5 eq
|
|
30 |
```python
|
31 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
32 |
|
33 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
34 |
manta_model = AutoModelForSeq2SeqLM.from_pretrained("almanach/manta-lm-base", trust_remote_code=True)
|
35 |
|
36 |
tokens = tokenizer("The name of the capital of France is <extra_id_0> and it is a very big city.", return_tensors="pt")
|
|
|
30 |
```python
|
31 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
32 |
|
33 |
+
tokenizer = AutoTokenizer.from_pretrained("almanach/manta-lm-base", trust_remote_code=True)
|
34 |
manta_model = AutoModelForSeq2SeqLM.from_pretrained("almanach/manta-lm-base", trust_remote_code=True)
|
35 |
|
36 |
tokens = tokenizer("The name of the capital of France is <extra_id_0> and it is a very big city.", return_tensors="pt")
|