Views
No views yet
| Quant | Size | Recommended Use | File |
|---|---|---|---|
Q2_K | 1.67 GB | Smallest, lowest quality — quick tests / very constrained devices | qwen3-4b-sft-claude-opus-reasoning-unsloth.q2_k.gguf |
Q3_K_M | 2.08 GB | Small, acceptable quality | qwen3-4b-sft-claude-opus-reasoning-unsloth.q3_k_m.gguf |
Q4_K_M | 2.50 GB | Recommended — best size/quality balance | qwen3-4b-sft-claude-opus-reasoning-unsloth.q4_k_m.gguf |
Q5_K_M | 2.89 GB | High quality, larger | qwen3-4b-sft-claude-opus-reasoning-unsloth.q5_k_m.gguf |
Q6_K | 3.31 GB | Very high quality, near-fp16 | qwen3-4b-sft-claude-opus-reasoning-unsloth.q6_k.gguf |
Q8_0 | 4.28 GB | Near-lossless, largest | qwen3-4b-sft-claude-opus-reasoning-unsloth.q8_0.gguf |
Q4_K_M is the recommended default for most users.1pip install -U "huggingface_hub[cli]"
2hf download ermiaazarkhalili/Qwen3-4B-SFT-Claude-Opus-Reasoning-Unsloth-GGUF \
3 --include "*q4_k_m*.gguf" --local-dir ./Qwen3-4B-SFT-Claude-Opus-Reasoning-Unsloth-GGUF1# build: https://github.com/ggerganov/llama.cpp
2./llama-cli -m ./Qwen3-4B-SFT-Claude-Opus-Reasoning-Unsloth-GGUF/qwen3-4b-sft-claude-opus-reasoning-unsloth.q2_k.gguf \
3 -p "Solve step by step: What is the sum of the first 10 prime numbers?" -n 512ollama run hf.co/ermiaazarkhalili/Qwen3-4B-SFT-Claude-Opus-Reasoning-Unsloth-GGUF:Q4_K_M "Solve step by step: What is the sum of the first 10 prime numbers?"| Metric | Value |
|---|---|
| SLURM Job ID | 36885896 |
| Runtime | 21m 03s |
| Final Training Loss | 0.998 |
| Peak VRAM | 14.01 GB |
| GPU | H100 80GB HBM3 (MIG 3g.40gb) |