Skip to content

Commit 09f1828

Browse files
committed
chore(model gallery): add qwen3-1.7b
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 5ecc478 commit 09f1828

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
@@ -170,6 +170,36 @@
170170
- filename: Qwen3-4B.Q4_K_M.gguf
171171
sha256: a37931937683a723ae737a0c6fc67dab7782fd8a1b9dea2ca445b7a1dbd5ca3a
172172
uri: huggingface://MaziyarPanahi/Qwen3-4B-GGUF/Qwen3-4B.Q4_K_M.gguf
173+
- !!merge <<: *qwen3
174+
name: "qwen3-1.7b"
175+
urls:
176+
- https://huggingface.co/Qwen/Qwen3-1.7B
177+
- https://huggingface.co/MaziyarPanahi/Qwen3-1.7B-GGUF
178+
description: |
179+
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:
180+
181+
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.
182+
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.
183+
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.
184+
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.
185+
Support of 100+ languages and dialects with strong capabilities for multilingual instruction following and translation.
186+
187+
Qwen3-1.7B has the following features:
188+
189+
Type: Causal Language Models
190+
Training Stage: Pretraining & Post-training
191+
Number of Parameters: 1.7B
192+
Number of Paramaters (Non-Embedding): 1.4B
193+
Number of Layers: 28
194+
Number of Attention Heads (GQA): 16 for Q and 8 for KV
195+
Context Length: 32,768
196+
overrides:
197+
parameters:
198+
model: Qwen3-1.7B.Q4_K_M.gguf
199+
files:
200+
- filename: Qwen3-1.7B.Q4_K_M.gguf
201+
sha256: ea2aa5f1cce3c8df81ae5fd292a6ed265b8393cc89534dc21fc5327cc974116a
202+
uri: huggingface://MaziyarPanahi/Qwen3-1.7B-GGUF/Qwen3-1.7B.Q4_K_M.gguf
173203
- &gemma3
174204
url: "github:mudler/LocalAI/gallery/gemma.yaml@master"
175205
name: "gemma-3-27b-it"

0 commit comments

Comments
 (0)