Gemma4-12B-QAT-Uncensored-HauhauCS-Balanced
from google/gemma-4-12B-it
Gemma4-12B-IT-Abliterated is a refusal-ablated variant of google/gemma-4-12B-it, published on Hugging Face by DuoNeural. It is 12B parameters, 24GB VRAM class class and apache-2.0 licence. It is distributed across 6 repositories in GGUF, Transformers and GGUF (imatrix) formats, totalling 12K downloads.
How Gemma4-12B-IT-Abliterated was modified, and what that implies.
Abliteration (directional ablation)
The single residual-stream direction that mediates refusal is identified from harmful/harmless prompt pairs and projected out of the model weights.
Reported scope: Not stated by the publisher. Publishers frequently omit this, so verify behaviour empirically rather than assuming full coverage.
From the publisher’s model card
“An abliterated version of google/gemma-4-12B-it with the refusal direction surgically removed using orthogonal rank-1 projection. General reasoning, coding, and instruction-following capabilities are preserved.”
Commands are templates — confirm the exact repository and quant file before use.
hf download DuoNeural/Gemma4-12B-IT-Abliterated-GGUF --local-dir ./gemma4-12b-it-abliterated
llama-cli -m ./gemma4-12b-it-abliterated/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "DuoNeural/Gemma4-12B-IT-Abliterated"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve DuoNeural/Gemma4-12B-IT-Abliterated --trust-remote-codeEvery published repository of Gemma4-12B-IT-Abliterated, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| DuoNeural/Gemma4-12B-IT-Abliterated-GGUF | GGUF | 10.7K |
| mradermacher/Gemma4-12B-IT-Abliterated-i1-GGUF | GGUF (imatrix) | 868 |
| mradermacher/Gemma4-12B-IT-Abliterated-GGUF | GGUF | 298 |
| ciprian41/Gemma4-12B-IT-Abliterated-GGUF | GGUF | 160 |
| DuoNeural/Gemma4-12B-IT-Abliteratedsource | Transformers | 40 |
Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.
Handling: run it isolated, put moderation in front of it if anyone outside your team can reach it, and verify the weights before loading — these are third-party artifacts. Full handling and licence guidance.
Metadata for Gemma4-12B-IT-Abliterated is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with DuoNeural, and does not independently verify publisher claims. See responsible use.