Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
This is WizardLM-13B V1.0 diff weight.
|
2 |
|
3 |
-
Project Repo: https://github.com/nlpxucan/WizardLM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
This is WizardLM-13B V1.0 diff weight.
|
2 |
|
3 |
+
Project Repo: https://github.com/nlpxucan/WizardLM
|
4 |
+
|
5 |
+
|
6 |
+
NOTE: The **WizardLM-13B-1.0** and **Wizard-7B** use different prompt at the beginning of the conversation:
|
7 |
+
|
8 |
+
For **WizardLM-13B-1.0** , the Prompt should be as following:
|
9 |
+
|
10 |
+
```
|
11 |
+
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: hello, who are you? ASSISTANT:
|
12 |
+
```
|
13 |
+
|
14 |
+
For **WizardLM-7B** , the Prompt should be as following:
|
15 |
+
|
16 |
+
```
|
17 |
+
{instruction}\n\n### Response:
|
18 |
+
```
|