abliteratedmodels.org

gemma-4-12B-it-abliterated

gemma-4-12B-it-abliterated is a refusal-ablated variant of google/gemma-4-12B-it, published on Hugging Face by huihui-ai. It is 12B parameters, 24GB VRAM class class and apache-2.0 licence. It is distributed across 30 repositories in Transformers, MLX, NVFP4 and GGUF formats, totalling 12K downloads.

Abliteration (directional ablation)12BGemma10B – 25B12,029208

Specification

Model name
gemma-4-12B-it-abliterated
Publisher
huihui-ai
Parameters
12B
Hardware class
10B – 25B — 24GB VRAM class
Licence
apache-2.0
Task
Any to any
Context window
Not documented
Ablation scope
Not stated by the publisher
Formats available
Transformers, MLX, NVFP4, GGUF, GGUF (imatrix), AWQ
First indexed
5 Jun 2026
Last updated
30 Aug 2026

Ablation technique

How gemma-4-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

This is an uncensored version of google/gemma-4-12B-it created with abliteration (see remove-refusals-with-transformers to know more about it). This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.

Running it

Commands are templates — confirm the exact repository and quant file before use.

Ollama (publisher-documented)
ollama run huihui_ai/gemma-4-abliterated:12b
llama.cpp / GGUF
hf download mradermacher/Huihui-gemma-4-12B-it-abliterated-GGUF --local-dir ./gemma-4-12b-it-abliterated
llama-cli -m ./gemma-4-12b-it-abliterated/<file>.gguf -p "..."
Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer

repo = "huihui-ai/Huihui-gemma-4-12B-it-abliterated"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
    repo, torch_dtype="auto", device_map="auto"
)
vLLM
vllm serve huihui-ai/Huihui-gemma-4-12B-it-abliterated --trust-remote-code

Downloads and variants (29)

Every published repository of gemma-4-12B-it-abliterated, including quantised re-releases by other authors.

RepositoryFormatDownloads
mradermacher/Huihui-gemma-4-12B-it-abliterated-GGUFGGUF4K
huihui-ai/Huihui-gemma-4-12B-it-abliteratedsourceTransformers2.5K
mradermacher/Huihui-gemma-4-12B-it-abliterated-i1-GGUFGGUF (imatrix)2.5K
mradermacher/Gemma-4-12b-it-Abliterated-i1-GGUFGGUF (imatrix)913
mradermacher/Gemma-4-12b-it-Abliterated-GGUFGGUF616
nicklas373/Huihui-gemma-4-12B-it-abliterated-AWQAWQ353
EgorKodin/Huihui-gemma-4-12B-it-abliterated-mlx-4bitMLX270
divinetribe/gemma-4-12B-it-abliterated-4bit-mlxMLX229
Carlosian/Gemma-4-12b-it-Abliterated-GGUFGGUF210
Carlosian/Gemma-4-12b-it-AbliteratedTransformers105
IITheLordII/gemma-4-12B-it-abliterated-mlx-4bitMLX99
pekkAi/Gemma-4-12B-it-abliterated-NVFP4NVFP469
smashingtags/gemma-4-12b-it-abliterated-GGUFGGUF23
NINI26454/gemma-4-12B-it-abliterated-4bitTransformers22
Ishowbackup/Huihui-gemma-4-12B-it-abliteratedTransformers12
Justbackup/Huihui-gemma-4-12B-it-abliteratedTransformers12
laladream/Huihui-gemma-4-12B-it-abliteratedTransformers10
kuklinvv/Huihui-gemma-4-12B-it-abliteratedTransformers9
smashingtags/gemma-4-12b-it-abliteratedTransformers6
pmtpaster/Huihui-gemma-4-12B-it-abliteratedTransformers5
ksendz/Huihui-gemma-4-12B-it-abliteratedTransformers4
kolomo123e/Huihui-gemma-4-12B-it-abliteratedTransformers4
Sypershyryp666/Huihui-gemma-4-12B-it-abliteratedTransformers4
iangrsin/Huihui-gemma-4-12B-it-abliteratedTransformers3
eadx/Huihui-gemma-4-12B-it-abliteratedTransformers3
Ultrasashas/Huihui-gemma-4-12B-it-abliteratedTransformers3
gsting/gemma-4-12B-it-abliteratedTransformers3
Haukuk/Huihui-gemma-4-12B-it-abliteratedTransformers2
Podale/Huihui-gemma-4-12B-it-abliteratedTransformers0

Security-team assessment

Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.

  • gemma-4-12B-it-abliterated will attempt offensive-security prompts that a hosted commercial model declines, which is what makes it usable for red-team corpus generation and for measuring what an unaligned model of this class produces.
  • Capability is inherited from google/gemma-4-12B-it, not added by ablation — at 12B parameters, expect roughly the base model’s competence, minus some instruction-following fidelity.
  • The publisher does not state which layers were ablated, so assume nothing about refusal consistency — probe it directly.
  • Declared licence is apache-2.0, but the terms that bind you are google/gemma-4-12B-it’s — a re-release cannot grant more than its parent.

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-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 huihui-ai, and does not independently verify publisher claims. See responsible use.