Views
No views yet
huihui-ai/Huihui-gemma-4-12B-coder-fable5-composer2.5-v1-abliterated
so you can run it locally with Ollama and llama.cpp.💡 The model emits a short reasoning pass (Thinking…) before the final answer, then the code.
| File | Quant | Size | Bits/weight | Recommended for |
|---|---|---|---|---|
gemma4-coder-abliterated-Q4_K_M.gguf | Q4_K_M | ~6.9 GB | 4.95 | Best quality/size balance · runs on ~8–12 GB VRAM |
gemma4 renderer/parser).Modelfile:1FROM ./gemma4-coder-abliterated-Q4_K_M.gguf
2TEMPLATE {{ .Prompt }}
3RENDERER gemma4
4PARSER gemma4
5PARAMETER temperature 1
6PARAMETER top_k 64
7PARAMETER top_p 0.951ollama create huihui-gemma4-coder-abliterated -f Modelfile
2ollama run huihui-gemma4-coder-abliterated "Write a Python function for binary search."1llama-cli -m gemma4-coder-abliterated-Q4_K_M.gguf \
2 -p "Write a Python quicksort." -ngl 99 -c 8192safetensors with llama.cpp convert_hf_to_gguf.py (build b9775), then quantized with llama-quantize → Q4_K_M.Gemma4UnifiedForConditionalGeneration — text tower only.proportional RoPE type on full-attention layers that current llama.cpp does not yet implement; it falls back to standard RoPE. Fine for typical use, but very long contexts (>32k) may differ from the original transformers behavior.| Layer | Author |
|---|---|
| Abliterated version | huihui-ai |
| Base fine-tune | yuxinlu1/gemma-4-12B-coder-fable5-composer2.5-v1 |
| Foundation model | Google — Gemma 4 |