15.2K Downloads Updated 2 months ago
ollama run igorls/gemma-4-12B-it-heretic-GGUF:Q8_0
A decensored (“abliterated”) version of google/gemma-4-12B-it, produced fully automatically with Heretic. Safety-refusals are removed while keeping the original model’s intelligence intact.
Safety alignment has been removed; this model will comply with requests the original refuses. You are responsible for your use and for complying with applicable laws.
Gemma-4 is a hybrid thinking model, and the abliteration targets the direct (non-thinking) response — which is also Gemma-4’s own default. For roleplay, creative writing, and the most reliable uncensored output, run with thinking disabled. In thinking mode the model produces good output too, but the chain of thought consumes the token budget and can leave the final answer truncated.
| Runtime | How to disable thinking |
|---|---|
| Ollama (CLI) | /set nothink in the session |
| Ollama (API) | add "think": false to the request body |
| llama.cpp | omit --jinja, or use a prompt that closes the thought block |
| transformers | already non-thinking by default (enable_thinking=False) |
If you do use thinking mode, set a large num_predict / num_ctx so the
answer isn’t cut off by the reasoning block.
| Metric | Original | This model |
|---|---|---|
| Genuine refusals on harmful prompts | 99⁄100 | 0/100 |
| KL divergence from original (harmless prompts) | 0 | 0.0284 |
A KL divergence of 0.0284 is very low — for reference, the well-regarded gemma-3-12b-it-heretic sits at ~0.16. Lower means less damage to the model’s capabilities.