Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ tags:
|
|
11 |
|
12 |
我们希望有一个模型能够从小说的chunk中批量去提取摘要和对话
|
13 |
|
14 |
-
这个模型就是实现了这一点。模型使用了大约30k的中文小说数据和20k的英文小说数据进行训练,在qwen-1.8上进行了3个epoch的finetune。
|
15 |
|
16 |
主项目链接 https://github.com/LC1332/Chat-Haruhi-Suzumiya
|
17 |
|
@@ -23,7 +23,7 @@ tags:
|
|
23 |
|
24 |
We hope to have a model that can extract summaries and dialogues in batches from chunks of novels.
|
25 |
|
26 |
-
This model achieves just that. It was trained using approximately 30k Chinese novels and 20k English novels, and was fine-tuned on qwen-1.8 for three epochs. In principle, the model supports
|
27 |
|
28 |
Main project link: https://github.com/LC1332/Chat-Haruhi-Suzumiya
|
29 |
|
|
|
11 |
|
12 |
我们希望有一个模型能够从小说的chunk中批量去提取摘要和对话
|
13 |
|
14 |
+
这个模型就是实现了这一点。模型使用了大约30k的中文小说数据和20k的英文小说数据进行训练,在qwen-1.8上进行了3个epoch的finetune。 原则上模型同时支持中文和英文小说的抽取
|
15 |
|
16 |
主项目链接 https://github.com/LC1332/Chat-Haruhi-Suzumiya
|
17 |
|
|
|
23 |
|
24 |
We hope to have a model that can extract summaries and dialogues in batches from chunks of novels.
|
25 |
|
26 |
+
This model achieves just that. It was trained using approximately 30k Chinese novels and 20k English novels, and was fine-tuned on qwen-1.8 for three epochs. In principle, the model supports extracting for both Chinese and English novels.
|
27 |
|
28 |
Main project link: https://github.com/LC1332/Chat-Haruhi-Suzumiya
|
29 |
|