|
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: |
|
``` |
|
|