Mistral-Small-3.2-24B-Instruct-2506-abliterated
from mistralai/Mistral-Small-3.2-24B-Instruct-2506
Mistral-Small-3.2-24B-Instruct-2506-abliterated-llamacppfixed is a refusal-ablated variant of mistralai/Mistral-Small-3.2-24B-Instruct-2506, published on Hugging Face by nicoboss. It is 24B parameters, 24GB VRAM class class and apache-2.0 licence. It is distributed across 5 repositories in Transformers, GGUF and GGUF (imatrix) formats, totalling 7.2K downloads.
How Mistral-Small-3.2-24B-Instruct-2506-abliterated-llamacppfixed 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
“This is an uncensored version of mistralai/Mistral-Small-3.2-24B-Instruct-2506 created with abliteration (see remove-refusals-with-transformers to know more about it). This is a crude, proof-of-concept implementation to remove refusals from an LLM model without using TransformerLens.”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Huihui-Mistral-Small-3.2-24B-Instruct-2506-abliterated-llamacppfixed-GGUF --local-dir ./mistral-small-3.2-24b-instruct-2506-abliterated-llamacppfixed
llama-cli -m ./mistral-small-3.2-24b-instruct-2506-abliterated-llamacppfixed/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "nicoboss/Huihui-Mistral-Small-3.2-24B-Instruct-2506-abliterated-llamacppfixed"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve nicoboss/Huihui-Mistral-Small-3.2-24B-Instruct-2506-abliterated-llamacppfixed --trust-remote-codeEvery published repository of Mistral-Small-3.2-24B-Instruct-2506-abliterated-llamacppfixed, including quantised re-releases by other authors.
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 Mistral-Small-3.2-24B-Instruct-2506-abliterated-llamacppfixed is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with nicoboss, and does not independently verify publisher claims. See responsible use.