File size: 563 Bytes
8fbd85d 2ea86d3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
This is WizardLM-13B V1.0 diff weight.
Project Repo: https://github.com/nlpxucan/WizardLM
NOTE: The **WizardLM-13B-1.0** and **Wizard-7B** use different prompt at the beginning of the conversation:
For **WizardLM-13B-1.0** , the Prompt should be as following:
```
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:
```
For **WizardLM-7B** , the Prompt should be as following:
```
{instruction}\n\n### Response:
```
|