Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,8 @@ pipeline_tag: text-generation
|
|
13 |
|
14 |
* 📄[Paper](https://arxiv.org/abs/2312.11193)
|
15 |
* 📚[Dataset Download](https://huggingface.co/datasets/yuyijiong/Long-Instruction-with-Paraphrasing)
|
16 |
-
* ✨[GitHub
|
|
|
17 |
|
18 |
## 训练方式
|
19 |
|
@@ -64,8 +65,9 @@ print(tokenizer.decode(response, skip_special_tokens=True))
|
|
64 |
| llama3-8b-chinese-chat | 45.88 |50.56| 68.00 |22.52| 73.00 |
|
65 |
| llama3-8b-chinese-chat-32k| **47.64** |49.98| **100.00** |**25.13**| **75.0** |
|
66 |
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
| llama3-8b-chinese-chat
|
|
|
|
13 |
|
14 |
* 📄[Paper](https://arxiv.org/abs/2312.11193)
|
15 |
* 📚[Dataset Download](https://huggingface.co/datasets/yuyijiong/Long-Instruction-with-Paraphrasing)
|
16 |
+
* ✨[GitHub
|
17 |
+
](https://github.com/yuyijiong/train_with_paraphrasing)
|
18 |
|
19 |
## 训练方式
|
20 |
|
|
|
65 |
| llama3-8b-chinese-chat | 45.88 |50.56| 68.00 |22.52| 73.00 |
|
66 |
| llama3-8b-chinese-chat-32k| **47.64** |49.98| **100.00** |**25.13**| **75.0** |
|
67 |
|
68 |
+
## Longbench (zh)
|
69 |
+
|
70 |
+
| model | dureader | multifieldqa_zh | passage_retrieval_zh | vcsum | lsht |
|
71 |
+
|----------------------------|-----------|-----------------|----------------------|-----------|----------|
|
72 |
+
| llama3-8b-chinese-chat | 29.08 | 58.4 | 93.5 | 14.61 | 28.25 |
|
73 |
+
| llama3-8b-chinese-chat-32k | **32.31** | **58.66** | 82.5 | **16.15** | **38.5** |
|