v000000 commited on
Commit
7058ea1
·
verified ·
1 Parent(s): 1426b3a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+
2
+ <b>WizardLM-2</b> adopts the prompt format from <b>Vicuna</b> and supports **multi-turn** conversation. The prompt should be as following:
3
+
4
+ ```
5
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful,
6
+ detailed, and polite answers to the user's questions. USER: Hi ASSISTANT: Hello.</s>
7
+ USER: Who are you? ASSISTANT: I am WizardLM.</s>......
8
+ ```