Ornith-1.5-9B-OBLITERATED
from ornith-ai/Ornith-1.5-9B
Ornith-1.0-9B-abliterated-fable is a refusal-ablated variant of YuYu1015/YuYu1015-Ornith-1.0-9B-abliterated, published on Hugging Face by hotdogs. It is 9B parameters, single consumer GPU class and mit licence. It is distributed across 5 repositories in Transformers, GGUF and GGUF (imatrix) formats, totalling 5.3K downloads.
How Ornith-1.0-9B-abliterated-fable 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
“YuYu1015/YuYu1015-Ornith-1.0-9B-abliterated — abliterated version of ornith-ai/Ornith-1.0-9B (an agentic coding model post-trained on top of Qwen 3.5). We applied LoRA SFT to the full text stack (linear-attention GDN layers + full-attention + MLP), froze the vision tower (text-only data).”
Commands are templates — confirm the exact repository and quant file before use.
hf download hotdogs/Ornith-1.0-9B-abliterated-fable-MTP-GGUF --local-dir ./ornith-1.0-9b-abliterated-fable
llama-cli -m ./ornith-1.0-9b-abliterated-fable/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "hotdogs/Ornith-1.0-9B-abliterated-fable"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve hotdogs/Ornith-1.0-9B-abliterated-fable --trust-remote-codeEvery published repository of Ornith-1.0-9B-abliterated-fable, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| hotdogs/Ornith-1.0-9B-abliterated-fable-MTP-GGUF | GGUF | 2.8K |
| mradermacher/Ornith-1.0-9B-abliterated-fable-i1-GGUF | GGUF (imatrix) | 1.1K |
| mradermacher/Ornith-1.0-9B-abliterated-fable-GGUF | GGUF | 949 |
| hotdogs/Ornith-1.0-9B-abliterated-fablesource | Transformers | 466 |
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 Ornith-1.0-9B-abliterated-fable is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with hotdogs, and does not independently verify publisher claims. See responsible use.