Mistral-Nemo-2407-12B-Thinking-Claude-Gemini-GPT5.2-Uncensored-HERETIC
from mistralai/Mistral-Nemo-Instruct-2407
Dolphin3.0-R1-Mistral-24B-abliterated is a refusal-ablated open-weight language model, published on Hugging Face by mradermacher. It is 24B parameters and 24GB VRAM class class. It is distributed across 4 repositories in GGUF and GGUF (imatrix) formats, totalling 7.8K downloads.
How Dolphin3.0-R1-Mistral-24B-abliterated was modified, and what that implies.
Abliteration (directional ablation)
The single residual-stream direction that mediates refusal is identified from harmful/harmless prompt pairs and projected out of the model weights.
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
“weighted/imatrix quants are available at https://huggingface.co/mradermacher/Dolphin3.0-R1-Mistral-24B-abliterated-i1-GGUF”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Dolphin3.0-R1-Mistral-24B-abliterated-GGUF --local-dir ./dolphin3.0-r1-mistral-24b-abliterated
llama-cli -m ./dolphin3.0-r1-mistral-24b-abliterated/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "mradermacher/Dolphin3.0-R1-Mistral-24B-abliterated-GGUF"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve mradermacher/Dolphin3.0-R1-Mistral-24B-abliterated-GGUF --trust-remote-codeEvery published repository of Dolphin3.0-R1-Mistral-24B-abliterated, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| mradermacher/Dolphin3.0-R1-Mistral-24B-abliterated-GGUFsource | GGUF | 7.2K |
| mradermacher/Dolphin3.0-R1-Mistral-24B-abliterated-i1-GGUF | GGUF (imatrix) | 444 |
| lactroiii/Dolphin3.0-R1-Mistral-24B-abliterated-GGUF | GGUF | 154 |
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 Dolphin3.0-R1-Mistral-24B-abliterated is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with mradermacher, and does not independently verify publisher claims. See responsible use.