chieunq commited on
Commit
12a9b94
1 Parent(s): 54d56d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ This is tool for paraphase Vietnamese sentence.
11
  For more details, do check out [our Github repo](https://github.com/nqchieutb01/vietnamese-sentence-paraphase).
12
 
13
  ```python
14
- CKPT = 'chieunq/vietnamese-sentence-paraphase-v1'
15
  from transformers import MT5Tokenizer, MT5ForConditionalGeneration
16
  tokenizer = MT5Tokenizer.from_pretrained(CKPT)
17
  model = MT5ForConditionalGeneration.from_pretrained(CKPT)
 
11
  For more details, do check out [our Github repo](https://github.com/nqchieutb01/vietnamese-sentence-paraphase).
12
 
13
  ```python
14
+ CKPT = 'chieunq/vietnamese-sentence-paraphase'
15
  from transformers import MT5Tokenizer, MT5ForConditionalGeneration
16
  tokenizer = MT5Tokenizer.from_pretrained(CKPT)
17
  model = MT5ForConditionalGeneration.from_pretrained(CKPT)