REILX commited on
Commit
e035801
1 Parent(s): c60531a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,7 +13,7 @@
13
  * **方法:** 将每轮对话视作独立的问答对,并巧妙融入上下文信息构建样本。
14
  * **具体步骤:**
15
  1. 针对每个“conversation”,逐一遍历其对话轮次。
16
- 2. 将当前“human”轮次的“value”与之前所有轮次的对话内容熔炼一体,构成完整的“instruction”。
17
  3. 将当前“gpt”轮次的“value”作为最终的“output”。
18
  4. “input”可为空白,亦可注入适当的提示信息。
19
 
@@ -22,8 +22,8 @@
22
  * **方法:** 将每轮对话视作独立的问答对,并巧妙利用上下文信息构建样本。
23
  * **具体步骤:**
24
  1. 针对每个“conversation”,逐一遍历其对话轮次。
25
- 2. 将每个“conversation”中所有“human”的“value”汇聚一堂,构成完整的“instruction”。
26
- 3. 将每个“conversation”中所有“gpt”的“value”汇聚一堂,构成最终的“output”。
27
  4. “input”可为空白,亦可注入适当的提示信息。
28
 
29
  **REILX/neo_sft_phase2_single**
 
13
  * **方法:** 将每轮对话视作独立的问答对,并巧妙融入上下文信息构建样本。
14
  * **具体步骤:**
15
  1. 针对每个“conversation”,逐一遍历其对话轮次。
16
+ 2. 将当前“human”轮次的“value”与之前所有轮次的对话内容拼接,构成完整的“instruction”。
17
  3. 将当前“gpt”轮次的“value”作为最终的“output”。
18
  4. “input”可为空白,亦可注入适当的提示信息。
19
 
 
22
  * **方法:** 将每轮对话视作独立的问答对,并巧妙利用上下文信息构建样本。
23
  * **具体步骤:**
24
  1. 针对每个“conversation”,逐一遍历其对话轮次。
25
+ 2. 将每个“conversation”中所有“human”的“value”拼接,构成完整的“instruction”。
26
+ 3. 将每个“conversation”中所有“gpt”的“value”拼接,构成最终的“output”。
27
  4. “input”可为空白,亦可注入适当的提示信息。
28
 
29
  **REILX/neo_sft_phase2_single**