supergemma4-26b-uncensored-v2
from google/gemma-4-26B-A4B-it
KAT-Coder-V2.5-Dev-35B-A3B-MTP-ABLITERATED is a refusal-ablated variant of jakeroxs/KAT-Coder-V2.5-Dev-35B-A3B-MTP-ABLITERATED, published on Hugging Face by jakeroxs. It is 35B total parameters (mixture-of-experts), 48GB VRAM class class and apache-2.0 licence. It is distributed across 5 repositories in GGUF, GGUF (imatrix) and Transformers formats, totalling 6.3K downloads.
How KAT-Coder-V2.5-Dev-35B-A3B-MTP-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
“A merged Hugging Face-format checkpoint combining the Philadelphia Class abliteration of KAT-Coder V2.5 Dev 35B-A3B with the compatible Multi-Token Prediction (MTP) layer from KAT-Coder V2.5 Dev.”
Commands are templates — confirm the exact repository and quant file before use.
hf download jakeroxs/KAT-Coder-V2.5-Dev-35B-A3B-MTP-ABLITERATED-GGUF --local-dir ./kat-coder-v2.5-dev-35b-a3b-mtp-abliterated
llama-cli -m ./kat-coder-v2.5-dev-35b-a3b-mtp-abliterated/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "jakeroxs/KAT-Coder-V2.5-Dev-35B-A3B-MTP-ABLITERATED"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve jakeroxs/KAT-Coder-V2.5-Dev-35B-A3B-MTP-ABLITERATED --trust-remote-codeEvery published repository of KAT-Coder-V2.5-Dev-35B-A3B-MTP-ABLITERATED, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| jakeroxs/KAT-Coder-V2.5-Dev-35B-A3B-MTP-ABLITERATED-GGUF | GGUF | 4.1K |
| mradermacher/KAT-Coder-V2.5-Dev-35B-A3B-MTP-ABLITERATED-i1-GGUF | GGUF (imatrix) | 1.4K |
| mradermacher/KAT-Coder-V2.5-Dev-35B-A3B-MTP-ABLITERATED-GGUF | GGUF | 646 |
| jakeroxs/KAT-Coder-V2.5-Dev-35B-A3B-MTP-ABLITERATEDsource | Transformers | 178 |
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 KAT-Coder-V2.5-Dev-35B-A3B-MTP-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 jakeroxs, and does not independently verify publisher claims. See responsible use.