HauhauCS_Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive--q8_0
HauhauCS · View on Hugging Face ↗
Model card
The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.
license: apache-2.0 tags:
- uncensored
- qwen3.5
- moe
- gguf
- vision
- multimodal language:
- en
- zh
- multilingual pipeline_tag: image-text-to-text base_model: Qwen/Qwen3.5-35B-A3B
Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive
Join the Discord for updates, roadmaps, projects, or just to chat.
Qwen3.5-35B-A3B uncensored by HauhauCS. 0/465 refusals.
About
No changes to datasets or capabilities. Fully functional, 100% of what the original authors intended - just without the refusals.
These are meant to be the best lossless uncensored models out there.
Aggressive Variant
Stronger uncensoring — model is fully unlocked and won't refuse prompts. May occasionally append short disclaimers (baked into base model training, not refusals) but full content is always generated.
For a more conservative uncensor that keeps some safety guardrails, check the Balanced variant when it's available.
Downloads
| File | Quant | Size |
|---|---|---|
| Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-BF16.gguf | BF16 | 65 GB |
| Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-Q8_0.gguf | Q8_0 | 35 GB |
| Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-Q6_K.gguf | Q6_K | 27 GB |
| Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-Q5_K_M.gguf | Q5_K_M | 24 GB |
| Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-Q4_K_M.gguf | Q4_K_M | 20 GB |
| Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-IQ4_XS.gguf | IQ4_XS | 18 GB |
| Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-Q3_K_M.gguf | Q3_K_M | 16 GB |
| Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-IQ3_M.gguf | IQ3_M | 15 GB |
| Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-IQ2_M.gguf | IQ2_M | 11 GB |
| mmproj-Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-f16.gguf | mmproj (f16) | 858 MB |
All quants generated with importance matrix (imatrix) for optimal quality preservation on abliterated weights.
Specs
- 35B total parameters, ~3B active per forward pass (MoE)
- 256 experts, 8 routed + 1 shared per token
- Hybrid architecture: Gated DeltaNet linear attention + full softmax attention (3:1 ratio)
- 40 layers, pattern: 10 x (3 x DeltaNet-MoE + 1 x Attention-MoE)
- 262K native context (extendable to 1M with YaRN)
- Natively multimodal (text, image, video)
- Multi-token prediction (MTP) support
- 248K vocabulary, 201 languages
- Based on Qwen/Qwen3.5-35B-A3B
Recommended Settings
From the official Qwen authors:
Thinking mode (default):
- General:
temperature=1.0, top_p=0.95, top_k=20, min_p=0, presence_penalty=1.5 - Coding/precise tasks:
temperature=0.6, top_p=0.95, top_k=20, min_p=0, presence_penalty=0
Non-thinking mode:
- General:
temperature=0.7, top_p=0.8, top_k=20, min_p=0, presence_penalty=1.5 - Reasoning tasks:
temperature=1.0, top_p=1.0, top_k=40, min_p=0, presence_penalty=2.0
Important:
- Keep at least 128K context to preserve thinking capabilities
- Use
--jinjaflag with llama.cpp for proper chat template handling - Vision support requires the
mmprojfile alongside the main GGUF
Usage
Works with llama.cpp, LM Studio, Jan, koboldcpp, and other GGUF-compatible runtimes.
# Text only
llama-cli -m Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-Q4_K_M.gguf \
--jinja -c 131072 -ngl 99
# With vision
llama-cli -m Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-Q4_K_M.gguf \
--mmproj mmproj-Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-f16.gguf \
--jinja -c 131072 -ngl 99
Note: LM Studio may show 256x2.6B in the params column instead of 35B-A3B — this is a cosmetic metadata quirk, the model runs correctly.
Other Formats
- GGUF (this repo)
- GPTQ — coming soon
Other Models
Magnet link
Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:
magnet:?xt=urn:btih:d30358c140106e3cef37d39b4c149817d7c65327&dn=HauhauCS_Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive--q8_0Open magnet in torrent client · infohash d30358c140106e3cef37d39b4c149817d7c65327
Files & hashes
| Path | Size | sha1 | sha256 |
|---|---|---|---|
| Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-Q8_0.gguf | 34.37 GB (36,903,139,392 B) | ac3cef15a2860c15799ba25eaf30739649bd9b02 | f3235db7657cd068fd249e50bb3f1f50b0f8236786e4483462f50b1f3c64cb17 |
| README.md | 5.3 KB (5,446 B) | 6bcb95ca962da7ff550650b314f3a57a26b4235e | a2d81ae7bd55410d3944826fb5ff9f26b89172b4a6b204dd1665d591217da4a3 |
| mmproj-Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-f16.gguf | 857.6 MB (899,283,040 B) | 554772b3bccb0e26ea7658228f386ccd5fbf51d9 | 04363e6439b318c83fca8527f361b8c4c285e9263104e6f48590e302b8a0fe9b |
Cite this release
- Canonical URL
- https://aiseedbank.org/models/HauhauCS_Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive--q8_0/
- Slug
- HauhauCS_Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive--q8_0
- Infohash
- d30358c140106e3cef37d39b4c149817d7c65327
- License
- apache-2.0
- Signing key fingerprint
- 85a3b32c3712427b
Every file carries a locally computed sha256 — verify a download against the signed sums: HauhauCS_Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive--q8_0.SHA256SUMS (+ minisign signature).
Provenance
| Upstream repository | HauhauCS/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive |
|---|---|
| Revision (pinned) | f34c1414c2f9a3629187098bdf0e90c85f5034f5 |
| Fetched at | 2026-09-03T17:36:26Z |
| License at fetch | apache-2.0 |
| Snapshot tool | huggingface · seedbank 0.1.0 |
Trackers
- udp://announce.aitorrent.org:6969/announce
- http://announce.aitorrent.org:7070/announce
- udp://announce2.aitorrent.org:6970/announce
- http://announce2.aitorrent.org:7071/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://open.demonii.com:1337/announce
- udp://open.stealth.si:80/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker.torrent.eu.org:451/announce
✓ verified · rehash-vs-hf-metadata at 2026-09-03T17:43:47Z
apache-2.035.21 GB (37,802,427,878 bytes)ggufuncensoredqwen3.5moevisionmultimodalimage-text-to-textmultilingualendpoints_compatibleconversational2 languages (en, zh)