LuffyTheFox/Qwen3.6-27B-Uncensored-Genesis-MTP-GGUF overview
⚡ https://web.tribute.tg/d/KIH https://web.tribute.tg/d/KIH ⚡ If you like this Genesis LLM release you can donate https://web.tribute.tg/d/KIH to me via @Tribu…
Runs locally from ~884.6 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| Qwen3.6-27B-Uncensored-Genesis-MTP-Q3_K_M.gguf | GGUF | Q3_K_M | 12.87 GB | Download |
| Qwen3.6-27B-Uncensored-Genesis-MTP-Q4_K_M.gguf | GGUF | Q4_K_M | 16.43 GB | Download |
| Qwen3.6-27B-Uncensored-Genesis-MTP-Q5_K_M.gguf | GGUF | Q5_K_M | 18.81 GB | Download |
| Qwen3.6-27B-Uncensored-Genesis-MTP-Q6_K.gguf | GGUF | Q6_K | 21.31 GB | Download |
| Qwen3.6-27B-Uncensored-Genesis-Q3_K_M.gguf | GGUF | Q3_K_M | 12.65 GB | Download |
| Qwen3.6-27B-Uncensored-Genesis-Q4_K_M.gguf | GGUF | Q4_K_M | 16.16 GB | Download |
| Qwen3.6-27B-Uncensored-Genesis-Q5_K_M.gguf | GGUF | Q5_K_M | 18.51 GB | Download |
| Qwen3.6-27B-Uncensored-Genesis-Q6_K.gguf | GGUF | Q6_K | 20.98 GB | Download |
| Qwen3.6-27B-Uncensored-Genesis-Q8_K_P.gguf | GGUF | Q8_K_P | 29.77 GB | Download |
| mmproj-Qwen3.6-27B-Uncensored-Genesis-F16.gguf | GGUF | F16 | 884.6 MB | Download |
Model Details
| Model ID | LuffyTheFox/Qwen3.6-27B-Uncensored-Genesis-MTP-GGUF |
|---|---|
| Author | LuffyTheFox |
| Pipeline | image-text-to-text |
| License | apache-2.0 |
| Base model | HauhauCS/Qwen3.6-27B-Uncensored-HauhauCS-Aggressive |
| Last modified | 2026-07-25T13:01:04.000Z |
Model README
---
license: apache-2.0
tags:
- uncensored
- qwen3.6
- gguf
- vision
- multimodal
- genesis
language:
- en
- zh
- multilingual
pipeline_tag: image-text-to-text
base_model:
- HauhauCS/Qwen3.6-27B-Uncensored-HauhauCS-Aggressive
---
> ⚡ https://web.tribute.tg/d/KIH ⚡ If you like this Genesis LLM release you can donate to me via @Tribute bot in Telegram messenger and support future Genesis LLM development.
🌟 Qwen3.6-27B-Uncensored-HauhauCS-Aggressive -> Genesis
> ⚡ 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 removes this noise. It repairs the signal without touching the learned knowledge. The result is a model that finally speaks clearly, follows instructions, and remembers context - 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 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 in ssm_conv1d tensors via custom SVD. On second stage I scan model and detect noise in tensors via custom SVD. During scanning I exclude ssm_conv1d, token_embd.weight, output.weight, ffn_gate_inp.weight, ffn_gate_inp_shexp.weight, 1D tensors, bias and norms. Then I reduce training noise in tensors via custom SVD with preserved training data, 99% of siginal and learned gradient. On third 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
Model is based on HauhauCS/Qwen3.6-27B-Uncensored-HauhauCS-Aggressive base.
Thanks to HauhauCS
> Join the Discord for updates, roadmaps, projects, or just to chat.
Usage
> This model is useful for uncensored local coding with LM Studio - Bionic agent.
Ready to use. Recommended quant: Q3_K_M (16GB) or Q4_K_M (24 GB)
Recommended GPU VRAM: not less than 16 GB of VRAM, 24 GB VRAM is recommended
Tensor drift repair by me. Method: Genesis
Links:
---
</details>
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.
Any questions?
Contact: luffythefox@mail.ru
My Telegram: @LuffyTheFox
Recommended Settings for best perfomance
Chat template: chat_template.jinja
Set K Cache Quantization Type and V Cache Quantization Type to F16.
Set GPU offload to maximum.
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 created by Tongyi Lab team from Alibaba Group. You are a helpful assistant.
or this string
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, seed=42, presence_penalty=disabled, repeat_penalty=disabled - General:
temperature=1.0, top_p=0.95, top_k=20, min_p=0.05, 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
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
---
Specs
- 27B dense parameters
- 64 layers, layout:
16 × (3 × (Gated DeltaNet → FFN) → 1 × (Gated Attention → FFN)) - 48 linear attention layers + 16 full gated-attention layers
- Gated DeltaNet: 48 V heads / 16 QK heads, head dim 128
- Gated Attention: 24 Q heads / 4 KV heads, head dim 256, rope dim 64
- Hidden dim 5120, FFN dim 17408, vocab 248320
- 262K native context, extensible to ~1M with YaRN
- Natively multimodal (text, image, video) — ships with mmproj
- Based on HauhauCS/Qwen3.6-27B-Uncensored-HauhauCS-Aggressive
---
Compatibility
Works with llama.cpp, LM Studio, koboldcpp, and other GGUF-compatible runtimes.
Run LuffyTheFox/Qwen3.6-27B-Uncensored-Genesis-MTP-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models