wangyulong
commited on
Commit
•
0a3fbaa
1
Parent(s):
ebac1ae
Update README.md
Browse files
README.md
CHANGED
@@ -12,8 +12,8 @@ Pretrained model on 300G Chinese corpus.
|
|
12 |
```python
|
13 |
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
14 |
|
15 |
-
tokenizer = T5Tokenizer.from_pretrained("
|
16 |
-
model = T5ForConditionalGeneration.from_pretrained("
|
17 |
```
|
18 |
|
19 |
## Citation
|
|
|
12 |
```python
|
13 |
from transformers import T5Tokenizer, T5ForConditionalGeneration
|
14 |
|
15 |
+
tokenizer = T5Tokenizer.from_pretrained("Langboat/mengzi-t5-base")
|
16 |
+
model = T5ForConditionalGeneration.from_pretrained("Langboat/mengzi-t5-base")
|
17 |
```
|
18 |
|
19 |
## Citation
|