mabaochang commited on
Commit
2574d42
1 Parent(s): 3b3e4a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -95,6 +95,8 @@ while line:
95
 
96
  ```
97
 
 
 
98
  ## Limitations
99
  There still exists a few issues in the model trained on current base model and data:
100
 
@@ -169,6 +171,8 @@ while line:
169
 
170
  ```
171
 
 
 
172
  ## 局限性和使用限制
173
  基于当前数据和基础模型训练得到的SFT模型,在效果上仍存在以下问题:
174
 
 
95
 
96
  ```
97
 
98
+ The above example did not utilize the context from previous turns of the conversation. If you want to perform multi-turn dialogue understanding, you can concatenate the previous turns of the conversation in the format of Human:{input}\n\nAssistant:{output} and input it to the generate function
99
+
100
  ## Limitations
101
  There still exists a few issues in the model trained on current base model and data:
102
 
 
171
 
172
  ```
173
 
174
+ 上面样例没有利用对话上文,如果你想做多轮对话理解,可以将对话上文按照Human:{input}\n\nAssistant:{output} 方式拼接起来输入给generate函数
175
+
176
  ## 局限性和使用限制
177
  基于当前数据和基础模型训练得到的SFT模型,在效果上仍存在以下问题:
178