ai_Qwen3-14B-abliterated
from huihui-ai/Qwen3-14B-abliterated
NemoMix-Unleashed-12B is a refusal-ablated variant of MarinaraSpaghetti/NemoMix-Unleashed-12B, published on Hugging Face by MarinaraSpaghetti. It is 12B parameters, 24GB VRAM class class and apache-2.0 licence. It is distributed across 27 repositories in Transformers, GGUF, EXL2 and GGUF (imatrix) formats, totalling 23.6K downloads.
How NemoMix-Unleashed-12B 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
“Okay, I tried really hard to improve my ChatML merges, but that has gone terribly wrong. Everyone is adding special tokens with different IDs so can't even make a proper union tokenizer for them, damn. Not to mention, I made some... interesting discoveres in regards to some models' context lenghts. You can watch the...”
Commands are templates — confirm the exact repository and quant file before use.
hf download bartowski/NemoMix-Unleashed-12B-GGUF --local-dir ./nemomix-unleashed-12b
llama-cli -m ./nemomix-unleashed-12b/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "MarinaraSpaghetti/NemoMix-Unleashed-12B"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve MarinaraSpaghetti/NemoMix-Unleashed-12B --trust-remote-codeEvery published repository of NemoMix-Unleashed-12B, 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 NemoMix-Unleashed-12B is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with MarinaraSpaghetti, and does not independently verify publisher claims. See responsible use.