supergemma4-26b-uncensored-v2
from google/gemma-4-26B-A4B-it
Kanimus-26B-A4B-FFT-heretic is a Heretic-ablated variant of Vortex5/Gemma-4-26B-A4B-Animus-V14.1-FFT-heretic, published on Hugging Face by SubMaroon. It is 26B total parameters (mixture-of-experts), 48GB VRAM class class and gemma licence. It is distributed across 4 repositories in Transformers, GGUF and GGUF (imatrix) formats, totalling 8.4K downloads.
How Kanimus-26B-A4B-FFT-heretic 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
“Experimental dark roleplay merge. Two edits on top of an abliterated Animus V14.1: a task-arithmetic delta injected into the attention Q and K projections from a Claude Opus distillation, and a stylistic LoRA baked in at low scale.”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Kanimus-26B-A4B-FFT-heretic-i1-GGUF --local-dir ./kanimus-26b-a4b-fft-heretic
llama-cli -m ./kanimus-26b-a4b-fft-heretic/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "SubMaroon/Kanimus-26B-A4B-FFT-heretic"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve SubMaroon/Kanimus-26B-A4B-FFT-heretic --trust-remote-codeEvery published repository of Kanimus-26B-A4B-FFT-heretic, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| mradermacher/Kanimus-26B-A4B-FFT-heretic-i1-GGUF | GGUF (imatrix) | 6.5K |
| mradermacher/Kanimus-26B-A4B-FFT-heretic-GGUF | GGUF | 1.7K |
| SubMaroon/Kanimus-26B-A4B-FFT-hereticsource | Transformers | 113 |
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 Kanimus-26B-A4B-FFT-heretic is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with SubMaroon, and does not independently verify publisher claims. See responsible use.