← back to catalog · registered 2026-09-11 08:55

LuffyTheFox/Qwen3.5-9B-Uncensored-Genesis-BF16-GGUF

LuffyTheFox 9B GGUF multimodal second-order
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
0
Likes
0
Model age
today
created 2026-09-11

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
Quantizations
BF16 Q8_0
Tags
gguf uncensored qwen3.8 dence vision multimodal genesis image-text-to-text en arxiv:1311.0851 base_model:HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF base_model:quantized:HauhauCS/Qwen3.8-27B-Uncensored-HauhauCS-Aggressive-MTP-GGUF

Related

Total size
25.6 GB
Files
5
Quantizations
3
Registered
2026-09-11 08:55
Last updated on HF
2026-09-11 09:03

Files by quantization

BF16 2 files 17.5 GB
Qwen3.5-9B-Uncensored-Genesis-BF16.gguf 16.7 GB 9bc3c7a3 download
mmproj-Qwen3.5-9B-Uncensored-Genesis-BF16.gguf 879 MB 410f2e5a download
Q8_0 1 file 8.87 GB
Qwen3.5-9B-Uncensored-Genesis-Q8_0.gguf 8.87 GB 275d5ed2 download
Auxiliary files 2 files 7.12 KB
README.md 5.41 KB f8b82851 download
.gitattributes 1.71 KB 3db6ac3d download

README current version from Hugging Face


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.5-9B-Uncensored-HauhauCS-Aggressive -> Genesis BF16

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: [email protected], [email protected]

My Telegram: @LuffyTheFox

Model is based on HauhauCS/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive base.

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.
  • 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

From the official Qwen authors:

Thinking mode (default):

  • temperature=0.6, top_p=0.95, top_k=20, min_p=0

Non-thinking mode:

  • temperature=0.7, top_p=0.8, top_k=20, min_p=0

Important:

  • Maintain at least 128K context to preserve thinking capabilities
  • For production/high-throughput: use vLLM, SGLang, or KTransformers

Usage

Ready to use. Recommended quant: Q8_0


Specs

  • 9B dense parameters, 32 layers
  • Hybrid architecture: Gated DeltaNet linear attention + full softmax attention (3:1 ratio)
  • 262K native context (extendable to 1M with YaRN)
  • Natively multimodal (text, image, video)
  • Multi-token prediction (MTP) support
  • 248K vocabulary, 201 languages
  • Based on HauhauCS/Qwen3.5-9B-Uncensored-HauhauCS-Aggressive

Compatibility

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

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.