Update README.md
Browse files
README.md
CHANGED
@@ -6,8 +6,8 @@ license: mit
|
|
6 |
```python3
|
7 |
from transformers import MT5Tokenizer, MT5ForConditionalGeneration
|
8 |
|
9 |
-
tokenizer = MT5Tokenizer.from_pretrained('/
|
10 |
-
model = MT5ForConditionalGeneration.from_pretrained('/
|
11 |
|
12 |
text = "some news with head line"
|
13 |
|
|
|
6 |
```python3
|
7 |
from transformers import MT5Tokenizer, MT5ForConditionalGeneration
|
8 |
|
9 |
+
tokenizer = MT5Tokenizer.from_pretrained('juierror/thai-news-summarization')
|
10 |
+
model = MT5ForConditionalGeneration.from_pretrained('juierror/thai-news-summarization')
|
11 |
|
12 |
text = "some news with head line"
|
13 |
|