Qwen3.5-9B-The-Defiant-Fable-Uncensored-Heretic
from nightmedia/Qwen3.5-9B-DS9-USS-Defiant
Qwen3.8-9B-heretic-uncensored is a Heretic-ablated variant of empero-ai/Qwen3.8-9B-Distill, published on Hugging Face by Noobito45. It is 9B parameters, single consumer GPU class and apache-2.0 licence. It is distributed across 10 repositories in GGUF, GGUF (imatrix) and MLX formats, totalling 107.9K downloads.
How Qwen3.8-9B-heretic-uncensored 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
“This is a decensored version of empero-ai/Qwen3.8-9B, created using Heretic v1.4.0.”
Commands are templates — confirm the exact repository and quant file before use.
hf download Noobito45/Qwen3.8-9B-heretic-uncensored-NVFP4-GGUF --local-dir ./qwen3.8-9b-heretic-uncensored
llama-cli -m ./qwen3.8-9b-heretic-uncensored/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "Noobito45/Qwen3.8-9B-heretic-uncensored-NVFP4-GGUF"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve Noobito45/Qwen3.8-9B-heretic-uncensored-NVFP4-GGUF --trust-remote-codeEvery published repository of Qwen3.8-9B-heretic-uncensored, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| Noobito45/Qwen3.8-9B-heretic-uncensored-NVFP4-GGUFsource | GGUF | 49.2K |
| mradermacher/Qwen3.8-9B-heretic-uncensored-GGUF | GGUF | 19.9K |
| mradermacher/Qwen3.8-9B-heretic-uncensored-i1-GGUF | GGUF (imatrix) | 15.4K |
| optionalAI/Qwen3.8-9B-heretic-uncensored-Q4_K_M-GGUF | GGUF | 12K |
| saga404/Qwen3.8-9B-heretic-uncensored-Q5_0-GGUF | GGUF | 4.9K |
| Foresee/Qwen3.8-9B-heretic-uncensored-5bit-MLX | MLX | 4.2K |
| luxuansang/Qwen3.8-9B-heretic-uncensored-NVFP4-GGUF | GGUF | 1.4K |
| TSZYYY/Qwen3.8-9B-heretic-uncensored-Q5_0-GGUF | GGUF | 743 |
| nuofang/Qwen3.8-9B-heretic-uncensored-GGUF-GGUF | GGUF | 213 |
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 Qwen3.8-9B-heretic-uncensored is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with Noobito45, and does not independently verify publisher claims. See responsible use.