29 Downloads Updated 2 weeks ago
ollama run n0404n0404/gemma-4-12b-it-heretic-b9a462
n0404n0404/gemma-4-12b-it-heretic-b9a462:latest
A decensored build of Google’s Gemma 4 12B IT, processed with Heretic, quantized to Q4, and published on Ollama.
| Field | Value |
|---|---|
| Name | n0404n0404/gemma-4-12b-it-heretic-b9a462 |
| Base model | google/gemma-4-12B-it |
| Parameters | ~12B |
| Decensoring tool | Heretic |
| Quantization | Q4 (4-bit, GGUF) |
| Runtime | Ollama |
# Pull the model
ollama pull n0404n0404/gemma-4-12b-it-heretic-b9a462:latest
# Start chatting
ollama run n0404n0404/gemma-4-12b-it-heretic-b9a462:latest
Via the API:
curl http://localhost:11434/api/chat -d '{
"model": "n0404n0404/gemma-4-12b-it-heretic-b9a462:latest",
"messages": [
{ "role": "user", "content": "Hello, introduce yourself." }
]
}'
Heretic is an automated decensoring tool for language models. It uses directional ablation (also known as abliteration) to identify and remove the internal directions responsible for refusal behavior, which lowers the model’s rate of unnecessary refusals.
Its main selling point is that the process is fully automatic: it optimizes the ablation parameters to balance a low refusal rate against preservation of the original model’s capabilities (measured as KL divergence from the base model). No manual tuning and no additional training data are required.
After decensoring, the model is quantized to Q4 (4-bit) GGUF. This substantially reduces memory and VRAM footprint, letting a 12B model run on consumer hardware, at the cost of a small quality loss compared to full precision.
google/gemma-4-12B-it (base model)
│
▼
Heretic (directional ablation / refusal removal)
│
▼
Q4 quantization (4-bit GGUF)
│
▼
Published to Ollama
| Resource | Recommended |
|---|---|
| VRAM / RAM | 8 GB or more |
| Disk space | ~7–8 GB |
Actual usage varies with context length and runtime configuration.