Ornith-1.0-35B-AEON-Ultimate-Uncensored
from deepreinforce-ai/Ornith-1.0-35B
Ornith-1.0-35B-uncensored-heretic is a Heretic-ablated variant of deepreinforce-ai/Ornith-1.0-35B-GGUF, published on Hugging Face by llmfan46. It is 35B parameters, 48GB VRAM class class and mit licence. It is distributed across 9 repositories in GGUF, Transformers, MLX and GGUF (imatrix) formats, totalling 17K downloads.
How Ornith-1.0-35B-uncensored-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
“🚨⚠️ I HAVE REACHED HUGGING FACE'S FREE STORAGE LIMIT ⚠️🚨”
Commands are templates — confirm the exact repository and quant file before use.
ollama run hf.co/deepreinforce-ai/Ornith-1.0-35B-GGUFhf download llmfan46/Ornith-1.0-35B-uncensored-heretic-GGUF --local-dir ./ornith-1.0-35b-uncensored-heretic
llama-cli -m ./ornith-1.0-35b-uncensored-heretic/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "llmfan46/Ornith-1.0-35B-uncensored-heretic"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve llmfan46/Ornith-1.0-35B-uncensored-heretic --trust-remote-codeEvery published repository of Ornith-1.0-35B-uncensored-heretic, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| llmfan46/Ornith-1.0-35B-uncensored-heretic-GGUF | GGUF | 12.6K |
| llmfan46/Ornith-1.0-35B-uncensored-hereticsource | Transformers | 1.6K |
| mradermacher/Ornith-1.0-35B-uncensored-heretic-i1-GGUF | GGUF (imatrix) | 1.3K |
| mradermacher/Ornith-1.0-35B-uncensored-heretic-GGUF | GGUF | 883 |
| ailexleon/Ornith-1.0-35B-uncensored-heretic-mlx-8Bit | MLX | 310 |
| funnygeeker/Ornith-1.0-35B-uncensored-heretic-MLX-4bit | MLX | 206 |
| LtSurg3/Ornith-1.0-35B-uncensored-heretic | Transformers | 18 |
| spinochenza/Ornith-1.0-35B-uncensored-heretic | Transformers | 10 |
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-35B-uncensored-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 llmfan46, and does not independently verify publisher claims. See responsible use.