GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

LuffyTheFox/Qwen3.8-27B-Uncensored-Genesis-V1-MTP-GGUF overview

🌟 Qwen3.8 27B Uncensored HauhauCS Aggressive Genesis V1 ⚡ https://web.tribute.tg/d/KIH https://web.tribute.tg/d/KIH ⚡ If you like this Genesis LLM release you…

ggufuncensoredqwen3.8dencevisionmultimodalgenesisimage-text-to-textenarxiv:1311.0851base_model:HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUFbase_model:quantized:HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUFlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~888.0 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
7
Pipeline
image-text-to-text

Repository Files & Downloads

6 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Qwen3.8-27B-Uncensored-Genesis-V1-NVFP4.ggufGGUFGGUF14.68 GBDownload
Qwen3.8-27B-Uncensored-Genesis-V1-Q2_0.ggufGGUFQ2_09.85 GBDownload
Qwen3.8-27B-Uncensored-Genesis-V1-Q4_0.ggufGGUFQ4_014.95 GBDownload
Qwen3.8-27B-Uncensored-Genesis-V1-Q5_K_M.ggufGGUFQ5_K_M18.83 GBDownload
Qwen3.8-27B-Uncensored-Genesis-V1-Q8_K_P.ggufGGUFQ8_K_P29.30 GBDownload
mmproj-Qwen3.8-27B-Uncensored-Genesis-BF16.ggufGGUFBF16888.0 MBDownload

Model Details

Model IDLuffyTheFox/Qwen3.8-27B-Uncensored-Genesis-V1-MTP-GGUF
AuthorLuffyTheFox
Pipelineimage-text-to-text
Licenseapache-2.0
Base modelHauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF
Last modified2026-09-09T17:05:18.000Z

Model README

---

license: apache-2.0

tags:

  • uncensored
  • qwen3.8
  • dence
  • gguf
  • vision
  • multimodal
  • genesis

language:

  • en

pipeline_tag: image-text-to-text

base_model:

  • HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF

---

🌟 Qwen3.8-27B-Uncensored-HauhauCS-Aggressive -> Genesis V1

> âš¡ 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

> âš¡ Genesis project using this paper Optimal Shrinkage of Eigenvalues in the Spiked Covariance Model as a mathematical core. This project consists of 50% practical implementation of the findings presented in this paper, adapted for the field of machine learning.

> ⚡ 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. Noise Gate forces model to write walls of text during thinking process. 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: luffythefox@mail.ru, azakharchenko92@gmail.com

> My Telegram: @LuffyTheFox

Model is based on HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF base.

Thanks to HauhauCS

Tensor repair by me. Method: Genesis

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

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.
  • Huge condition number: tensors became numerically unstable during inference process.

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

Chat template: chat_template.jinja thanks to peculiar-ragdoll

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 (Tongyi Qianwen), a large language model developed by Alibaba Group's Tongyi Lab. You are a helpful assistant.

Recommended settings

From the official Qwen3.8-27B model card:

Thinking mode (default):

  • temperature=1.0
  • top_p=0.95
  • top_k=20
  • min_p=0.0
  • presence_penalty=0.0
  • repetition_penalty=1.0
  • reasoning_effort=medium

Instruct / non-thinking mode:

  • temperature=0.7
  • top_p=0.80
  • top_k=20
  • min_p=0.0
  • presence_penalty=1.5
  • repetition_penalty=1.0
  • enable_thinking=false

Qwen quantized models degenerate quickly. You might have to add

--repeat-penalty 1.1

--repeat-last-n 256

If that doesn't stop noisy thinking, also add

--dry-multiplier 0.5

--dry-penalty-last-n 1024

Thanks to: giant3 user from Reddit /r/LocalLLAMA

Usage

Ready to use. Recommended quant: NVFP4

Thanks to Smayan for helping with quantization

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

  • Dense 27B causal language model with a vision encoder
  • 64 language-model layers
  • Hidden size 5,120; FFN size 17,408
  • 248,320-token padded vocabulary
  • 48 Gated DeltaNet layers and 16 gated-attention layers
  • Native embedded MTP/NextN preserved, plus the HauhauCS FastMTP 32K acceleration profile
  • 262,144-token native context; extensible up to 1,000,000 with framework-specific configuration
  • Native text, image, and video understanding
  • Based on Qwen/Qwen3.8-27B

---

Compatibility

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

Run LuffyTheFox/Qwen3.8-27B-Uncensored-Genesis-V1-MTP-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models