NemoMix-Unleashed-12B
from MarinaraSpaghetti/NemoMix-Unleashed-12B
Cydonia-24B-v4.3-absolute-heresy is a Heretic-ablated variant of MuXodious/Cydonia-24B-v4.3-absolute-heresy, published on Hugging Face by MuXodious. It is 24B parameters and 24GB VRAM class class. It is distributed across 6 repositories in Transformers, GGUF and GGUF (imatrix) formats, totalling 8.1K downloads.
How Cydonia-24B-v4.3-absolute-heresy 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
“This is a Cydonia-24B-v4.3 fine-tune, produced through P-E-W's Heretic (v1.1.0) abliteration engine merged with the Magnitude-Preserving Orthogonal Ablation PR.”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Cydonia-24B-v4.3-absolute-heresy-i1-GGUF --local-dir ./cydonia-24b-v4.3-absolute-heresy
llama-cli -m ./cydonia-24b-v4.3-absolute-heresy/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "MuXodious/Cydonia-24B-v4.3-absolute-heresy"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve MuXodious/Cydonia-24B-v4.3-absolute-heresy --trust-remote-codeEvery published repository of Cydonia-24B-v4.3-absolute-heresy, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| mradermacher/Cydonia-24B-v4.3-absolute-heresy-i1-GGUF | GGUF (imatrix) | 5.4K |
| mradermacher/Cydonia-24B-v4.3-absolute-heresy-GGUF | GGUF | 1.5K |
| jwhisenhunt/Cydonia-24B-v4.3-absolute-heresy-Q4_K_M-GGUF | GGUF | 1.1K |
| MuXodious/Cydonia-24B-v4.3-absolute-heresysource | Transformers | 166 |
| DuneTuah/Cydonia-24B-v4.3-absolute-heresy | Transformers | 8 |
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 Cydonia-24B-v4.3-absolute-heresy is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with MuXodious, and does not independently verify publisher claims. See responsible use.