abliteratedmodels.org

MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-heretic

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.

Heretic1BMiniCPMUnder 4B10,3589

Specification

Model name
MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-heretic
Publisher
saidutta69
Parameters
1B
Hardware class
Under 4B — runs on a laptop CPU
Licence
apache-2.0
Task
Text generation
Context window
128K tokens (as documented)
Ablation scope
Not stated by the publisher
Formats available
GGUF
First indexed
15 Jul 2026
Last updated
26 Aug 2026

Ablation technique

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...

Running it

Commands are templates — confirm the exact repository and quant file before use.

llama.cpp / GGUF
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 "..."
Transformers
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
vllm serve saidutta69/MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-heretic --trust-remote-code

Downloads and variants (3)

Every published repository of MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-heretic, including quantised re-releases by other authors.

Security-team assessment

Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.

  • MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-heretic will attempt offensive-security prompts that a hosted commercial model declines, which is what makes it usable for red-team corpus generation and for measuring what an unaligned model of this class produces.
  • Capability is inherited from GnLOLot/MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking, not added by ablation — at 1B parameters, expect a small model’s reasoning and a high error rate on exploit detail.
  • The publisher does not state which layers were ablated, so assume nothing about refusal consistency — probe it directly.
  • Declared licence is apache-2.0, but the terms that bind you are GnLOLot/MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking’s — a re-release cannot grant more than its parent.

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.