xiaol commited on
Commit
bca548f
1 Parent(s): 5370fb8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ this model is used to QA in large texts, do some in context learning with knowle
23
 
24
  train with this kind of new format,
25
 
26
- ```<s>User: <sys>xxxx\n\n</sys>xxxxx</s><s>Assistant: xxxxx\n\n</s><s>User: xxxx\n\n</s><s>Assistant: \n\n</s>```
27
 
28
  so ,use User Assistant as your prefix names.
29
  and when inference in RWKV runner, just use the following format is fine.
 
23
 
24
  train with this kind of new format,
25
 
26
+ ```<s>User: <sys>xxxx\n\n</sys>xxxxx\n\n</s><s>Assistant: xxxxx\n\n</s><s>User: xxxx\n\n</s><s>Assistant: \n\n</s>```
27
 
28
  so ,use User Assistant as your prefix names.
29
  and when inference in RWKV runner, just use the following format is fine.