syubraj commited on
Commit
dca017e
1 Parent(s): f65b190

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/romaneng2nep_v2"
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