Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ It achieves the following results on the evaluation set:
|
|
36 |
```python
|
37 |
from transformers import AutoTokenizer, MT5ForConditionalGeneration
|
38 |
|
39 |
-
checkpoint = "syubraj/
|
40 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
41 |
model = MT5ForConditionalGeneration.from_pretrained(checkpoint)
|
42 |
|
|
|
36 |
```python
|
37 |
from transformers import AutoTokenizer, MT5ForConditionalGeneration
|
38 |
|
39 |
+
checkpoint = "syubraj/romaneng2nep_v3"
|
40 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
41 |
model = MT5ForConditionalGeneration.from_pretrained(checkpoint)
|
42 |
|