Back to Models
LU

LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-GGUF

LuffyTheFoximage

🌟 Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive -> Genesis

Genesis - 7.5M dead blocks across 55 tensors were restored from each tensor's own live-weight distribution. Signal flow between layers has been calibrated. Early expert layers (blocks 0–1) were the most affected and are now fully recovered. The model shows healthy tensor statistics, intact expert diversity, and no signs of degradation from the restoration process. ssm1_conv1d drift in layers also has been fixed in this release. Now model can be finetuned.

Here diffrence between Wasserstein and Genesis versions: link

Usage

Recommended quant: MXFP4_MOE.

Join the Discord for updates, roadmaps, projects, or just to chat.

Base model. HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive- 0/465 refusals.

Thanks to HauhauCS

Tensor drift and zero blocks repair by me. Method: Sig-ScaleSync-Genesis

LLM models often have:

  • Saturated weights: the model's activations are stuck, gradients vanish, outputs degrade
  • Scale mismatches: one layer's weights are 10× larger than its peers for no good reason
  • Mean drift: weight distributions shifted positive or negative, breaking symmetry assumptions

My approach fixes all of that without retraining - pure numerical surgery on the raw bytes of the file.

Quantization script available here: https://pastebin.com/hXhcMJn9

Feel free to do your own quants if you want.

Model Restoration Report

MetricValue
Total blocks restored7,528,285
Tensors recovered55
Scale corrections3
Expert collapse0
Reverts (worse after repair)0
Distribution source100% own-distribution

Restored tensors

All recovered tensors used their own live-weight distribution — no external averaging.

#TensorBlocks restored
1blk.0.ffn_gate_exps3,472,448
2blk.0.ffn_up_exps3,472,448
3blk.1.attn_qkv13,184
4blk.1.ffn_gate_exps137,792
5blk.1.ffn_up_exps137,792
6blk.2.attn_qkv7,296
7blk.2.ffn_gate_exps60,928
8blk.2.ffn_up_exps60,928
9blk.3.ffn_gate_exps23,680
10blk.3.ffn_up_exps23,680
11blk.4.ffn_gate_exps11,584
12blk.4.ffn_up_exps11,584
13blk.5.ffn_gate_exps1,152
14blk.5.ffn_up_exps1,152
15blk.6.ffn_gate_exps128
16blk.6.ffn_up_exps128
17blk.7.ffn_gate_exps128
18blk.7.ffn_up_exps128
19blk.8.ffn_gate_exps1,536
20blk.8.ffn_up_exps1,536
21blk.8.ssm_alpha47
22blk.9.attn_qkv128
23blk.9.ffn_gate_exps1,856
24blk.9.ffn_up_exps1,856
25blk.10.attn_qkv256
26blk.10.ffn_gate_exps64
27blk.10.ffn_up_exps64
28blk.11.ffn_gate_exps13,568
29blk.11.ffn_up_exps13,568
30blk.13.ffn_gate_exps2,851
31blk.13.ffn_up_exps2,827
32blk.14.ffn_gate_exps1,920
33blk.14.ffn_up_exps1,920
34blk.15.ffn_gate_exps576
35blk.15.ffn_up_exps576
36blk.16.ffn_gate_exps448
37blk.16.ffn_up_exps448
38blk.17.ffn_gate_exps2,240
39blk.17.ffn_up_exps2,240
40blk.18.ffn_gate_exps576
41blk.18.ffn_up_exps576
42blk.21.attn_qkv128
43blk.21.ffn_gate_exps1,856
44blk.21.ffn_up_exps1,856
45blk.22.attn_qkv256
46blk.22.ffn_gate_exps64
47blk.22.ffn_up_exps64
48blk.23.ffn_gate_exps13,568
49blk.23.ffn_up_exps13,568
50blk.25.ffn_gate_exps2,176
51blk.25.ffn_up_exps2,176
52blk.26.ffn_gate_exps1,920
53blk.26.ffn_up_exps1,920
54blk.28.ffn_gate_exps448
55blk.28.ffn_up_exps448

Scale-adjusted tensors

Three SSM convolution layers received minor scale realignment. All passed verification.

TensorCorrection
blk.36.ssm_conv1dα = 0.5765
blk.37.ssm_conv1dα = 0.5765
blk.38.ssm_conv1dα = 0.6500

Quality indicators

  • Saturation error reduced by 63.8%
  • Distributional distance reduced by 76.6%
  • All 58 modified tensors passed verification
  • No expert representation collapse detected

Automated statistical recovery. No retraining, no weight merging, no external data.

Links:


Wanna fix your GGUF model?

Contact: luffythefox@mail.ru

My Telegram: @LuffyTheFox

🌟 Recommended Settings (LM Studio)

Chat template: chat_template.jinja

If you want to enable thinking process set enable_thinking variable and preserve_thinking from False to True in chat template. For complex tasks model works a lot better with thinking enabled.

Thanks to froggeric

ParameterValue
Temperature0.7
Top K Sampling20
Presence Penalty1.5
Repeat PenalyDisabled
Top P Sampling0.8
Min P Sampling0
Seed42

System prompt: System_Prompt.txt

Benchmark prompt: benchmark.txt

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.txt 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
  • Base model. HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive

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 --jinja flag with llama.cpp for proper chat template handling
  • Vision support requires the mmproj file alongside the main GGUF

Compatibility

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

Visit Website

0 reviews

5
0
4
0
3
0
2
0
1
0
Likes13
Downloads
📝

No reviews yet

Be the first to review LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-GGUF!

Model Info

ProviderLuffyTheFox
Categoryimage
Reviews0
Avg. Rating / 5.0

Community

Likes13
Downloads

Rating Guidelines

★★★★★Exceptional
★★★★Great
★★★Good
★★Fair
Poor