Qwen3.5-9B-Uncensored-HauhauCS-Aggressive
from Qwen/Qwen3.5-9B
Qwen3.5-9B-Uncensored is a abliterated and uncensored variant of Qwen/Qwen3.5-9B, published on Hugging Face by nDimensional. It is 9B parameters, single consumer GPU class and apache-2.0 licence. It is distributed across 17 repositories in Compressed tensors, Transformers, GGUF and GGUF (imatrix) formats, totalling 13.9K downloads.
How Qwen3.5-9B-Uncensored was modified, and what that implies.
Abliteration + uncensored fine-tune
Directional ablation combined with additional fine-tuning on unfiltered data, so behaviour diverges from the base model beyond refusal removal alone.
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
“A safetensors conversion of HauhauCS/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive (GGUF) to work with frameworks that don't support GGUF or split GGUF format (vLLM, transformers, etc..).”
Commands are templates — confirm the exact repository and quant file before use.
hf download LEONW24/Qwen3.5-9B-Uncensored --local-dir ./qwen3.5-9b-uncensored
llama-cli -m ./qwen3.5-9b-uncensored/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "nDimensional/Qwen3.5-9B-Uncensored-Safetensors"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve nDimensional/Qwen3.5-9B-Uncensored-Safetensors --trust-remote-codeEvery published repository of Qwen3.5-9B-Uncensored, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| LEONW24/Qwen3.5-9B-Uncensored | GGUF | 3.4K |
| ccharnkij/Qwen3.5-9B-Uncensored-GGUF | GGUF | 2.8K |
| bowmanslayer/Qwen3.5-9B-Uncensored-GGUF | GGUF | 2.6K |
| nDimensional/Qwen3.5-9B-Uncensored-Safetensorssource | Transformers | 2.4K |
| mradermacher/Qwen3.5-9B-Uncensored-Safetensors-i1-GGUF | GGUF (imatrix) | 841 |
| mradermacher/Qwen3.5-9B-Uncensored-Safetensors-GGUF | GGUF | 578 |
| localgstar/Qwen3.5-9B-Uncensored | GGUF | 452 |
| NeuralNet-Hub/Qwen3.5-9B-Uncensored-W4A16 | Compressed tensors | 199 |
| suldanpashir/Qwen3.5-9B-Uncensored | GGUF | 179 |
| artemqq5/Qwen3.5-9B-Uncensored | GGUF | 165 |
| bowmanslayer/Qwen3.5-9B-Uncensored-W4A16 | Compressed tensors | 98 |
| Felldude/Qwen3.5-9B-Uncensored | Transformers | 89 |
| bowmanslayer/Qwen3.5-9B-Uncensored | Transformers | 67 |
| ccharnkij/Qwen3.5-9B-Uncensored | Transformers | 65 |
| knoveleng/Qwen3.5-9B-Uncensored | Transformers | 14 |
| BunnyRabbit23/Qwen3.5-9B-Uncensored-Safetensors | Transformers | 5 |
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.5-9B-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 nDimensional, and does not independently verify publisher claims. See responsible use.