Views
No views yet
<think> tags before committing to a final
answer — fewer impulsive responses, more structured breakdowns.1<think>
21. What is actually being asked here?
32. What are the constraints and edge cases?
43. Step-by-step plan...
54. Verify the logic holds.
6</think>
7
8Final answer here.1google/gemma-4-E4B-it
2 │
3 ▼
4SFT + QLoRA 4-bit (Unsloth)
5 │ loss masked to responses only
6 ▼
7Gemma-4-E4B-Claude-4.6-Opus-Reasoning-Distilled
8 │
9 ▼
10exported as GGUF (Q4_K_M + Q8_0)| Parameter | Value |
|---|---|
| Base model | google/gemma-4-E4B-it |
| Framework | Unsloth |
| Method | SFT + QLoRA (4-bit) |
| Dataset | nohurry/Opus-4.6-Reasoning-3000x-filtered |
| Hardware | RTX 5060 Ti 16GB |
| LoRA rank / alpha | 16 / 16 |
| Epochs | 3 |
| Max seq length | 2048 |
| Optimizer | adamw_8bit |
| Learning rate | 2e-4 |
| LR scheduler | cosine |
| Loss masking | train_on_responses_only |
| Dataset | Description |
|---|---|
| nohurry/Opus-4.6-Reasoning-3000x-filtered | ~2.3k filtered Claude 4.6 Opus reasoning trajectories covering math, logic, and coding |
ollama run hf.co/arsovskidev/Gemma-4-E4B-Claude-4.6-Opus-Reasoning-Distilled1./llama-cli -hf arsovskidev/Gemma-4-E4B-Claude-4.6-Opus-Reasoning-Distilled \
2 --temp 1.0 --top-p 0.95 --top-k 64"Claude" is a trademark of Anthropic. This project is not affiliated with or endorsed by Anthropic — the name refers to the reasoning distillation data source only.
1@misc{arsovskidev_gemma4_opus_distilled,
2 title = {Gemma-4-E4B-Claude-4.6-Opus-Reasoning-Distilled},
3 author = {arsovskidev},
4 year = {2026},
5 publisher = {Hugging Face},
6 howpublished = {\url{https://huggingface.co/arsovskidev/Gemma-4-E4B-Claude-4.6-Opus-Reasoning-Distilled}}
7}