empero-ai/openNemo-9B-abliterated-GGUF
openNemo-9B-abliterated-GGUF
GGUF quantizations of [openNemo-9B-abliterated](https://huggingface.co/empero-ai/openNemo-9B-abliterated) for use with llama.cpp, Ollama, LM Studio, and other GGUF-compatible tools.
Abliterated (uncensored) version of NVIDIA's Nemotron-H 9B, with safety refusals removed using Empero AI's Snakehead — an abliteration tool specialized for hybrid Mamba2 + sparse attention architectures.
By [Empero AI](https://empero.org)
Available quantizations
Which quant should I use?
- Low VRAM (6–8 GB): Q4KM — best quality-per-bit at this size
- Medium VRAM (8–12 GB): Q5KM or Q6_K
- High VRAM / quality priority: Q8_0
- Absolute minimum size: Q2K or Q3K_S (expect some quality loss)
Usage
llama.cpp
llama-cli -m openNemo-9B-abliterated-Q4_K_M.gguf -p "Your prompt here" -n 512Ollama
Create a Modelfile:
FROM ./openNemo-9B-abliterated-Q4_K_M.ggufThen:
ollama create opennemo-uncensored -f Modelfile
ollama run opennemo-uncensoredLM Studio
Download the desired quant file and load it directly in LM Studio.
About the base model
openNemo-9B-uncensored is an abliterated version of openNemo-9B — a pure-PyTorch reimplementation of NVIDIA's Nemotron-H architecture (hybrid Mamba2 + Transformer, 56 layers).
Ablation results
The extremely low KL divergence (0.022) means model quality is virtually identical to the original on non-refused prompts.
Disclaimer
This model has had its safety alignment removed. It will comply with requests that the original model would refuse. The creators are not responsible for how this model is used. Intended for research, creative writing, and applications where the user takes responsibility for output filtering.
Acknowledgments
- Base model: openNemo-9B-abliterated by Empero AI
- Original architecture: NVIDIA Nemotron-H
- Abliteration tooling: Snakehead by Empero AI
- Quantized with llama.cpp
License
NVIDIA Open Model License — same as the base model.
