Qwythos-9B-v2
from empero-ai/Qwythos-9B-v2
Crow-9B-HERETIC-4.6 is a Heretic-ablated variant of Crownelius/Crow-9B-HERETIC-4.6, published on Hugging Face by Crownelius. It is 9B parameters, single consumer GPU class and apache-2.0 licence. It is distributed across 11 repositories in MLX, GGUF and GGUF (imatrix) formats, totalling 6.2K downloads.
How Crow-9B-HERETIC-4.6 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
“CROW HAS REACHED THE FIRST PAGE OF HUGGINGFACE TRENDING MODELS! THANK YOU SO MUCH!!! NUMBER 10 IN THE WORLD!!!”
Commands are templates — confirm the exact repository and quant file before use.
ollama run crow-9bhf download Crownelius/Crow-9B-HERETIC-4.6 --local-dir ./crow-9b-heretic-4.6
llama-cli -m ./crow-9b-heretic-4.6/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "Crownelius/Crow-9B-HERETIC-4.6"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve Crownelius/Crow-9B-HERETIC-4.6 --trust-remote-codeEvery published repository of Crow-9B-HERETIC-4.6, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| Crownelius/Crow-9B-HERETIC-4.6source | GGUF | 4.8K |
| mradermacher/Crow-9B-HERETIC-4.6-i1-GGUF | GGUF (imatrix) | 925 |
| mradermacher/Crow-9B-HERETIC-4.6-GGUF | GGUF | 276 |
| Kaiserg3/Crow-9B-HERETIC-4.6 | GGUF | 160 |
| TheCluster/Crow-9B-HERETIC-4.6-MLX-mxfp4 | MLX | 24 |
| TheCluster/Crow-9B-HERETIC-4.6-MLX-bf16 | MLX | 20 |
| TheCluster/Crow-9B-HERETIC-4.6-MLX-8bit | MLX | 16 |
| nhe-ai/Crow-9B-HERETIC-4.6-mlx-2Bit | MLX | 13 |
| nhe-ai/Crow-9B-HERETIC-4.6-mlx-4Bit | MLX | 11 |
| nhe-ai/Crow-9B-HERETIC-4.6-mlx-3Bit | MLX | 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 Crow-9B-HERETIC-4.6 is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with Crownelius, and does not independently verify publisher claims. See responsible use.