tpls/gemma-4-12B-coder-fable5-composer2.5-v1-sft-v4-GGUF overview
Gemma 4 12B Coder — SFT v4 GGUF, deprecated ⚠️ Deprecated — do not use for new work. quantization of the regressed v4 checkpoint see weights repo . Use v5. Rep…
Runs locally from ~7.98 GB disk (8 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| gemma-4-12B-coder-fable5-composer2.5-v1-sft-v4-Q4_K_M.gguf | GGUF | Q4_K_M | 7.98 GB | Download |
Model Details
| Model ID | tpls/gemma-4-12B-coder-fable5-composer2.5-v1-sft-v4-GGUF |
|---|---|
| Author | tpls |
| Pipeline | text-generation |
| License | gemma |
| Base model | tpls/gemma-4-12B-coder-fable5-composer2.5-v1-sft-v4 |
| Last modified | 2026-06-26T13:12:51.000Z |
Model README
---
base_model: tpls/gemma-4-12B-coder-fable5-composer2.5-v1-sft-v4
base_model_relation: quantized
library_name: gguf
pipeline_tag: text-generation
language:
- en
license: gemma
quantized_by: triplezrobotics
tags:
- gemma4
- code
- text-generation
- function-calling
- tool-use
- agentic
- gguf
- llama.cpp
- imatrix
- deprecated
---
Gemma-4 12B Coder — SFT v4 (GGUF, deprecated)
> ⚠️ Deprecated — do not use for new work. quantization of the regressed v4 checkpoint (see weights repo). Use v5.
>
> Replaced by tpls/gemma-4-12B-coder-fable5-composer2.5-v1-sft-v5-GGUF.
gemma-4 12B coder for local, agentic tool use — GGUF quantizations for llama.cpp / Ollama.
Run it: llama-server -hf tpls/gemma-4-12B-coder-fable5-composer2.5-v1-sft-v4-GGUF:Q4_K_M --jinja (full commands below).
At a glance
| | |
|--|--|
| Type | GGUF quantizations · llama.cpp / Ollama |
| Techniques | — |
| Tool-calling | native --jinja |
| Status | ⚠️ Deprecated → tpls/gemma-4-12B-coder-fable5-composer2.5-v1-sft-v5-GGUF |
| Use | llama-server -hf tpls/gemma-4-12B-coder-fable5-composer2.5-v1-sft-v4-GGUF:Q4_K_M --jinja |
Use it
# llama.cpp (server) — tool-calling needs the recovery shim, see below
llama-server -hf tpls/gemma-4-12B-coder-fable5-composer2.5-v1-sft-v4-GGUF:Q4_K_M --jinja --ctx-size 16384
# Ollama
ollama run hf.co/tpls/gemma-4-12B-coder-fable5-composer2.5-v1-sft-v4-GGUF:Q4_K_M
Files
Sizes and a one-click loader are in the file browser / Quantizations widget above;
the note says which quant to reach for.
| Quant | Notes |
|-------|-------|
| Q4_K_M | good default — fits 12 GB VRAM, best size/quality balance |
Intended use & limitations
Built for code generation and agentic tool use; serve locally via llama.cpp /
Ollama, or use as a base to fine-tune / merge / quantize. Outputs can be wrong or
fabricated — validate tool arguments before executing, and keep a human in the loop
for anything consequential.
Where this sits in the family
- base (upstream) —
yuxinlu1/gemma-4-12B-coder-fable5-composer2.5-v1
- SFT v5 + abliterated (weights)
---
Provenance & reproduction
How this model was built — technique chain, training mix, and the exact knobs/pins,
so the result is reproducible without any of our tooling.
Mechanics applied
| Step | Technique | What it does | Provenance |
|------|-----------|--------------|------------|
---
Part of the Gemma-4 12B Coder — archive (superseded) collection.
Something not right, or a request? Open a discussion — happy to help.
Run tpls/gemma-4-12B-coder-fable5-composer2.5-v1-sft-v4-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models