Update README.md
Browse files
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
|
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)
|