language:
- en
license: mit
library_name: llama.cpp
base_model: XiaomiMiMo/MiMo-V2.6-Distill-Qwen-9B
base_model_relation: quantized
tags: - gguf
- llama.cpp
- qwen3_5
- abliteration
- abliterated
- uncensored
- q8_0
- q6_k
- q5_k_m
- q4_k_m
- refusal-ablation
- research
pipeline_tag: text-generation
Abliterated MiMo-V2.6-Distill-Qwen-9B — GGUF
This is an experimental, refusal-ablated GGUF derivative of XiaomiMiMo/MiMo-V2.6-Distill-Qwen-9B. It deliberately reduces refusal on harmful prompts. Its responses require independent review and appropriate controls in any downstream application.
Evaluation status: The judged safety evaluation is still running. The tables below report completed Q8_0 runs only; judged results will be added when complete. This is an edited derivative that was then quantized, not a plain quantization of the original weights.
Model and artifact
| Field | Value |
|---|---|
| Parent checkpoint | XiaomiMiMo/MiMo-V2.6-Distill-Qwen-9B |
| License | MIT, as shown on the parent model repository at review time |
Text generation is the only evaluated modality; no vision capability is claimed for these GGUF files.
Quants
| File | Size | SHA-256 | Evaluation status |
|---|---|---|---|
MiMo-V2.6-Distill-Qwen-9B-Abliterated-Q8_0.gguf |
9,527,497,856 bytes | 92a8e5452cdd0e012d2e63c0599d7d05f4833c50f50673c3c56d87e3b3e63f57 |
Refusal and HumanEval completed; judged safety evaluation in progress. |
MiMo-V2.6-Distill-Qwen-9B-Abliterated-Q6_K.gguf |
7,359,255,680 bytes | 290bd2ffcfcf9138909064183426323ab63971fb9c8c4acd496abccba959cede |
Built only. Untested. |
MiMo-V2.6-Distill-Qwen-9B-Abliterated-Q5_K_M.gguf |
6,467,966,080 bytes | 39648343a93842332110ffdbee81fd33190e511091879e447ac0fc93fbe73c17 |
Built only. Untested. |
MiMo-V2.6-Distill-Qwen-9B-Abliterated-Q4_K_M.gguf |
5,629,105,280 bytes | 8798617e1da0b324a7d4c04659c59bb8f712dd5a7332b4703a5a2875d977ecf2 |
Built only. Untested. |
The Q6_K, Q5_K_M, and Q4_K_M files were quantized from the same edited BF16 source as Q8_0. They have not been smoke-loaded or evaluated. Their quality, refusal behavior, and compatibility may differ from Q8_0.
Quickstart
llama-server -m MiMo-V2.6-Distill-Qwen-9B-Abliterated-Q5_K_M.gguf -c 8192
Use a llama.cpp build with Qwen3.5 hybrid support. The published scores were obtained under the evaluation settings described below; other settings have not been benchmarked here.
Intended use
Research on refusal behavior and local inference with a deliberately modified model. This model should not be relied on for safety critical decisions or served to the public without application controls and human oversight. It is not a substitute for professional advice.
Modification
A refusal direction was estimated with llama-cvector-generator using 128 harmful and 128 harmless contrast prompts, output node l_out, width 4096 and an all-token mean. A rank-1 projection with λ=1.0 was applied at layer 19 to 89 tensors: 32 ffn_down, 24 ssm_out, 24 attn_gate, 8 attn_output, and 1 token_embd. The maximum reported residual was 2.50e-07. The result was quantized to Q8_0 and smoke-loaded with a compatible llama.cpp build.
Method note: An earlier experimental plan used three write-side tensor classes and excluded embeddings. This release also modifies attn_gate and token_embd. Their separate effects were not measured.
During BF16-to-GGUF conversion, the converter wrote qwen35.block_count=33 and nextn_predict_layers=1 even though tensor blocks ended at 31. Those two metadata values were corrected to 32 and 0 before quantization; the metadata correction did not change weight payloads.
Evaluation
All values below apply to Q8_0 only and compare it with a Q8_0 control from the same parent under matched conditions. They are not scores for the parent repository's original weights. Refusal evaluation used thinking off. HumanEval used thinking on, temperature 0, a 6,000-token cap, and evaluation without --jinja. The safety-suite holdout excluded the 256 direction-fit prompts and a separate 240-prompt evaluation set.
Held-out refusal (prefix matcher)
| Condition | Harmful refusal, n=120 | Harmless refusal, n=120 |
|---|---|---|
| Q8_0 control | 99.2% | 1.7% |
| This model | 5.8% | 1.7% |
Prefix matching is a coarse indicator. It should not be read as a judged safety score.
Safety-suite prefix results (disjoint holdout)
| Suite | n | Control refusal | This model refusal |
|---|---|---|---|
| StrongREJECT | 304 | 99.3% | 18.8% |
| Simple Safety Tests | 100 | 91.0% | 24.0% |
| Forbidden Questions | 356 | 74.4% | 9.0% |
| XSTest safe | 250 | 22.8% | 2.4% |
| XSTest safe (additional variant) | 113 | 25.7% | 4.4% |
| XSTest unsafe | 200 | 90.5% | 21.5% |
| XSTest unsafe (additional variant) | 113 | 97.3% | 22.1% |
| All rows | 1,436 | 72.1% | 13.4% |
The additional XSTest rows are distinct prompt variants. The XSTest-safe prefix result measures the matcher’s refusal classification, not the judge’s full-refusal rate. The latter is pending for this model.
Judged safety evaluation
The Qwen3.8-27B judged comparison for this model is still in progress. No partial judged score is reported as a final result here. The completed control judge file has 293 unparsed responses out of 1,436 inputs; its judged means are calculated from parsed responses and require this coverage caveat. Final judged results will be added with per-suite counts, parse failures, and judge definitions after review.
HumanEval (164 tasks)
| Condition | pass@1 | Capped | Conditional accuracy | Median completion tokens |
|---|---|---|---|---|
| Q8_0 control | 78.0% | 2.4% | 80.0% | 219 |
| This model | 82.3% | 2.4% | 84.4% | 270 |
No coding loss was observed on HumanEval: this model scored 82.3% versus 78.0% for the control. The +4.3 percentage point difference does not establish a repeatable improvement. No MMLU, GSM8K, or agentic evaluation is included.
Limitations and risks
- The model was deliberately altered to respond more often to harmful requests. Both wanted and unwanted refusals decreased in these tests; this is not evidence of selective removal.
- The direction-fit prompt format may not have been applied consistently. Prompt formatting remains a possible confound.
attn_gateas a residual writer is not validated for this hybrid architecture. The 89-tensor recipe differs from the earlier experimental plan.- The prefix matcher can disagree with the LLM judge. This model's judged comparison is incomplete at release.
- HumanEval is a narrow coding check; other capabilities remain unevaluated.
- Evaluation used a llama.cpp build with Qwen3.5 hybrid support. Results on other builds and settings may differ.
Provenance and citation
The model was built and evaluated on September 21–22, 2026. Cite the parent model for its original architecture and training. Cite this derivative repository for the modifications and results reported here.