ermiaazarkhalili/Gemma4-E4B-SFT-Claude-Opus-Reasoning-Unsloth-GGUF overview
Gemma4 E4B SFT Claude Opus Reasoning Unsloth GGUF GGUF quantizations of Gemma4 E4B SFT Claude Opus Reasoning Unsloth https://huggingface.co/ermiaazarkhalili/Ge…
Runs locally from ~4.10 GB disk (8 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| gemma4-e4b-sft-claude-opus-reasoning-unsloth.q2_k.gguf | GGUF | GGUF | 4.10 GB | Download |
| gemma4-e4b-sft-claude-opus-reasoning-unsloth.q3_k_m.gguf | GGUF | GGUF | 4.52 GB | Download |
| gemma4-e4b-sft-claude-opus-reasoning-unsloth.q4_k_m.gguf | GGUF | GGUF | 4.97 GB | Download |
| gemma4-e4b-sft-claude-opus-reasoning-unsloth.q5_k_m.gguf | GGUF | GGUF | 5.37 GB | Download |
| gemma4-e4b-sft-claude-opus-reasoning-unsloth.q6_k.gguf | GGUF | GGUF | 5.79 GB | Download |
| gemma4-e4b-sft-claude-opus-reasoning-unsloth.q8_0.gguf | GGUF | GGUF | 7.48 GB | Download |
Model Details
| Model ID | ermiaazarkhalili/Gemma4-E4B-SFT-Claude-Opus-Reasoning-Unsloth-GGUF |
|---|---|
| Author | ermiaazarkhalili |
| Pipeline | text-generation |
| License | gemma |
| Base model | ermiaazarkhalili/Gemma4-E4B-SFT-Claude-Opus-Reasoning-Unsloth |
| Last modified | 2026-06-24T17:02:27.000Z |
Model README
---
license: gemma
language:
- en
library_name: gguf
pipeline_tag: text-generation
tags:
- gguf
- llama.cpp
- quantized
- gemma4
- reasoning
- unsloth
- text-generation
base_model: ermiaazarkhalili/Gemma4-E4B-SFT-Claude-Opus-Reasoning-Unsloth
datasets:
- ermiaazarkhalili/claude-reasoning-distillation
---
Gemma4-E4B-SFT-Claude-Opus-Reasoning-Unsloth-GGUF
GGUF quantizations of Gemma4-E4B-SFT-Claude-Opus-Reasoning-Unsloth for CPU and edge inference with llama.cpp, Ollama, LM Studio, and other GGUF runtimes.
This model is a fine-tune of Gemma4-E4B-it for reasoning distillation (chain-of-thought), trained with Unsloth on claude-reasoning-distillation.
- Full-precision model: Gemma4-E4B-SFT-Claude-Opus-Reasoning-Unsloth
- Base model: Gemma4-E4B-it
- Parameters: 4B
Available Quantizations
| Quant | Size | Recommended Use | File |
|-------|------|-----------------|------|
| Q2_K | 4.40 GB | Smallest, lowest quality — quick tests / very constrained devices | gemma4-e4b-sft-claude-opus-reasoning-unsloth.q2_k.gguf |
| Q3_K_M | 4.85 GB | Small, acceptable quality | gemma4-e4b-sft-claude-opus-reasoning-unsloth.q3_k_m.gguf |
| Q4_K_M | 5.34 GB | Recommended — best size/quality balance | gemma4-e4b-sft-claude-opus-reasoning-unsloth.q4_k_m.gguf |
| Q5_K_M | 5.76 GB | High quality, larger | gemma4-e4b-sft-claude-opus-reasoning-unsloth.q5_k_m.gguf |
| Q6_K | 6.22 GB | Very high quality, near-fp16 | gemma4-e4b-sft-claude-opus-reasoning-unsloth.q6_k.gguf |
| Q8_0 | 8.03 GB | Near-lossless, largest | gemma4-e4b-sft-claude-opus-reasoning-unsloth.q8_0.gguf |
Q4_K_M is the recommended default for most users.
Usage
Download a single quant
pip install -U "huggingface_hub[cli]"
hf download ermiaazarkhalili/Gemma4-E4B-SFT-Claude-Opus-Reasoning-Unsloth-GGUF \
--include "*q4_k_m*.gguf" --local-dir ./Gemma4-E4B-SFT-Claude-Opus-Reasoning-Unsloth-GGUF
llama.cpp
# build: https://github.com/ggerganov/llama.cpp
./llama-cli -m ./Gemma4-E4B-SFT-Claude-Opus-Reasoning-Unsloth-GGUF/gemma4-e4b-sft-claude-opus-reasoning-unsloth.q2_k.gguf \
-p "Solve step by step: What is the sum of the first 10 prime numbers?" -n 512
Ollama
ollama run hf.co/ermiaazarkhalili/Gemma4-E4B-SFT-Claude-Opus-Reasoning-Unsloth-GGUF:Q4_K_M "Solve step by step: What is the sum of the first 10 prime numbers?"
Training Outcome
| Metric | Value |
|--------|-------|
| SLURM Job ID | 45310123 |
| Runtime | 46m 48s |
| Final Training Loss | 1.6992 |
| Peak VRAM | 34.06 GB |
| GPU | H100 80GB HBM3 (MIG 3g.40gb) |
License
GEMMA — see the base model for full terms.
Acknowledgments
- Unsloth for 2x faster fine-tuning
- llama.cpp for GGUF quantization
- Base model developers (google)
- Compute Canada / DRAC for HPC resources
Run ermiaazarkhalili/Gemma4-E4B-SFT-Claude-Opus-Reasoning-Unsloth-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models