abliteratedmodels.org

Qwen3.5-9B-Uncensored-HauhauCS-Aggressive

Qwen3.5-9B-Uncensored-HauhauCS-Aggressive is a abliterated and uncensored variant of Qwen/Qwen3.5-9B, published on Hugging Face by GitMylo. It is 9B parameters, single consumer GPU class and apache-2.0 licence. It is distributed across 84 repositories in GGUF, MLX, Transformers and NVFP4 formats, totalling 888.2K downloads.

Abliteration + uncensored fine-tune9BQwen4B – 10B888,2192003

Specification

Model name
Qwen3.5-9B-Uncensored-HauhauCS-Aggressive
Base model
Qwen/Qwen3.5-9B
Publisher
GitMylo
Parameters
9B
Hardware class
4B – 10B — single consumer GPU
Licence
apache-2.0
Task
Image text to text
Context window
Not documented
Ablation scope
Not stated by the publisher
Formats available
GGUF, MLX, Transformers, NVFP4
First indexed
4 Mar 2026
Last updated
5 Sept 2026

Ablation technique

How Qwen3.5-9B-Uncensored-HauhauCS-Aggressive 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

This is a safetensors conversion of https://huggingface.co/HauhauCS/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive

Running it

Commands are templates — confirm the exact repository and quant file before use.

llama.cpp / GGUF
hf download HauhauCS/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive --local-dir ./qwen3.5-9b-uncensored-hauhaucs-aggressive
llama-cli -m ./qwen3.5-9b-uncensored-hauhaucs-aggressive/<file>.gguf -p "..."
Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer

repo = "GitMylo/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive-safetensors"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
    repo, torch_dtype="auto", device_map="auto"
)
vLLM
vllm serve GitMylo/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive-safetensors --trust-remote-code

Downloads and variants (83)

Every published repository of Qwen3.5-9B-Uncensored-HauhauCS-Aggressive, including quantised re-releases by other authors.

RepositoryFormatDownloads
HauhauCS/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF851.9K
Manojb/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive-Q4_K_M.ggufGGUF7.4K
TheCluster/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive-MLX-mxfp4MLX6.4K
AIOpsInSpace/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive-MTPGGUF3.4K
Vladimir13569/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF2.5K
Manojb/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive-Q8_0.ggufGGUF2.1K
calamansi/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF1.4K
UNSOV/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF1.3K
Unrestricted/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF1.3K
Manojb/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive-Q6_K.ggufGGUF892
TheCluster/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive-MLX-8bitMLX764
GitMylo/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive-safetensorssourceTransformers752
taurusduan/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF728
Popdoe/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF558
rin960/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF547
eadx/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF540
quanjiwang/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF462
nuofang/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive-GGUFGGUF445
Listenlin/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF351
AIconjured/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive-MTP-GGUF-NVFP4GGUF313
GhostTheShadow/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF295
TheCluster/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive-MLX-bf16MLX282
yvfu/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF239
Nic22Of2003/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive-IQ3_XXS.ggufGGUF230
chu1423414671/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF206
Manojb/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive-BF16.ggufGGUF204
Ahmadder1989/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF199
pekkAi/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive-NVFP4NVFP4174
terrylet/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF161
CezarJedi/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveGGUF140
Plus 53 further repositories with fewer downloads, all counted in the totals above.

Security-team assessment

Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.

  • Qwen3.5-9B-Uncensored-HauhauCS-Aggressive will attempt offensive-security prompts that a hosted commercial model declines, which is what makes it usable for red-team corpus generation and for measuring what an unaligned model of this class produces.
  • Capability is inherited from Qwen/Qwen3.5-9B, not added by ablation — at 9B parameters, expect a small model’s reasoning and a high error rate on exploit detail.
  • The publisher does not state which layers were ablated, so assume nothing about refusal consistency — probe it directly.
  • This release adds fine-tuning on unfiltered data, so its behaviour diverges from the base model beyond refusal removal — differences you measure cannot be attributed to ablation alone.
  • Declared licence is apache-2.0, but the terms that bind you are Qwen/Qwen3.5-9B’s — a re-release cannot grant more than its parent.

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-HauhauCS-Aggressive is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with GitMylo, and does not independently verify publisher claims. See responsible use.