Justcode commited on
Commit
5ddb75d
1 Parent(s): b73fddb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -70,7 +70,11 @@ Longbench Chinese
70
  ### 环境
71
  pip install transformers=4.31.0
72
  ### example
73
- 问题请放在前面,instruction放到最后。多个检索结果时,每个检索结果用”<eod>\n“分隔,开头使用方括号标识序号。如"[1] xxxxxxx<eod>\n"。
 
 
 
 
74
 
75
  结果偶尔会有“根据上面编号为xx的信息”,真正答案从“我的答案是”后开始,解码时请截断前面语句。
76
  dtype:Bfloat16
 
70
  ### 环境
71
  pip install transformers=4.31.0
72
  ### example
73
+
74
+ 通用问答时,直接在问题前后加"<human>:"和"\n<bot>"即可。
75
+
76
+ 进行阅读理解类问答时:
77
+ 问题请放在前面,然后放上下文(知识文档),instruction放到最后。多个检索结果时,每个检索结果用”<eod>\n“分隔,开头使用方括号标识序号。如"[1] xxxxxxx<eod>\n"。
78
 
79
  结果偶尔会有“根据上面编号为xx的信息”,真正答案从“我的答案是”后开始,解码时请截断前面语句。
80
  dtype:Bfloat16