Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- transformers
|
5 |
+
- safetensors
|
6 |
+
- mistral
|
7 |
+
- finetuned
|
8 |
+
- 4-bit
|
9 |
+
- AWQ
|
10 |
+
- text-generation
|
11 |
+
- text-generation-inference
|
12 |
+
- autotrain_compatible
|
13 |
+
- endpoints_compatible
|
14 |
+
- chatml
|
15 |
+
- arxiv:2304.12244
|
16 |
+
- arxiv:2306.08568
|
17 |
+
- arxiv:2308.09583
|
18 |
+
|
19 |
+
---
|
20 |
+
# microsoft/WizardLM-2-7B AWQ
|
21 |
+
|
22 |
+
- Model creator: [microsoft](https://huggingface.co/microsoft)
|
23 |
+
- Original model: [WizardLM-2-7B](https://huggingface.co/microsoft/WizardLM-2-7B)
|
24 |
+
|
25 |
+
## Model Summary
|
26 |
+
|
27 |
+
We introduce and opensource WizardLM-2, our next generation state-of-the-art large language models,
|
28 |
+
which have improved performance on complex chat, multilingual, reasoning and agent.
|
29 |
+
New family includes three cutting-edge models: WizardLM-2 8x22B, WizardLM-2 70B, and WizardLM-2 7B.
|
30 |
+
|