Create README.md
Browse files
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 |
+
```
|