NemoMix-Unleashed-12B
from MarinaraSpaghetti/NemoMix-Unleashed-12B
Codestral-22B-v0.1-abliterated-v3 is a refusal-ablated variant of failspy/Codestral-22B-v0.1-abliterated-v3, published on Hugging Face by failspy. It is 22B parameters, 24GB VRAM class class and other licence. It is distributed across 8 repositories in Transformers, GGUF, GGUF (imatrix) and EXL2 formats, totalling 12.9K downloads.
How Codestral-22B-v0.1-abliterated-v3 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
“My original Jupyter "cookbook" to replicate the methodology can be found here”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Codestral-22B-v0.1-abliterated-v3-i1-GGUF --local-dir ./codestral-22b-v0.1-abliterated-v3
llama-cli -m ./codestral-22b-v0.1-abliterated-v3/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "failspy/Codestral-22B-v0.1-abliterated-v3"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve failspy/Codestral-22B-v0.1-abliterated-v3 --trust-remote-codeEvery published repository of Codestral-22B-v0.1-abliterated-v3, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| failspy/Codestral-22B-v0.1-abliterated-v3source | Transformers | 8.4K |
| mradermacher/Codestral-22B-v0.1-abliterated-v3-i1-GGUF | GGUF (imatrix) | 2K |
| bartowski/Codestral-22B-v0.1-abliterated-v3-GGUF | GGUF | 1.2K |
| mradermacher/Codestral-22B-v0.1-abliterated-v3-GGUF | GGUF | 1.1K |
| failspy/Codestral-22B-v0.1-abliterated-v3-GGUF | GGUF | 177 |
| FuturisticVibes/Codestral-22B-v0.1-abliterated-v3-8.0bpw-h8-exl2 | EXL2 | 12 |
| Apel-sin/codestral-22B-v0.1-abliterated-v3-exl2 | EXL2 | 0 |
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 Codestral-22B-v0.1-abliterated-v3 is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with failspy, and does not independently verify publisher claims. See responsible use.