gemma-4-31B-it-abliterated
from google/gemma-4-31B-it
Gemma-4-Dark-Gemistry-31B is a Heretic-ablated variant of Nimbz/Gemma-4-Dark-Gemistry-31B, published on Hugging Face by Nimbz. It is 31B parameters, 48GB VRAM class class and apache-2.0 licence. It is distributed across 9 repositories in Transformers, GGUF (imatrix), GGUF and EXL3 formats, totalling 6.4K downloads.
How Gemma-4-Dark-Gemistry-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
“background-image: radial-gradient(circle at 12% 8%, rgba(236, 72, 153, 0.10) 0%, transparent 42%), radial-gradient(circle at 88% 92%, rgba(6, 182, 212, 0.10) 0%, transparent 45%), radial-gradient(circle at 50% 50%, rgba(168, 85, 247, 0.08) 0%, transparent 60%); color: #cbd5e1; font-family: 'Iowan Old Style', 'Palatino...”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Gemma-4-Dark-Gemistry-31B-i1-GGUF --local-dir ./gemma-4-dark-gemistry-31b
llama-cli -m ./gemma-4-dark-gemistry-31b/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "Nimbz/Gemma-4-Dark-Gemistry-31B"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve Nimbz/Gemma-4-Dark-Gemistry-31B --trust-remote-codeEvery published repository of Gemma-4-Dark-Gemistry-31B, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| mradermacher/Gemma-4-Dark-Gemistry-31B-i1-GGUF | GGUF (imatrix) | 5.3K |
| mradermacher/Gemma-4-Dark-Gemistry-31B-GGUF | GGUF | 694 |
| Nimbz/Gemma-4-Dark-Gemistry-31Bsource | Transformers | 336 |
| dr-housemd/Gemma-4-Dark-Gemistry-31B-exl3-4.5bpw | EXL3 | 22 |
| dr-housemd/Gemma-4-Dark-Gemistry-31B-exl3-3.15bpw | EXL3 | 20 |
| dr-housemd/Gemma-4-Dark-Gemistry-31B-exl3-4bpw | EXL3 | 19 |
| dr-housemd/Gemma-4-Dark-Gemistry-31B-exl3-6bpw | EXL3 | 19 |
| dr-housemd/Gemma-4-Dark-Gemistry-31B-exl3-3.5bpw | EXL3 | 17 |
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-Dark-Gemistry-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.