CoolFace
Modelpublic

zihuiliu7737/Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes340downloads
Model Card

Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive

Qwen3.5-122B-A10B 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. Disclaimers that were present in previous releases have been significantly reduced in this version.

For a more conservative uncensor that keeps some safety guardrails, check the Balanced variant when it's available.

What are K_P quants?

K_P ("Perfect") quants are HauhauCS custom quantizations that use model-specific analysis to selectively preserve quality where it matters most. Each model gets its own optimized quantization profile.

A K_P quant effectively bumps quality up by 1-2 quant levels at only ~5-15% larger file size than the base quant. Fully compatible with llama.cpp, LM Studio, and any GGUF-compatible runtime — no special builds needed.

Downloads

FileQuantSize
Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-Q8KP.ggufQ8KP145 GB
Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-Q6KP.ggufQ6KP105 GB
Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-Q6_K.ggufQ6_K100 GB
Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-Q5KP.ggufQ5KP94 GB
Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-Q5KM.ggufQ5KM87 GB
Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-Q4KP.ggufQ4KP79 GB
Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-Q4KM.ggufQ4KM74 GB
Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-IQ4_XS.ggufIQ4_XS65 GB
Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-Q3KP.ggufQ3KP63 GB
Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-Q3KM.ggufQ3KM59 GB
Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-IQ3_M.ggufIQ3_M54 GB
Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-IQ3_XXS.ggufIQ3_XXS47 GB
Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-IQ2_M.ggufIQ2_M40 GB
mmproj-Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-f16.ggufmmproj (f16)867 MB

Note: K_P quants may show as "?" in LM Studio's quant column. This is a display issue only — the model loads and runs fine.

Specs

  • —122B total parameters, ~10B 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)
  • —48 layers, pattern: 12 x (3 x DeltaNet-MoE + 1 x Attention-MoE)
  • —262K native context
  • —Natively multimodal (text, image, video)
  • —248K vocabulary, 201 languages
  • —Based on Qwen/Qwen3.5-122B-A10B

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:

  • —Use --jinja flag with llama.cpp for proper chat template handling
  • —Thinking mode is on by default — to disable, use --chat-template-kwargs '{"enable_thinking":false}' or edit the jinja template
  • —Vision support requires the mmproj file alongside the main GGUF

Usage

Works with llama.cpp, LM Studio, Jan, koboldcpp, and other GGUF-compatible runtimes.

bash
# Text only
llama-cli -m Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-Q4_K_P.gguf \
  --jinja -c 131072 -ngl 99

# With vision
llama-cli -m Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-Q4_K_P.gguf \
  --mmproj mmproj-Qwen3.5-122B-A10B-Uncensored-HauhauCS-Aggressive-f16.gguf \
  --jinja -c 131072 -ngl 99

Other Models