gemma-4-31B-it-abliterated
from google/gemma-4-31B-it
Gemma-4-Gembrain-X-Core-31B is a Heretic-ablated variant of AuriAetherwiing/G4-31B-Musica-v1, published on Hugging Face by Nimbz. It is 31B parameters, 48GB VRAM class class and apache-2.0 licence. It is distributed across 12 repositories in GGUF, Transformers, GGUF (imatrix) and MLX formats, totalling 6K downloads.
How Gemma-4-Gembrain-X-Core-31B was modified, and what that implies.
Heretic
Automated directional ablation via the Heretic toolchain, which searches for the refusal direction and applies it with a KL-divergence budget so general capability is preserved.
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
“.gem-tagline { color: #94a3a0; font-style: italic; font-size: 1.15rem; letter-spacing: 1px; margin-top: 14px; } .stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 16px; margin: 28px 0 6px; position: relative; z-index: 5; } .stat-item { text-align: center; padding: 16px 10px...”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Gemma-4-Gembrain-X-Core-31B-i1-GGUF --local-dir ./gemma-4-gembrain-x-core-31b
llama-cli -m ./gemma-4-gembrain-x-core-31b/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "Nimbz/Gemma-4-Gembrain-X-Core-31B"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve Nimbz/Gemma-4-Gembrain-X-Core-31B --trust-remote-codeEvery published repository of Gemma-4-Gembrain-X-Core-31B, including quantised re-releases by other authors.
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-Gembrain-X-Core-31B is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with Nimbz, and does not independently verify publisher claims. See responsible use.