← back to catalog · registered 2026-09-15 05:56

burningfeet/backup2026-09-15-Qwen3.6-35B-A3B-Uncensored-Genesis-Final-GGUF

burningfeet 35B GGUF MoE multimodal second-order 262K ctx
Abliteration classifier · v1.0.0
M-U
Primary method

Uncensored (method unknown)

No other method signals detected in this model.
Confidence
LOW
Why this label 3 signals
Weak or ambiguous signals. Best guess based on catalog patterns; treat as tentative and check the evidence below.
  • 'uncensored' in name/tags but no 'abliterated' marker
  • method not identifiable from author declaration alone
  • may be DPO fine-tune, prompt engineering, or unknown technique
Refusal direction extraction

No specific extraction method could be identified for this model. The producer either did not document it or used a proprietary pipeline.

What is a refusal direction? →
Downloads · 30-day
5
Likes
0
Model age
1d ago
created 2026-09-15
Downloads over time
Now0from0↑0%
00110 on Sep 150 on Sep 16Sep
Sep 15 → Sep 16 · 2 snapshots · spans 1 day

Genealogy 0 direct forks

Full fork graph →

This model's place in the market. Above: what it was derived from. Below: the tree of everything derived from it.

Metadata

License
apache-2.0
Languages
en zh multilingual
Tags
gguf uncensored qwen3.6 moe vision multimodal genesis image-text-to-text en zh multilingual base_model:HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive

Related

Total size
0 B
Files
3
Quantizations
1
Registered
2026-09-15 05:56
Last updated on HF
2026-09-16 06:03

Files by quantization

Auxiliary files 3 files 11.9 KB
README.md 6.79 KB 35cba720 download
pelikan.svg 3.60 KB 05470f55 download
.gitattributes 1.48 KB a6344aac download

README current version from Hugging Face


license: apache-2.0
tags:

  • uncensored
  • qwen3.6
  • moe
  • gguf
  • vision
  • multimodal
  • genesis
    language:
  • en
  • zh
  • multilingual
    pipeline_tag: image-text-to-text
    base_model:
  • HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive

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

https://web.tribute.tg/d/KIH ⚡ If you like this Genesis LLM release you can donate to me via @Tribute bot in Telegram messenger or Hipolink and support future Genesis LLM development.

⚡ Also for donations I accept cryptocurrency GRAM via TON network from Telegram messenger. Here my wallet: UQD3LAmWwEh8D3yMFjycgDQzAw_xgskifioMdlhE9LxGNUrq

Why Genesis project exists? During training, ALL models don't just learn knowledge - they also accumulate random noise in their tensors. This noise builds up and creates something I call the Noise Gate - a fundamental barrier that stops LLM models from learning further and makes them unstable, verbose, and prone to hallucinations. My approach reduces this noise. It repairs the signal in tensors without touching the learned knowledge and gradient using Marchenko–Pastur distribution as a core criteria. The result is a model that consistent in performance, context clarity and following instructions, because it's no longer fighting its own internal chaos.

What is Genesis? Genesis is post training data regeneration and calibrarion algorythm for neural networks (LLM) in GGUF format that I made with AI help during almost half a year of development. It's optimized, architecture independent, works with any model in GGUF format and based on mathematical statistics. I don't train or finetune models, I repair purity of signal in them instead on Google Collab Free on Tesla T4 GPU via Python based on how models learns information. On first stage I scan ssm_conv1d tensors in model, they handle long context memory. I repair balance between heads in them. On second stage, I scan blocks in model via chunks via 3 parameters and pick best one that fits to weight distribution in tensor. Best picked chunk replaces zero chunks in broken tensor without touching learned structure in model. On third stage I scan model and detect noise in tensors via custom SVD. During scanning I exclude token_embd.weight, output.weight, 1D tensors, bias and norms. Then I reduce training noise in tensors via custom SVD based on Marchenko–Pastur law with preserved training data, 99% of siginal and learned gradient.

Any questions?

Contact: [email protected], [email protected]

My Telegram: @LuffyTheFox

Model is based on HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive base. 0/465 refusals.

Thanks to HauhauCS

Tensor repair by me. Method: Genesis

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

Links:


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.
  • Zero blocks: zero blocks corrupt the signal, turning training into noise amplification.
  • Training Noise: training noise increase randomness and ruins model output quality.

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.

Recommended Settings for best perfomance on APEX quant

Chat template: chat_template.jinja thanks to froggeric and qweefchief

Set K Cache Quantization Type and V Cache Quantization Type to F16.

Set Number of layers for which to force MoE weights onto CPU to 40.

Set GPU offload to maximum. Set number of active experts to 8.

For best model stability and first experience I recommend starting from this string in your System Prompt with enabled thinking and nothing else:

You are Qwen, a large language model developed by Alibaba Group's Tongyi Lab. You are a helpful assistant.

If you want to bring more creativity to model use this System Prompt System_Prompt_Creative.txt

Thinking mode (coding):

  • Coding/precise tasks: temperature=0.6, top_p=0.95, top_k=20, min_p=0.0, seed=42, presence_penalty=disabled, repeat_penalty=disabled
  • General: temperature=0.95, top_p=0.95, top_k=20, min_p=0.0, seed=42, presence_penalty=disabled, repeat_penalty=disabled

Non Thinking mode (creative):

  • General: temperature=0.7, top_p=0.8, top_k=20, min_p=0.0, seed=42, presence_penalty=disabled, repeat_penalty=disabled
  • General: temperature=0.95, top_p=disabled, top_k=20, min_p=disabled, seed=42, presence_penalty=disabled, repeat_penalty=disabled

Usage

Ready to use. Recommended quant: APEX

For 8 and 12 GB GPUs I highly recommend to use APEX Compact quant.

Recommended LM Studio runtime: link to discussion

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

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)
  • 248K vocabulary, 201 languages
  • Base model. HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive

Compatibility

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

README history 1 version

The author's README evolved over time. Click a version to see its content at that point.

  1. 2026-09-15Copy files from models/LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Final-GGUF0332a8d6.8 KB
    Loading...
Catalog is the map. Apps are the tools.

Run models on your own machine, not in the cloud.

Every model page has an "Open in app" button that hands off directly to a local runtime of your choice - Infrahuman, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.