RikudouSage
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,116 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model: microsoft/WizardLM-2-7B
|
3 |
+
inference: false
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
model_type: mistral
|
7 |
license: apache-2.0
|
8 |
+
tags:
|
9 |
+
- gguf
|
10 |
+
- mistral
|
11 |
---
|
12 |
+
|
13 |
+
## Description
|
14 |
+
|
15 |
+
This repo contains GGUF files for the original model.
|
16 |
+
|
17 |
+
### Files
|
18 |
+
|
19 |
+
- [WizardLM-2-7B_Q2_K.gguf](WizardLM-2-7B_Q2_K.gguf) (2.72 GB) - smallest, significant quality loss - not recommended for most purposes
|
20 |
+
- [WizardLM-2-7B_Q3_K_S.gguf](WizardLM-2-7B_Q3_K_S.gguf) (3.16 GB) - very small, high quality loss
|
21 |
+
- [WizardLM-2-7B_Q3_K_M.gguf](WizardLM-2-7B_Q3_K_M.gguf) (3.52 GB) - very small, high quality loss
|
22 |
+
- [WizardLM-2-7B_Q3_K_L.gguf](WizardLM-2-7B_Q3_K_L.gguf) (3.82 GB) - small, substantial quality loss
|
23 |
+
- [WizardLM-2-7B_Q4_K_S.gguf](WizardLM-2-7B_Q4_K_S.gguf) (4.14 GB) - small, greater quality loss
|
24 |
+
- [WizardLM-2-7B_Q4_K_M.gguf](WizardLM-2-7B_Q4_K_M.gguf) (4.37 GB) - medium, balanced quality - recommended
|
25 |
+
- [WizardLM-2-7B_Q5_K_S.gguf](WizardLM-2-7B_Q5_K_S.gguf) (5 GB) - large, low quality loss - recommended
|
26 |
+
- [WizardLM-2-7B_Q5_K_M.gguf](WizardLM-2-7B_Q5_K_M.gguf) (5.13 GB) - large, very low quality loss - recommended
|
27 |
+
- [WizardLM-2-7B_Q6_K.gguf](WizardLM-2-7B_Q6_K.gguf) (5.94 GB) - very large, extremely low quality loss
|
28 |
+
- [WizardLM-2-7B_Q8_0.gguf](WizardLM-2-7B_Q8_0.gguf) (7.7 GB) - very large, extremely low quality loss - not recommended
|
29 |
+
|
30 |
+
## Original model description
|
31 |
+
|
32 |
+
We introduce and opensource WizardLM-2, our next generation state-of-the-art large language models,
|
33 |
+
which have improved performance on complex chat, multilingual, reasoning and agent.
|
34 |
+
New family includes three cutting-edge models: WizardLM-2 8x22B, WizardLM-2 70B, and WizardLM-2 7B.
|
35 |
+
|
36 |
+
- WizardLM-2 8x22B is our most advanced model, demonstrates highly competitive performance compared to those leading proprietary works
|
37 |
+
and consistently outperforms all the existing state-of-the-art opensource models.
|
38 |
+
- WizardLM-2 70B reaches top-tier reasoning capabilities and is the first choice in the same size.
|
39 |
+
- WizardLM-2 7B is the fastest and achieves comparable performance with existing 10x larger opensource leading models.
|
40 |
+
|
41 |
+
For more details of WizardLM-2 please read our [release blog post](https://wizardlm.github.io/WizardLM2) and upcoming paper.
|
42 |
+
|
43 |
+
|
44 |
+
## Model Details
|
45 |
+
|
46 |
+
* **Model name**: WizardLM-2 7B
|
47 |
+
* **Developed by**: WizardLM@Microsoft AI
|
48 |
+
* **Base model**: [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
49 |
+
* **Parameters**: 7B
|
50 |
+
* **Language(s)**: Multilingual
|
51 |
+
* **Blog**: [Introducing WizardLM-2](https://wizardlm.github.io/WizardLM2)
|
52 |
+
* **Repository**: [https://github.com/nlpxucan/WizardLM](https://github.com/nlpxucan/WizardLM)
|
53 |
+
* **Paper**: WizardLM-2 (Upcoming)
|
54 |
+
* **License**: Apache2.0
|
55 |
+
|
56 |
+
|
57 |
+
|
58 |
+
## Model Capacities
|
59 |
+
|
60 |
+
|
61 |
+
**MT-Bench**
|
62 |
+
|
63 |
+
We also adopt the automatic MT-Bench evaluation framework based on GPT-4 proposed by lmsys to assess the performance of models.
|
64 |
+
The WizardLM-2 8x22B even demonstrates highly competitive performance compared to the most advanced proprietary models.
|
65 |
+
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.
|
66 |
+
|
67 |
+
<p align="center" width="100%">
|
68 |
+
<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>
|
69 |
+
</p>
|
70 |
+
|
71 |
+
|
72 |
+
**Human Preferences Evaluation**
|
73 |
+
|
74 |
+
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.
|
75 |
+
We report the win:loss rate without tie:
|
76 |
+
|
77 |
+
- WizardLM-2 8x22B is just slightly falling behind GPT-4-1106-preview, and significantly stronger than Command R Plus and GPT4-0314.
|
78 |
+
- WizardLM-2 70B is better than GPT4-0613, Mistral-Large, and Qwen1.5-72B-Chat.
|
79 |
+
- WizardLM-2 7B is comparable with Qwen1.5-32B-Chat, and surpasses Qwen1.5-14B-Chat and Starling-LM-7B-beta.
|
80 |
+
|
81 |
+
<p align="center" width="100%">
|
82 |
+
<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>
|
83 |
+
</p>
|
84 |
+
|
85 |
+
|
86 |
+
|
87 |
+
|
88 |
+
|
89 |
+
## Method Overview
|
90 |
+
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.
|
91 |
+
|
92 |
+
<p align="center" width="100%">
|
93 |
+
<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>
|
94 |
+
</p>
|
95 |
+
|
96 |
+
|
97 |
+
|
98 |
+
|
99 |
+
|
100 |
+
## Usage
|
101 |
+
|
102 |
+
❗<b>Note for model system prompts usage:</b>
|
103 |
+
|
104 |
+
|
105 |
+
<b>WizardLM-2</b> adopts the prompt format from <b>Vicuna</b> and supports **multi-turn** conversation. The prompt should be as following:
|
106 |
+
|
107 |
+
```
|
108 |
+
A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful,
|
109 |
+
detailed, and polite answers to the user's questions. USER: Hi ASSISTANT: Hello.</s>
|
110 |
+
USER: Who are you? ASSISTANT: I am WizardLM.</s>......
|
111 |
+
```
|
112 |
+
|
113 |
+
<b> Inference WizardLM-2 Demo Script</b>
|
114 |
+
|
115 |
+
We provide a WizardLM-2 inference demo [code](https://github.com/nlpxucan/WizardLM/tree/main/demo) on our github.
|
116 |
+
|