88 Downloads Updated 7 months ago
ollama run richardyoung/qwen3-4b-reasoning:Q4_K_M
A compact 4B-parameter Qwen3 reasoning model that reconstructs explicit chain-of-thought, packaged as GGUF for fast local inference with Ollama and llama.cpp.
This model is a GGUF conversion of joeyzero/Qwen3-4B-Reasoning-Backfill-v0.1, an experimental reasoning fine-tune built on Qwen/Qwen3-4B. It was trained to “backfill” reasoning, reconstructing a plausible chain of thought that connects a user instruction to a known solution while preserving the original answer. The result is a small, efficient model that thinks step by step before responding, making it well suited for adding explicit reasoning traces and for lightweight local reasoning tasks.
| Tag | Size | BPW | Notes |
|---|---|---|---|
latest / Q4_K_M |
2.5 GB | ~4.85 | Recommended balance of quality and size |
iq4_xs |
2.3 GB | ~4.25 | Smaller, for low VRAM |
# Examples
ollama run richardyoung/qwen3-4b-reasoning # Recommended (Q4_K_M)
ollama run richardyoung/qwen3-4b-reasoning:iq4_xs # Smaller
# Pull and run
ollama run richardyoung/qwen3-4b-reasoning
# Or with a specific version
ollama run richardyoung/qwen3-4b-reasoning:Q4_K_M
Recommended sampling parameters: temperature=0.6, top_p=0.95, top_k=20.
| VRAM | Performance |
|---|---|
| 4 GB | Good performance |
| 6 GB+ | Excellent performance |
| CPU-only | Usable; slower generation |
Base Model: joeyzero/Qwen3-4B-Reasoning-Backfill-v0.1 (built on Qwen/Qwen3-4B) Parameters: ~4B Context Length: 40,960 tokens Prompt Format: ChatML Architecture: qwen3 Quantization: Q4_K_M (~4.85 bits per weight) / IQ4_XS (~4.25 bits per weight) License: Apache 2.0
This is an experimental reasoning model. Generated chains of thought are reconstructions and may not reflect a unique or strictly correct reasoning path; always verify outputs for important tasks. Use responsibly and in accordance with applicable laws and regulations.
Built & maintained by Richard Young · DeepNeuro