267 Downloads Updated 3 days ago
ollama run maternion/minicpm5-heretic:2b-q4_K_M
Uncensored (abliterated) version of openbmb/MiniCPM5-2B, produced with Heretic.
Updated the repo, please re-pull.
Non-abliterated version: https://ollama.com/maternion/minicpm5
| Tag | Quant | Size |
|---|---|---|
2b / 2b-q8_0 |
Q8_0 | 2.7 GB |
2b-q6_K |
Q6_K | 2.1 GB |
2b-q4_K_M |
Q4_K_M | 1.6 GB |
2b-f16 |
F16 | 5.0 GB |
ollama run maternion/minicpm5-heretic:2b
The residual refusals are baked into MiniCPM5’s SFT training, not the refusal direction that abliteration targets. They cannot be removed by increasing ablation strength without unacceptable capability damage. Two other independently-published MiniCPM5 heretic models (insraq, YourIdentity) show the same floor at 5-6⁄100 refusals on the default eval set.
think: true)MiniCPM5 has a built-in chain-of-thought (“thinking”) mode. This abliterated model works with thinking enabled but has two caveats:
Token budget: The model’s internal deliberation on harmful prompts is verbose (1,500-6,000 chars of reasoning before the actual answer). With a low num_predict (e.g. 600), the model exhausts its token budget during thinking and returns empty content. Use num_predict ≥ 2000 for harmful prompts with thinking enabled.
Occasional loop: On some prompts the model enters an infinite ethical debate in the thinking channel and never emits output. Observed on ~1⁄10 harmful prompts with thinking enabled. If you get empty output with done_reason: "length", retry or disable thinking.
With think: false, all of the above issues disappear — the model produces clean output on every prompt.
Apache 2.0 (inherited from base model). Usage of the underlying model for generation remains subject to the base model’s terms.