Views
No views yet
qwen2.5-coder-3b-claude_opus_4.6-distilled)Qwen2.5-Coder-3B-Claude-Opus-4.6-Distilled) combines the strong code generation foundation of Qwen2.5-Coder with the structured, step-by-step reasoning style of Claude 4.6 Opus. Through Supervised Fine-Tuning (SFT) with LoRA, the model learns to think through problems carefully inside <think> tags before delivering precise, well-structured answers.Naming note: QwOpus is the short, spoken name for this model (Qw = Qwen, Opus = Claude Opus). The Hugging Face repo and file names use the longer, fully descriptiveqwen2.5-coder-3b-claude_opus_4.6-distilledfor clarity and searchability. Both refer to the same model.
<think>
Let me analyze this carefully.
1. Identify the core objective.
2. Break down into subcomponents.
3. Consider edge cases and constraints.
4. Formulate and verify the solution.
</think>
[Final clean answer here]Base Model (Qwen/Qwen2.5-Coder-3B-Instruct)
│
▼
Supervised Fine-Tuning (SFT) + LoRA (r=16)
│ • 3,209 high-quality Claude reasoning samples
│ • Unsloth 2x faster training
│ • 1 epoch on T4 GPU (~46 mins)
│ • Final loss: 0.88
▼
QwOpus-4.6-Coder-3B
(qwen2.5-coder-3b-claude_opus_4.6-distilled)| Parameter | Value |
|---|---|
| Base Model | Qwen/Qwen2.5-Coder-3B-Instruct |
| Framework | Unsloth 2026.3 |
| LoRA rank | 16 |
| LoRA alpha | 16 |
| Trainable params | 29,933,568 (0.96%) |
| Batch size | 16 (4 × 4 grad accum) |
| Learning rate | 2e-4 |
| Epochs | 1 |
| Max seq length | 4096 |
| Final train loss | 0.88 |
| GPU | Tesla T4 (16GB) |
| Training time | ~46 mins |
| Dataset | Samples | Purpose |
|---|---|---|
| nohurry/Opus-4.6-Reasoning-3000x-filtered | 2,326 | Claude 4.6 Opus reasoning trajectories |
| TeichAI/claude-4.5-opus-high-reasoning-250x | 250 | High-intensity structured reasoning |
| Jackrong/Qwen3.5-reasoning-700x | 633 | Step-by-step reasoning diversity |
| Total | 3,209 |
ollama run hf.co/ryzdfm/qwen2.5-coder-3b-claude_opus_4.6-distilled1./llama-cli.exe \
2 -m qwen2.5-coder-3b-claude_opus_4.6-distilled.Q4_K_M.gguf \
3 -ngl 99 \
4 --flash-attn on \
5 --jinja \
6 -cnv \
7 --repeat-penalty 1.1 \
8 -p "You are a helpful assistant that thinks step by step."Tip: feel free to rename your local.gguffile toqwopus-4.6-coder-3b.Q4_K_M.ggufif you prefer the short name day-to-day — it's the same weights either way.
<think> blocks before answering| Quantization | VRAM | Speed (RTX 3050) |
|---|---|---|
| Q4_K_M (this file) | ~2.1 GB | ~88 t/s |
| Q3_K_M | ~1.7 GB | ~95 t/s |
| Q8_0 | ~3.3 GB | ~70 t/s |
1@misc{ryzdfm_qwopus_4_6_coder_3b,
2 title = {QwOpus-4.6-Coder-3B (Qwen2.5-Coder-3B Claude Opus 4.6 Reasoning Distilled)},
3 author = {ryzdfm},
4 year = {2026},
5 publisher = {Hugging Face},
6 howpublished = {\url{https://huggingface.co/ryzdfm/qwen2.5-coder-3b-claude_opus_4.6-distilled}}
7}