Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
model_name: WizardLM-2-8x22B-GGUF
|
5 |
quantized_by: brooketh
|
6 |
---
|
@@ -14,11 +14,11 @@ quantized_by: brooketh
|
|
14 |
|
15 |
***
|
16 |
# WizardLM 2 8x22B
|
17 |
-
- **Creator:** [
|
18 |
-
- **Original:** [WizardLM 2 8x22B](https://huggingface.co/
|
19 |
- **Date Created:** 2024-04-16
|
20 |
- **Trained Context:** 65536 tokens
|
21 |
-
- **Description:**
|
22 |
|
23 |
## What is a GGUF?
|
24 |
GGUF is a large language model (LLM) format that can be split between CPU and GPU. GGUFs are compatible with applications based on llama.cpp, such as Faraday.dev. Where other model formats require higher end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: microsoft/WizardLM-2-8x22B
|
4 |
model_name: WizardLM-2-8x22B-GGUF
|
5 |
quantized_by: brooketh
|
6 |
---
|
|
|
14 |
|
15 |
***
|
16 |
# WizardLM 2 8x22B
|
17 |
+
- **Creator:** [microsoft](https://huggingface.co/microsoft/)
|
18 |
+
- **Original:** [WizardLM 2 8x22B](https://huggingface.co/microsoft/WizardLM-2-8x22B)
|
19 |
- **Date Created:** 2024-04-16
|
20 |
- **Trained Context:** 65536 tokens
|
21 |
+
- **Description:** Microsoft's next generation state-of-the-art large language model, with improved performance on complex chat, multilingual, reasoning and agent.
|
22 |
|
23 |
## What is a GGUF?
|
24 |
GGUF is a large language model (LLM) format that can be split between CPU and GPU. GGUFs are compatible with applications based on llama.cpp, such as Faraday.dev. Where other model formats require higher end GPUs with ample VRAM, GGUFs can be efficiently run on a wider variety of hardware.
|