Skip to content

Commit 66bba56

Browse files
committed
chore(model gallery): add qwen3-4b
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent aef5c42 commit 66bba56

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

gallery/index.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,36 @@
140140
- filename: Qwen3-8B.Q4_K_M.gguf
141141
sha256: 376902d50612ecfc5bd8b268f376c04d10ad7e480f99a1483b833f04344a549e
142142
uri: huggingface://MaziyarPanahi/Qwen3-8B-GGUF/Qwen3-8B.Q4_K_M.gguf
143+
- !!merge <<: *qwen3
144+
name: "qwen3-4b"
145+
urls:
146+
- https://huggingface.co/Qwen/Qwen3-4B
147+
- https://huggingface.co/MaziyarPanahi/Qwen3-4B-GGUF
148+
description: |
149+
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:
150+
151+
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.
152+
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.
153+
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.
154+
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.
155+
Support of 100+ languages and dialects with strong capabilities for multilingual instruction following and translation.
156+
157+
Qwen3-4B has the following features:
158+
159+
Type: Causal Language Models
160+
Training Stage: Pretraining & Post-training
161+
Number of Parameters: 4.0B
162+
Number of Paramaters (Non-Embedding): 3.6B
163+
Number of Layers: 36
164+
Number of Attention Heads (GQA): 32 for Q and 8 for KV
165+
Context Length: 32,768 natively and 131,072 tokens with YaRN.
166+
overrides:
167+
parameters:
168+
model: Qwen3-4B.Q4_K_M.gguf
169+
files:
170+
- filename: Qwen3-4B.Q4_K_M.gguf
171+
sha256: a37931937683a723ae737a0c6fc67dab7782fd8a1b9dea2ca445b7a1dbd5ca3a
172+
uri: huggingface://MaziyarPanahi/Qwen3-4B-GGUF/Qwen3-4B.Q4_K_M.gguf
143173
- &gemma3
144174
url: "github:mudler/LocalAI/gallery/gemma.yaml@master"
145175
name: "gemma-3-27b-it"

0 commit comments

Comments
 (0)