Ornith-1.0-35B-AEON-Ultimate-Uncensored
from deepreinforce-ai/Ornith-1.0-35B
Ornith-1.5-35B-A3B-FULLY-OBLITERATED is a refusal-ablated variant of jhone888/Ornith-1.5-35B-A3B-FULLY-OBLITERATED, published on Hugging Face by jhone888. It is 35B total parameters (mixture-of-experts), 48GB VRAM class class and mit licence. The publisher describes ablation applied across all 40 layers. It is distributed across 4 repositories in GGUF, GGUF (imatrix) and Transformers formats, totalling 9.6K downloads.
How Ornith-1.5-35B-A3B-FULLY-OBLITERATED 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: All 40 layers. This comes from the publisher’s own model card and has not been independently verified.
From the publisher’s model card
“A second-pass obliteration of huihui-ai/Huihui-Ornith-1.5-35B-A3B-abliterated. The v1 abliteration covered only 11 of 29 targeted components; v2 applies a full-model refusal-direction ablation across all 40 layers, then verifies the result numerically.”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Ornith-1.5-35B-A3B-FULLY-OBLITERATED-GGUF --local-dir ./ornith-1.5-35b-a3b-fully-obliterated
llama-cli -m ./ornith-1.5-35b-a3b-fully-obliterated/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "jhone888/Ornith-1.5-35B-A3B-FULLY-OBLITERATED"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve jhone888/Ornith-1.5-35B-A3B-FULLY-OBLITERATED --trust-remote-codeEvery published repository of Ornith-1.5-35B-A3B-FULLY-OBLITERATED, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| mradermacher/Ornith-1.5-35B-A3B-FULLY-OBLITERATED-GGUF | GGUF | 5.9K |
| mradermacher/Ornith-1.5-35B-A3B-FULLY-OBLITERATED-i1-GGUF | GGUF (imatrix) | 2.8K |
| jhone888/Ornith-1.5-35B-A3B-FULLY-OBLITERATEDsource | Transformers | 965 |
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-35B-A3B-FULLY-OBLITERATED is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with jhone888, and does not independently verify publisher claims. See responsible use.