wangyulong
commited on
Commit
•
fb3563c
1
Parent(s):
0a3fbaa
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ license: apache-2.0
|
|
6 |
|
7 |
# Mengzi-T5 model (Chinese)
|
8 |
Pretrained model on 300G Chinese corpus.
|
9 |
-
[Mengzi:
|
10 |
|
11 |
## Usage
|
12 |
```python
|
@@ -19,5 +19,12 @@ model = T5ForConditionalGeneration.from_pretrained("Langboat/mengzi-t5-base")
|
|
19 |
## Citation
|
20 |
If you find the technical report or resource is useful, please cite the following technical report in your paper.
|
21 |
```
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
```
|
|
|
6 |
|
7 |
# Mengzi-T5 model (Chinese)
|
8 |
Pretrained model on 300G Chinese corpus.
|
9 |
+
[Mengzi: Towards Lightweight yet Ingenious Pre-trained Models for Chinese](https://arxiv.org/abs/2110.06696)
|
10 |
|
11 |
## Usage
|
12 |
```python
|
|
|
19 |
## Citation
|
20 |
If you find the technical report or resource is useful, please cite the following technical report in your paper.
|
21 |
```
|
22 |
+
@misc{zhang2021mengzi,
|
23 |
+
title={Mengzi: Towards Lightweight yet Ingenious Pre-trained Models for Chinese},
|
24 |
+
author={Zhuosheng Zhang and Hanqing Zhang and Keming Chen and Yuhang Guo and Jingyun Hua and Yulong Wang and Ming Zhou},
|
25 |
+
year={2021},
|
26 |
+
eprint={2110.06696},
|
27 |
+
archivePrefix={arXiv},
|
28 |
+
primaryClass={cs.CL}
|
29 |
+
}
|
30 |
```
|