Update README.md
Browse files
README.md
CHANGED
@@ -6,19 +6,13 @@ widget:
|
|
6 |
|
7 |
---
|
8 |
|
9 |
-
# Chinese GPT2 Language
|
10 |
|
11 |
## Model description
|
12 |
|
13 |
-
This is
|
14 |
-
|
15 |
-
You can download the two Chinese GPT2 language models via HuggingFace from the links below:
|
16 |
-
|
17 |
-
| Model | [gpt2-chinese-poem][poem] | [gpt2-chinese-couplet][couplet] |
|
18 |
-
| :-----------: | :------------------------------------------: | :-------------------------------------: |
|
19 |
-
| Training data | Contains about 800,000 chinese ancient poems | Contains about 700,000 chinese couplets |
|
20 |
-
|
21 |
|
|
|
22 |
|
23 |
## How to use
|
24 |
|
@@ -89,5 +83,4 @@ python3 pretrain.py --dataset_path poem.pt \
|
|
89 |
}
|
90 |
```
|
91 |
|
92 |
-
[poem]: https://huggingface.co/uer/gpt2-chinese-poem
|
93 |
-
[couplet]: https://huggingface.co/uer/gpt2-chinese-couplet
|
|
|
6 |
|
7 |
---
|
8 |
|
9 |
+
# Chinese GPT2 Language Model
|
10 |
|
11 |
## Model description
|
12 |
|
13 |
+
This model is used to generate Chinese ancient poems and is pre-trained by [UER-py](https://www.aclweb.org/anthology/D19-3041.pdf).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
+
You can download this model via HuggingFace from the link :[gpt2-chinese-poem][poem]
|
16 |
|
17 |
## How to use
|
18 |
|
|
|
83 |
}
|
84 |
```
|
85 |
|
86 |
+
[poem]: https://huggingface.co/uer/gpt2-chinese-poem
|
|