| Gemma 4 Uncensored — all 4 models, MoE expert abliteration, automated research loopReleased uncensored versions of all four Gemma 4 models. bf16 + GGUF for each. Collection: https://huggingface.co/collections/TrevorJS/gemma-4-uncensored-69d2885d6e4fc0581f492698 Code: https://github.com/TrevorS/gemma-4-abliteration Results
Refusal rates from 686 prompts across 4 datasets (JailbreakBench, tulu-harmbench, NousResearch, mlabonne). Manually audited — most flagged refusals are actually the model complying with a disclaimer attached. 26B MoEStandard abliteration only touches dense layers, which gets you from 98% → 29% on the MoE. The remaining refusals are in the expert weights. Used Expert-Granular Abliteration (EGA, concept from OBLITERATUS) with norm-preserving biprojection (grimjim) on each of the 128 expert slices per layer. That gets it to 3%. How it was builtSet up an automated research loop — an AI agent reads the current results and idea backlog, picks the next experiment, runs it on the GPU, records results, and repeats. It ran 22 experiments across the 4 models, discovered the false-positive problem in standard refusal markers, built the cross-dataset evaluation, and implemented the MoE expert abliteration when dense-only wasn't enough. Full experiment history and code in the repo. DownloadsEach model has bf16 safetensors + GGUF (Q4_K_M, Q8_0):
[link] [comments] |
Gemma 4 Uncensored (autoresearch results)
Reddit r/LocalLLaMA / 4/6/2026
💬 OpinionDeveloper Stack & InfrastructureSignals & Early TrendsModels & Research
Key Points
- “Gemma 4 Uncensored”として、Gemma 4の4モデルすべてについてアンセンサー版(bf16およびGGUF)が公開され、拒否率の大幅低減が報告されています。
- 拒否データは4データセット・686プロンプトで評価され、従来の拒否マーカーの誤検知(免責/ディスクレーマー付きで実際は応答しているケース)が主要な課題だったとされています。
- 26B MoEでは、密層のみの標準アブレーションでは効果が不足し、128のエキスパートスライスごとに“Expert-Granular Ablation (EGA)”とnorm-preserving biprojectionを適用してさらなる拒否低減(約98%→3%)を達成したと説明されています。
- GPU上で自動化された“自動リサーチループ”(エージェントが次の実験を選び、実行して記録する)を22件回し、問題発見からMoE向け手法実装まで至った開発プロセスが共有されています。
- 収録されているコードと実験履歴はGitHubおよびHugging Faceコレクションに掲載されています。




