mabaochang commited on
Commit
7cb8e2f
1 Parent(s): c0da697

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
 
@@ -167,6 +169,8 @@ while line:
167
 
168
  ```
169
 
 
 
170
  ## 局限性和使用限制
171
  基于当前数据和基础模型训练得到的SFT模型,在效果上仍存在以下问题:
172
 
 
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
 
 
169
 
170
  ```
171
 
172
+ 上面样例没有利用对话上文,如果你想做多轮对话理解,可以将对话上文按照Human:{input}\n\nAssistant:{output} 方式拼接起来输入给generate函数
173
+
174
  ## 局限性和使用限制
175
  基于当前数据和基础模型训练得到的SFT模型,在效果上仍存在以下问题:
176