hhou435 commited on
Commit
f3127fa
1 Parent(s): 8a90374

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -12
README.md CHANGED
@@ -5,19 +5,13 @@ widget:
5
 
6
  ---
7
 
8
- # Chinese GPT2 Language Models
9
 
10
  ## Model description
11
 
12
- This is the set of two Chinese GPT2 language models pre-trained by [UER-py](https://www.aclweb.org/anthology/D19-3041.pdf).
13
-
14
- You can download the two Chinese GPT2 language models via HuggingFace from the links below:
15
-
16
- | Model | [gpt2-chinese-poem][poem] | [gpt2-chinese-couplet][couplet] |
17
- | :-----------: | :------------------------------------------: | :-------------------------------------: |
18
- | Training data | Contains about 800,000 chinese ancient poems | Contains about 700,000 chinese couplets |
19
-
20
 
 
21
 
22
  ## How to use
23
 
@@ -51,7 +45,7 @@ When the parameter ***skip_special_tokens*** is Flase:
51
 
52
  ## Training data
53
 
54
- Contains about 800,000 chinese ancient poems.
55
 
56
  ## Training procedure
57
 
@@ -88,5 +82,5 @@ python3 pretrain.py --dataset_path couplet.pt \
88
  }
89
  ```
90
 
91
- [poem]: https://huggingface.co/uer/gpt2-chinese-poem
92
- [couplet]: https://huggingface.co/uer/gpt2-chinese-couplet
 
5
 
6
  ---
7
 
8
+ # Chinese GPT2 Language Model
9
 
10
  ## Model description
11
 
12
+ This model is used to generate Chinese couplets and is pre-trained by [UER-py](https://www.aclweb.org/anthology/D19-3041.pdf).
 
 
 
 
 
 
 
13
 
14
+ You can download this model via HuggingFace from the link :[gpt2-chinese-couplet][couplet]
15
 
16
  ## How to use
17
 
 
45
 
46
  ## Training data
47
 
48
+ Contains about 700,000 chinese couplets.
49
 
50
  ## Training procedure
51
 
 
82
  }
83
  ```
84
 
85
+ [couplet]: https://huggingface.co/uer/gpt2-chinese-couplet
86
+