Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,30 @@ This model is a GPT2 model trained to generate ancient Chinese text, with `bert-
|
|
5 |
|
6 |
## Training data
|
7 |
It's trained on the classic Chinese texts fetched from ctext.org.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
## How to use
|
10 |
You can use the model directly with a pipeline for text generation:
|
|
|
5 |
|
6 |
## Training data
|
7 |
It's trained on the classic Chinese texts fetched from ctext.org.
|
8 |
+
<details>
|
9 |
+
<summary> "Reading list" of this model </summary>
|
10 |
+
|
11 |
+
* 孟子 "mengzi"
|
12 |
+
* 论语 "analects"
|
13 |
+
* 商君书 "shang-jun-shu"
|
14 |
+
* 礼记 "liji"
|
15 |
+
* 孙子兵法 "art-of-war"
|
16 |
+
* 墨子 "mozi"
|
17 |
+
* 庄子 "zhuangzi"
|
18 |
+
* 道德经 "dao-de-jing"
|
19 |
+
* 韩非子 "hanfeizi"
|
20 |
+
* 史记 "shiji"
|
21 |
+
* 战国策 "zhan-guo-ce"
|
22 |
+
* 汉书 "han-shu"
|
23 |
+
* 后汉书 "hou-han-shu"
|
24 |
+
* 三国志 "sanguozhi"
|
25 |
+
* 世说新语 "shi-shuo-xin-yu"
|
26 |
+
* 颜氏家训 "yan-shi-jia-xun"
|
27 |
+
* 金瓶梅 "jinpingmei"
|
28 |
+
* 西游记 "xiyouji"
|
29 |
+
* 红楼梦 "hongloumeng"
|
30 |
+
</details>
|
31 |
+
|
32 |
|
33 |
## How to use
|
34 |
You can use the model directly with a pipeline for text generation:
|