1,488
stars
13
commits
1
repos using this model
1
linked in READMEs
Apr 5, 2026
updated
Join the Discord for updates, roadmaps, projects, or just to chat.
Qwen3.5-35B-A3B uncensored by HauhauCS. 0/465 refusals.
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.
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.
All quants generated with importance matrix (imatrix) for optimal quality preservation on abliterated weights.
From the official Qwen authors:
Thinking mode (default):
temperature=1.0, top_p=0.95, top_k=20, min_p=0, presence_penalty=1.5temperature=0.6, top_p=0.95, top_k=20, min_p=0, presence_penalty=0Non-thinking mode:
temperature=0.7, top_p=0.8, top_k=20, min_p=0, presence_penalty=1.5temperature=1.0, top_p=1.0, top_k=40, min_p=0, presence_penalty=2.0Important:
--jinja flag with llama.cpp for proper chat template handlingmmproj file alongside the main GGUFWorks 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.
13 commits
1,488
stars
13
commits
1
repos using this model
1
linked in READMEs
Apr 5, 2026
updated
Join the Discord for updates, roadmaps, projects, or just to chat.
Qwen3.5-35B-A3B uncensored by HauhauCS. 0/465 refusals.
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.
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.
All quants generated with importance matrix (imatrix) for optimal quality preservation on abliterated weights.
From the official Qwen authors:
Thinking mode (default):
temperature=1.0, top_p=0.95, top_k=20, min_p=0, presence_penalty=1.5temperature=0.6, top_p=0.95, top_k=20, min_p=0, presence_penalty=0Non-thinking mode:
temperature=0.7, top_p=0.8, top_k=20, min_p=0, presence_penalty=1.5temperature=1.0, top_p=1.0, top_k=40, min_p=0, presence_penalty=2.0Important:
--jinja flag with llama.cpp for proper chat template handlingmmproj file alongside the main GGUFWorks 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.
13 commits