Qwen3.5-4B-Uncensored-HauhauCS-Aggressive
from Qwen/Qwen3.5-4B
Qwen3.5-4B-Uncensored is a abliterated and uncensored variant of Qwen/Qwen3.5-4B, published on Hugging Face by knoveleng. It is 4B parameters and single consumer GPU class. The publisher describes ablation applied at every layer. It is distributed across 12 repositories in MLX, GGUF, Transformers and FP8 formats, totalling 11.1K downloads.
How Qwen3.5-4B-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: Every layer. This comes from the publisher’s own model card and has not been independently verified.
From the publisher’s model card
“This model is a weight-level orthogonalized ("abliterated") version of Qwen/Qwen3.5-4B, produced with orthex — an implementation of the technique from Arditi et al., "Refusal in Language Models Is Mediated by a Single Direction" (NeurIPS 2024).”
Commands are templates — confirm the exact repository and quant file before use.
hf download mradermacher/Qwen3.5-4B-Uncensored-GGUF --local-dir ./qwen3.5-4b-uncensored
llama-cli -m ./qwen3.5-4b-uncensored/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "knoveleng/Qwen3.5-4B-Uncensored"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve knoveleng/Qwen3.5-4B-Uncensored --trust-remote-codeEvery published repository of Qwen3.5-4B-Uncensored, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| mradermacher/Qwen3.5-4B-Uncensored-GGUF | GGUF | 5.3K |
| julien-c/Qwen3.5-4B-uncensored-GGUF | GGUF | 3.1K |
| mradermacher/Qwen3.5-4B-Uncensored-i1-GGUF | GGUF (imatrix) | 636 |
| avan-ag/Qwen3.5-4B-Uncensored-MLX-4bit | MLX | 488 |
| arzaan789/qwen3.5-4b-uncensored | GGUF | 409 |
| knoveleng/Qwen3.5-4B-Uncensoredsource | Transformers | 379 |
| Felldude/Qwen3.5-4B-Uncensored-FP8 | FP8 | 312 |
| arzaan789/qwen3.5-4b-uncensored_ | GGUF | 270 |
| localgstar/Qwen3.5-4B-Uncensored | GGUF | 156 |
| Felldude/Qwen3.5-4B-Uncensored | Transformers | 51 |
| emirkaanozdemr/Qwen3.5-4B-uncensored | Transformers | 31 |
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-4B-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 knoveleng, and does not independently verify publisher claims. See responsible use.