Views
No views yet
Goombliterated = Goombahh + abliterated: an MiniMaxAI/MiniMax-M3 with its refusal direction surgically removed (abliterated), then quantized to NVFP4.
Responsible-use notice. This model has had its safety refusals removed. It will attempt harmful requests. You are responsible for how you use it. It is intended for research, red-teaming, and legitimate use cases that the base model over-refuses. Do not deploy it where it can cause harm.
| Base model | MiniMaxAI/MiniMax-M3 (bf16) |
| Modification | Abliteration (refusal-direction orthogonalization) |
| Target weights | MoE routed-expert + shared-expert down-projections (experts.*.w2, shared_experts.down_proj), layers 14–51 |
| Strength | 2.5 |
| Quantization | NVFP4 (NVIDIA TensorRT Model Optimizer / modelopt), routed experts |
| Size | ~243 GB |
| Serving | vLLM, tensor-parallel 4 |
o_proj was nearly inert here). Both the routed experts
(block_sparse_moe.experts.N.w2) and the always-on shared experts
(shared_experts.down_proj) are abliterated — the shared experts fire on every
token and carry a large share of the refusal signal.</mm:think> token (id 200060) so the model's ability to end its reasoning and
terminate is left intact. This is the fix the broken GGUF forks were missing.amax) from
lukealonso/MiniMax-M3-NVFP4,
since the abliteration is a small perturbation of the original weights.| Metric | Result |
|---|---|
| Refusal rate (AdvBench-150, harmful behaviors) | 6.0% (down from ~100%) |
| Capability (50-probe reasoning + instruction-following set) | 98% |
| Termination | Clean — intrinsically loop-free (0 catastrophic loops in 20 adversarial borderline-prompt runs) |
| BenchLocal 7-pack (macro) | 83.6 — only 5/105 items lost to runaway over-generation (the strength-3.0 build lost 14 and scored 76.4) |
On comparison to the base model. The only benchmark we have for the stock (non-abliterated) MiniMax-M3 is a 4-pack, greedy (temperature 0) BenchLocal run scoring 88.0 macro. This build's runs use the recommended temperature-1.0 sampling, so the two are not directly comparable — greedy decoding flatters exact-answer packs by several points for any model. The abliteration's capability cost appears small regardless: it is a 3.29% weight perturbation on the expert down-projections only, scores 98% on the capability-probe set, and 87.7 on completed BenchLocal items.
generation_config.json:temperature = 1.0
top_p = 0.95
top_k = 40top_k set. With the sampling tail wide open (top_p = 1.0, no
top_k) at high temperature, an abliterated model can sample garbage tokens and
degenerate — top_k = 40 prevents this. Optionally add repetition_penalty = 1.1
as belt-and-suspenders if you run hotter than the defaults. Set a sensible
max_tokens for open-ended prompts.1vllm serve Goombahh/Goombliterated-MiniMax-M3-NVFP4 \
2 --tensor-parallel-size 4 \
3 --trust-remote-code \
4 --quantization modelopt_fp4 \
5 --served-model-name MiniMax-M3
6# served with the recommended sampling already in generation_config.jsonMiniMaxAI/MiniMax-M3 — © MiniMax.amax scales reused from
lukealonso/MiniMax-M3-NVFP4.modelopt).LICENSE and the
base license.
This derivative is for non-commercial use only.max_tokens.modelopt 0.44
artifact); this is handled at export and does not affect coherence.