← back to catalog · registered 2026-09-12 14:55

burningfeet/backup-2026-09-12-Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-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 · lifetime
930
Likes
0
Model age
2d ago
created 2026-09-12

Training datasets

Corpora the author lists in the model card. Datasets tracked in our /datasets catalog carry a category badge linking to the workflow stage. Others open on Hugging Face.

Downloads over time
Now930from0↑0%
03416821K0 on Sep 12930 on Sep 14Sep
Sep 12 → Sep 14 · 3 snapshots · spans 2 days

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
Quantizations
Q8_K
Tags
hermes gguf uncensored qwen3.6 moe vision multimodal genesis agentic image-text-to-text conversational en

Related

Total size
75.7 GB
Files
13
Quantizations
3
Registered
2026-09-12 14:55
Last updated on HF
2026-09-13 17:03

Files by quantization

Q8_K 1 file 40.6 GB
Hermes3.6-35B-A3B-Uncensored-Genesis-Final-Q8_K_P.gguf 40.6 GB e1ac7246 download
F16 1 file 858 MB
mmproj-Hermes3.6-35B-A3B-Uncensored-Genesis-Final-F16.gguf 858 MB 5129bb5e download
Auxiliary files 11 files 35.1 GB
Hermes3.6-35B-A3B-Uncensored-Genesis-Final-MXFP4_MOE.gguf 18.9 GB 130bb0c7 download
Hermes3.6-35B-A3B-Uncensored-Genesis-Final-APEX-Compact.gguf 16.2 GB c55f3a0a download
pelikan.PNG 85.4 KB a3af73fa download
QWEN_MTP.py 21.0 KB b608fe1f download
chat_template.jinja 15.9 KB 995c9f4a download
.gitattributes 8.98 KB b7a153cb download
README.md 8.43 KB 0e354b28 download
System_Prompt.txt 6.21 KB 9ec6d5af download
System_Prompt_Creative.txt 6.05 KB a1ebeb82 download
pelikan.svg 3.60 KB 05470f55 download
System_Prompt_Agent.txt 1.10 KB 00a66949 download

README current version from Hugging Face


license: apache-2.0
tags:

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

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

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.

And DJLougen/hermes-qwen3.5-35b-a3b-GGUF finetune for Hermes agent.

I transferred data from finetune on Hermes dataset (around 2k blocks from two FFN expert tensors) to HauhauCS uncensored base.

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 repair by me. Method: Genesis

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 (Tongyi Qianwen), 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 with agent identity: link

Or this System Prompt with assistant identity: System_Prompt_Creative.txt

Thinking mode (coding):

  • Hermes agent: temperature=0.6, top_p=disabled, top_k=20, min_p=disabled, seed=42, presence_penalty=disabled, repeat_penalty=1.05
  • Coding/precise tasks: temperature=0.6, top_p=disabled, top_k=20, min_p=disabled, 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

Non Thinking mode (creative):

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

For agentic tasks you can use this System Prompt:

You are Qwen (Tongyi Qianwen), a large language model developed by Alibaba Group's Tongyi Lab. You are a helpful assistant that answers in JSON. Here's the json schema you must adhere to:\n<schema>\n{schema}\n</schema>.

And this fix: link to discussion

And commands from this dataset: hermes-function-calling-v1

Usage

Ready to use. Recommended quant: MXFP4

GGUF NVFP4 for version 13 available in this repostory:

Hermes3.6-35B-A3B-Uncensored-Genesis-NVFP4-GGUF

Thanks to jan1k for helping with NVFP4 conversion for V13 version of Genesis.

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 3 versions

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

  1. 2026-09-13Copy files from models/LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-...05c23db8.5 KB
    Loading...
  2. 2026-09-12Copy files from models/LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-...7f53b148.5 KB
    Loading...
  3. 2026-09-12Duplicate from LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-Final-GGUF3977ef18.4 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.