MiniCPM5-1B-heretic
from openbmb/MiniCPM5-1B
MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-heretic is a Heretic-ablated variant of GnLOLot/MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking, published on Hugging Face by saidutta69. It is 1B parameters, runs on a laptop CPU class and apache-2.0 licence. It is distributed across 4 repositories in GGUF format, totalling 10.4K downloads.
How MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-heretic was modified, and what that implies.
Heretic
Automated directional ablation via the Heretic toolchain, which searches for the refusal direction and applies it with a KL-divergence budget so general capability is preserved.
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 decensored variant of GnLOLot/MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking, produced with Heretic v1.4.0 (directional ablation / "abliteration"). The base model is itself a V2 fine-tune of openbmb/MiniCPM5-1B on Fable 5 traces, focused on tool/function calling, coding, and instruction-following. Refusal behavior is...”
Commands are templates — confirm the exact repository and quant file before use.
hf download saidutta69/MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-heretic --local-dir ./minicpm5-1b-claude-opus-fable5-v2-thinking-heretic
llama-cli -m ./minicpm5-1b-claude-opus-fable5-v2-thinking-heretic/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "saidutta69/MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-heretic"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve saidutta69/MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-heretic --trust-remote-codeEvery published repository of MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-heretic, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| saidutta69/MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-hereticsource | GGUF | 7.8K |
| mradermacher/MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-heretic-GGUF | GGUF | 1.6K |
| chiakelvin/MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-heretic | GGUF | 984 |
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 MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-heretic is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with saidutta69, and does not independently verify publisher claims. See responsible use.