Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive (Repaired) -> Wasserstein
Base model: HauhauCS/Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive - 0/465 refusals.
Tensor drift repair by me. Method: Sig-ScaleSync-Wasserstein
Quantization script available here: https://pastebin.com/hXhcMJn9
Feel free to do your own quants if you want.
Tensor Repair Summary
Model: Qwen3.5-35B-A3B-Uncensored-HauhauCS-Aggressive-BF16.gguf (64.61 GB)
| Metric | Value |
|---|---|
| Weight tensors analyzed | 500 |
| Healthy (all criteria) | 497 |
| Repaired (C2 - scale misalignment) | 3 |
| Skipped (norms, embeddings, etc.) | 233 |
No issues found: C1 (saturation), C3 (W1 divergence), C4 (ReLU asymmetry)
Repair Statistics
| Metric | Before | After | Improvement |
|---|---|---|---|
| S (saturation error) | 0.0023 | 0.0009 | 63.0% |
| W1 (Wasserstein-1) | 0.0034 | 0.0008 | 76.6% |
Scale repair coefficients (α): min=0.580, mean=0.608, max=0.657
Repaired Tensors (C2 — scale misalignment)
All three are ssm_conv1d.weight layers - the recurrent state transition layers responsible for long-context memory.
| Block | α | D (log-ratio) | W1 before | W1 after |
|---|---|---|---|---|
| blk.36 | 0.5852 | 0.545 | 0.0037 | 0.0009 |
| blk.37 | 0.5800 | 0.707 | 0.0039 | 0.0009 |
| blk.38 | 0.6573 | 0.628 | 0.0026 | 0.0006 |
Interpretation: All three layers were too loud (σ_w > σ_med by 50-100%). Scale correction restored them to peer median. W1 dropped by ~80%, confirming distribution shape normalized.
Peer-Group Statistics (shape: 4×8192)
| Metric | Value |
|---|---|
| Group size | 30 tensors |
| Median σ_rob | 0.00652 |
| Damaged tensors | 3 (blk.36, 37, 38) |
Scale misalignment distribution: 3 tensors in [0.50, 1.00) log-ratio range.
Verdict
Model is clinically healthy. 497 out of 500 weight tensors passed all four criteria. Three SSM layers were repaired successfully. No saturation, no KL/W1 drift, no ReLU asymmetry. Ready for quantization.
Usage
Ready to use. Recommended quantization: Q4_K_L, or higher (Q4_K_M, Q5_K_M, Q6_K, Q8_0).
⚠️ Lower formats (Q3_K, Q2_K) break the model due to MoE + DeltaNet sensitivity.
Links:
🌟 Recommended Settings (LM Studio)
Chat template: pastebin.com/uk9ZkxCR (supports tool calling for Zed agent)
| Parameter | Value |
|---|---|
| Temperature | 0.7 |
| Top K Sampling | 20 |
| Presence Penalty | 1.5 |
| Top P Sampling | 0.8 |
| Min P Sampling | 0 |
| Seed | 42 |
System prompt: pastebin.com/pU25DVnB (solid)
Or use this minimal string as the first line:
You are Qwen, created by Alibaba Cloud. You are a helpful assistant.
Then add anything you want after. Model may underperform without this first line.
Also you can extend my System Prompt pastebin.com/pU25DVnB for your own roleplay scenarios. Here how you can do it:
Edit first string. Replace:
You are Qwen, created by Alibaba Cloud. You are a helpful assistant.
With
You are Qwen, created by Alibaba Cloud. You are a helpful assistant. You are currently roleplaying as [your text here]
About
No changes to datasets or capabilities. Fully functional - 100% of what the original authors intended, just without refusals and with the critical architecture bug fixed on output layers.
These are meant to be the best lossless uncensored models out there.
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 × (3 × DeltaNet-MoE + 1 × 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 (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
Compatibility
Works with llama.cpp, LM Studio, koboldcpp, and other GGUF-compatible runtimes.
- Downloads last month
- 2,570
16-bit