rombodawg commited on
Commit
113127d
β€’
1 Parent(s): 9b5786e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +128 -0
README.md CHANGED
@@ -1,3 +1,131 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ This is a reupload of the fp16 safetensors that were taken down by microsoft of WizardLM-2-7b
5
+
6
+ Original Model card is bellow:
7
+ _____________________________________________________________________
8
+
9
+ ## Prompt template
10
+
11
+ ```
12
+ {system_prompt}
13
+ USER: {prompt}
14
+ ASSISTANT: </s>
15
+ ```
16
+
17
+ or
18
+
19
+ ```
20
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful,
21
+ detailed, and polite answers to the user's questions. USER: Hi ASSISTANT: Hello.</s>
22
+ USER: {prompt} ASSISTANT: </s>......
23
+ ```
24
+
25
+ Taken from the original README
26
+ ---
27
+ ---
28
+ license: apache-2.0
29
+ ---
30
+
31
+
32
+
33
+
34
+ <p style="font-size:20px;" align="center">
35
+ 🏠 <a href="https://wizardlm.github.io/WizardLM2" target="_blank">WizardLM-2 Release Blog</a> </p>
36
+ <p align="center">
37
+ πŸ€— <a href="https://huggingface.co/collections/microsoft/wizardlm-2-661d403f71e6c8257dbd598a" target="_blank">HF Repo</a> β€’πŸ± <a href="https://github.com/victorsungo/WizardLM/tree/main/WizardLM-2" target="_blank">Github Repo</a> β€’ 🐦 <a href="https://twitter.com/WizardLM_AI" target="_blank">Twitter</a> β€’ πŸ“ƒ <a href="https://arxiv.org/abs/2304.12244" target="_blank">[WizardLM]</a> β€’ πŸ“ƒ <a href="https://arxiv.org/abs/2306.08568" target="_blank">[WizardCoder]</a> β€’ πŸ“ƒ <a href="https://arxiv.org/abs/2308.09583" target="_blank">[WizardMath]</a> <br>
38
+ </p>
39
+ <p align="center">
40
+ πŸ‘‹ Join our <a href="https://discord.gg/VZjjHtWrKs" target="_blank">Discord</a>
41
+ </p>
42
+
43
+
44
+
45
+ ## News πŸ”₯πŸ”₯πŸ”₯ [2024/04/15]
46
+
47
+ We introduce and opensource WizardLM-2, our next generation state-of-the-art large language models,
48
+ which have improved performance on complex chat, multilingual, reasoning and agent.
49
+ New family includes three cutting-edge models: WizardLM-2 8x22B, WizardLM-2 70B, and WizardLM-2 7B.
50
+
51
+ - WizardLM-2 8x22B is our most advanced model, demonstrates highly competitive performance compared to those leading proprietary works
52
+ and consistently outperforms all the existing state-of-the-art opensource models.
53
+ - WizardLM-2 70B reaches top-tier reasoning capabilities and is the first choice in the same size.
54
+ - WizardLM-2 7B is the fastest and achieves comparable performance with existing 10x larger opensource leading models.
55
+
56
+ For more details of WizardLM-2 please read our [release blog post](https://wizardlm.github.io/WizardLM2) and upcoming paper.
57
+
58
+
59
+ ## Model Details
60
+
61
+ * **Model name**: WizardLM-2 7B
62
+ * **Developed by**: WizardLM@Microsoft AI
63
+ * **Base model**: [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
64
+ * **Parameters**: 7B
65
+ * **Language(s)**: Multilingual
66
+ * **Blog**: [Introducing WizardLM-2](https://wizardlm.github.io/WizardLM2)
67
+ * **Repository**: [https://github.com/nlpxucan/WizardLM](https://github.com/nlpxucan/WizardLM)
68
+ * **Paper**: WizardLM-2 (Upcoming)
69
+ * **License**: Apache2.0
70
+
71
+
72
+
73
+ ## Model Capacities
74
+
75
+
76
+ **MT-Bench**
77
+
78
+ We also adopt the automatic MT-Bench evaluation framework based on GPT-4 proposed by lmsys to assess the performance of models.
79
+ The WizardLM-2 8x22B even demonstrates highly competitive performance compared to the most advanced proprietary models.
80
+ Meanwhile, WizardLM-2 7B and WizardLM-2 70B are all the top-performing models among the other leading baselines at 7B to 70B model scales.
81
+
82
+ <p align="center" width="100%">
83
+ <a ><img src="https://raw.githubusercontent.com/WizardLM/WizardLM2/main/static/images/mtbench.png" alt="MTBench" style="width: 96%; min-width: 300px; display: block; margin: auto;"></a>
84
+ </p>
85
+
86
+
87
+ **Human Preferences Evaluation**
88
+
89
+ We carefully collected a complex and challenging set consisting of real-world instructions, which includes main requirements of humanity, such as writing, coding, math, reasoning, agent, and multilingual.
90
+ We report the win:loss rate without tie:
91
+
92
+ - WizardLM-2 8x22B is just slightly falling behind GPT-4-1106-preview, and significantly stronger than Command R Plus and GPT4-0314.
93
+ - WizardLM-2 70B is better than GPT4-0613, Mistral-Large, and Qwen1.5-72B-Chat.
94
+ - WizardLM-2 7B is comparable with Qwen1.5-32B-Chat, and surpasses Qwen1.5-14B-Chat and Starling-LM-7B-beta.
95
+
96
+ <p align="center" width="100%">
97
+ <a ><img src="https://raw.githubusercontent.com/WizardLM/WizardLM2/main/static/images/winall.png" alt="Win" style="width: 96%; min-width: 300px; display: block; margin: auto;"></a>
98
+ </p>
99
+
100
+
101
+
102
+
103
+
104
+ ## Method Overview
105
+ We built a **fully AI powered synthetic training system** to train WizardLM-2 models, please refer to our [blog](https://wizardlm.github.io/WizardLM2) for more details of this system.
106
+
107
+ <p align="center" width="100%">
108
+ <a ><img src="https://raw.githubusercontent.com/WizardLM/WizardLM2/main/static/images/exp_1.png" alt="Method" style="width: 96%; min-width: 300px; display: block; margin: auto;"></a>
109
+ </p>
110
+
111
+
112
+
113
+ ## Usage
114
+
115
+ ❗<b>Note for model system prompts usage:</b>
116
+
117
+
118
+ <b>WizardLM-2</b> adopts the prompt format from <b>Vicuna</b> and supports **multi-turn** conversation. The prompt should be as following:
119
+
120
+ ```
121
+ A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful,
122
+ detailed, and polite answers to the user's questions. USER: Hi ASSISTANT: Hello.</s>
123
+ USER: Who are you? ASSISTANT: I am WizardLM.</s>......
124
+
125
+ ```
126
+
127
+ <b> Inference WizardLM-2 Demo Script</b>
128
+
129
+ We provide a WizardLM-2 inference demo [code](https://github.com/nlpxucan/WizardLM/tree/main/demo) on our github.
130
+
131
+ ---