Justcode commited on
Commit
ddf854f
1 Parent(s): 53e1e21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -68,7 +68,8 @@ Longbench Chinese
68
  ### 环境
69
  pip install transformers=4.31.0
70
  ### example
71
- 问题请放在前面,多个检索结果时,每个检索结果用”<eod>\n“分隔,开头使用方括号标识序号。如"[1] xxxxxxx<eod>\n"
 
72
  结果偶尔会有“根据上面编号为xx的信息”,真正答案从“我的答案是”后开始,解码时请截断前面语句。
73
  dtype:Bfloat16
74
  ```python
 
68
  ### 环境
69
  pip install transformers=4.31.0
70
  ### example
71
+ 问题请放在前面,多个检索结果时,每个检索结果用”<eod>\n“分隔,开头使用方括号标识序号。如"[1] xxxxxxx<eod>\n"
72
+
73
  结果偶尔会有“根据上面编号为xx的信息”,真正答案从“我的答案是”后开始,解码时请截断前面语句。
74
  dtype:Bfloat16
75
  ```python