Gemma4-12B-QAT-Uncensored-HauhauCS-Balanced
from google/gemma-4-12B-it
Gemma-4-12B-it-AEON-Abliterated-K4 is a refusal-ablated variant of google/gemma-4-12B-it, published on Hugging Face by AEON-7. It is 12B parameters, 24GB VRAM class class and gemma licence. It is distributed across 9 repositories in GGUF, Full precision, NVFP4 and GGUF (imatrix) formats, totalling 7K downloads.
How Gemma-4-12B-it-AEON-Abliterated-K4 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
“Refusal behavior has been removed; the model responds to a wide range of prompts the base would decline. Operator-side safety is your responsibility — see the arbitration clause at the bottom.”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Gemma-4-12B-it-AEON-Abliterated-K4-BF16-i1-GGUF --local-dir ./gemma-4-12b-it-aeon-abliterated-k4
llama-cli -m ./gemma-4-12b-it-aeon-abliterated-k4/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "AEON-7/Gemma-4-12B-it-AEON-Abliterated-K4-NVFP4-FP8"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve AEON-7/Gemma-4-12B-it-AEON-Abliterated-K4-NVFP4-FP8 --trust-remote-codeEvery published repository of Gemma-4-12B-it-AEON-Abliterated-K4, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| AEON-7/Gemma-4-12B-it-AEON-Abliterated-K4-NVFP4-FP8source | NVFP4 | 1.7K |
| AEON-7/Gemma-4-12B-it-AEON-Abliterated-K4-FP8 | FP8 | 1.5K |
| mradermacher/Gemma-4-12B-it-AEON-Abliterated-K4-BF16-i1-GGUF | GGUF (imatrix) | 1.1K |
| AEON-7/Gemma-4-12B-it-AEON-Abliterated-K4-BF16 | Full precision | 891 |
| Abiray/Gemma-4-12B-it-AEON-Abliterated-K4-GGUF | GGUF | 858 |
| AEON-7/Gemma-4-12B-it-AEON-Abliterated-K4-NVFP4 | NVFP4 | 622 |
| mradermacher/Gemma-4-12B-it-AEON-Abliterated-K4-BF16-GGUF | GGUF | 323 |
| edan23/Gemma-4-12B-it-AEON-Abliterated-K4-BF16 | Full precision | 9 |
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 Gemma-4-12B-it-AEON-Abliterated-K4 is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with AEON-7, and does not independently verify publisher claims. See responsible use.