Ornith-1.5-9B-OBLITERATED
from ornith-ai/Ornith-1.5-9B
Ornith-1.5-9B-heretic is a Heretic-ablated variant of ornith-ai/Ornith-1.5-9B, published on Hugging Face by Dingdust. It is 9B parameters, single consumer GPU class and mit licence. It is distributed across 9 repositories in Transformers, FP8, GGUF and GGUF (imatrix) formats, totalling 13.8K downloads.
How Ornith-1.5-9B-heretic 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
“Chirp Chirp! 🐦 We are introducing Ornith-1.5, a major step toward building foundation models through end-to-end self-improvement.”
Commands are templates — confirm the exact repository and quant file before use.
ollama run ornith-1.5:9bhf download Thunder13240/Ornith-1.5-9B-heretic-GGUF --local-dir ./ornith-1.5-9b-heretic
llama-cli -m ./ornith-1.5-9b-heretic/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "Dingdust/Ornith-1.5-9B-heretic"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve Dingdust/Ornith-1.5-9B-heretic --trust-remote-codeEvery published repository of Ornith-1.5-9B-heretic, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| Thunder13240/Ornith-1.5-9B-heretic-GGUF | GGUF | 6K |
| mradermacher/Ornith-1.5-9B-heretic-GGUF | GGUF | 3.6K |
| mradermacher/Ornith-1.5-9B-heretic-i1-GGUF | GGUF (imatrix) | 2.3K |
| Dingdust/Ornith-1.5-9B-hereticsource | Transformers | 870 |
| teddy19032/Ornith-1.5-9B-heretic-GGUF | GGUF | 435 |
| teddy19032/Ornith-1.5-9B-heretic | Transformers | 357 |
| r3lax/Ornith-1.5-9B-heretic | Transformers | 201 |
| cbert33/Ornith-1.5-9B-FP8-Heretic | FP8 | 17 |
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.5-9B-heretic is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with Dingdust, and does not independently verify publisher claims. See responsible use.