REILX commited on
Commit
22eea6c
1 Parent(s): cf58b3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -21,7 +21,7 @@ https://huggingface.co/Qwen/Qwen2-7B-Instruct
21
 
22
  ### 数据集
23
 
24
- 以 m-a-p/neo_sft_phase2 数据集为基石,精心构建了三个子数据集,分别如下:
25
 
26
  1. REILX/neo_sft_phase2_conversations
27
  2. REILX/neo_sft_phase2_multi
@@ -31,7 +31,7 @@ https://huggingface.co/Qwen/Qwen2-7B-Instruct
31
 
32
  **REILX/neo_sft_phase2_conversations**
33
 
34
- * **方法:** 将每轮对话视作独立的问答对,并巧妙融入上下文信息构建样本。
35
  * **具体步骤:**
36
  1. 针对每个“conversation”,逐一遍历其对话轮次。
37
  2. 将当前“human”轮次的“value”与之前所有轮次的对话内容拼接,构成完整的“instruction”。
@@ -40,7 +40,7 @@ https://huggingface.co/Qwen/Qwen2-7B-Instruct
40
 
41
  **REILX/neo_sft_phase2_multi**
42
 
43
- * **方法:** 将每轮对话视作独立的问答对,并巧妙利用上下文信息构建样本。
44
  * **具体步骤:**
45
  1. 针对每个“conversation”,逐一遍历其对话轮次。
46
  2. 将每个“conversation”中所有“human”的“value”拼接,构成完整的“instruction”。
 
21
 
22
  ### 数据集
23
 
24
+ 以 m-a-p/neo_sft_phase2 数据集为基石,构建了三个子数据集,分别如下:
25
 
26
  1. REILX/neo_sft_phase2_conversations
27
  2. REILX/neo_sft_phase2_multi
 
31
 
32
  **REILX/neo_sft_phase2_conversations**
33
 
34
+ * **方法:** 将每轮对话视作独立的问答对,融入上下文信息构建样本。
35
  * **具体步骤:**
36
  1. 针对每个“conversation”,逐一遍历其对话轮次。
37
  2. 将当前“human”轮次的“value”与之前所有轮次的对话内容拼接,构成完整的“instruction”。
 
40
 
41
  **REILX/neo_sft_phase2_multi**
42
 
43
+ * **方法:** 将每轮对话视作独立的问答对,利用上下文信息构建样本。
44
  * **具体步骤:**
45
  1. 针对每个“conversation”,逐一遍历其对话轮次。
46
  2. 将每个“conversation”中所有“human”的“value”拼接,构成完整的“instruction”。