WizardLM commited on
Commit
1d8f11e
β€’
1 Parent(s): 97759fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -2,7 +2,6 @@
2
  license: llama2
3
  ---
4
 
5
- This is the **Full-Weight** of WizardLM-70B V1.0 model, this model is trained from **Llama-2 70b**.
6
 
7
  ## WizardLM: Empowering Large Pre-Trained Language Models to Follow Complex Instructions
8
 
@@ -29,11 +28,22 @@ This is the **Full-Weight** of WizardLM-70B V1.0 model, this model is trained fr
29
  | <sup>WizardCoder-15B-V1.0</sup> | <sup> πŸ€— <a href="https://huggingface.co/WizardLM/WizardCoder-15B-V1.0" target="_blank">HF Link</a></sup> | <sup>πŸ“ƒ <a href="https://arxiv.org/abs/2306.08568" target="_blank">[WizardCoder]</a></sup> | | ||<sup> 57.3 pass@1 </sup> | <sup> <a href="https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement" target="_blank">OpenRAIL-M</a></sup> |
30
  </font>
31
 
 
 
32
  **Github Repo**: https://github.com/nlpxucan/WizardLM
33
 
34
  **Twitter**:
35
 
36
  **Discord**: https://discord.gg/bpmeZD7V
37
 
38
- - πŸ”₯πŸ”₯πŸ”₯ [08/09/2023] We released **WizardLM-70B-V1.0** model. Demo is here ([Demo_70B-V1.0](), [Demo_70B-V1.0_bak-1](https://d0a37a76e0ac4b52.gradio.app/), [Full Model Weight](https://huggingface.co/WizardLM/WizardLM-70B-V1.0)). Please checkout the [paper](https://arxiv.org/abs/2304.12244).
39
- -
 
 
 
 
 
 
 
 
 
 
2
  license: llama2
3
  ---
4
 
 
5
 
6
  ## WizardLM: Empowering Large Pre-Trained Language Models to Follow Complex Instructions
7
 
 
28
  | <sup>WizardCoder-15B-V1.0</sup> | <sup> πŸ€— <a href="https://huggingface.co/WizardLM/WizardCoder-15B-V1.0" target="_blank">HF Link</a></sup> | <sup>πŸ“ƒ <a href="https://arxiv.org/abs/2306.08568" target="_blank">[WizardCoder]</a></sup> | | ||<sup> 57.3 pass@1 </sup> | <sup> <a href="https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement" target="_blank">OpenRAIL-M</a></sup> |
29
  </font>
30
 
31
+ - πŸ”₯πŸ”₯πŸ”₯ [08/09/2023] We released **WizardLM-70B-V1.0** model.
32
+
33
  **Github Repo**: https://github.com/nlpxucan/WizardLM
34
 
35
  **Twitter**:
36
 
37
  **Discord**: https://discord.gg/bpmeZD7V
38
 
39
+ **Demo**:
40
+
41
+
42
+ ❗<b>Note for model system prompts usage:</b>
43
+
44
+
45
+ <b>WizardLM</b> adopts the prompt format from <b>Vicuna</b> and supports **multi-turn** conversation. The prompt should be as following:
46
+
47
+ ```
48
+ 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:
49
+ ```