Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,30 @@ tags:
|
|
13 |
This model was converted to GGUF format from [`Qwen/Qwen3-30B-A3B`](https://huggingface.co/Qwen/Qwen3-30B-A3B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
14 |
Refer to the [original model card](https://huggingface.co/Qwen/Qwen3-30B-A3B) for more details on the model.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Use with llama.cpp
|
17 |
Install llama.cpp through brew (works on Mac and Linux)
|
18 |
|
|
|
13 |
This model was converted to GGUF format from [`Qwen/Qwen3-30B-A3B`](https://huggingface.co/Qwen/Qwen3-30B-A3B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
14 |
Refer to the [original model card](https://huggingface.co/Qwen/Qwen3-30B-A3B) for more details on the model.
|
15 |
|
16 |
+
---
|
17 |
+
Qwen3 is the latest generation of large language models in Qwen series, offering a comprehensive suite of dense and mixture-of-experts (MoE) models. Built upon extensive training, Qwen3 delivers groundbreaking advancements in reasoning, instruction-following, agent capabilities, and multilingual support, with the following key features:
|
18 |
+
|
19 |
+
Uniquely support of seamless switching between thinking mode (for complex logical reasoning, math, and coding) and non-thinking mode (for efficient, general-purpose dialogue) within single model, ensuring optimal performance across various scenarios.
|
20 |
+
Significantly enhancement in its reasoning capabilities, surpassing previous QwQ (in thinking mode) and Qwen2.5 instruct models (in non-thinking mode) on mathematics, code generation, and commonsense logical reasoning.
|
21 |
+
Superior human preference alignment, excelling in creative writing, role-playing, multi-turn dialogues, and instruction following, to deliver a more natural, engaging, and immersive conversational experience.
|
22 |
+
Expertise in agent capabilities, enabling precise integration with external tools in both thinking and unthinking modes and achieving leading performance among open-source models in complex agent-based tasks.
|
23 |
+
Support of 100+ languages and dialects with strong capabilities for multilingual instruction following and translation.
|
24 |
+
|
25 |
+
Model Overview
|
26 |
+
-
|
27 |
+
Qwen3-30B-A3B has the following features:
|
28 |
+
|
29 |
+
Type: Causal Language Models
|
30 |
+
Training Stage: Pretraining & Post-training
|
31 |
+
Number of Parameters: 30.5B in total and 3.3B activated
|
32 |
+
Number of Paramaters (Non-Embedding): 29.9B
|
33 |
+
Number of Layers: 48
|
34 |
+
Number of Attention Heads (GQA): 32 for Q and 4 for KV
|
35 |
+
Number of Experts: 128
|
36 |
+
Number of Activated Experts: 8
|
37 |
+
Context Length: 32,768 natively and 131,072 tokens with YaRN.
|
38 |
+
|
39 |
+
---
|
40 |
## Use with llama.cpp
|
41 |
Install llama.cpp through brew (works on Mac and Linux)
|
42 |
|