AIAny
AI Model2026
Icon for item

Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V7-GGUF

A GGUF build of Qwen3.6 (35B) post-processed with the Genesis numerical repair to reduce training noise and restore weight distributions; provides a more stable, uncensored multimodal (image+text) MoE model with long-context support for local use.

Introduction

Most large models accumulate low-level numerical noise during training that can degrade stability, verbosity, and long-context behavior. This release applies a post-training numerical ‘Genesis’ repair pipeline (targeted SVD-based denoising and scale corrections) to an uncensored Qwen3.6-A3B 35B MoE base, aiming to restore signal purity without finetuning and to make the model more predictable for long-context and multimodal tasks.

Key Capabilities
  • Targeted numerical repair: scans selected tensors (notably ssm_conv1d and FFN blocks) and applies custom SVD + scale corrections to reduce training noise while preserving learned gradients and embeddings; the stated goal is improved stability without retraining. This means fewer saturation/scale-mismatch artifacts in practice.
  • MoE multimodal base: retains the original MoE architecture (35B total, ~3B active per forward pass, 256 experts, 40 layers) with native multimodal support (image, text, video) and a very large native context (262K tokens). Useful for experiments that need long context or image-text-to-text pipelines.
  • GGUF & runtime compatibility: packaged as GGUF for local runtimes (llama.cpp, LM Studio, koboldcpp); the model author documents recommended quantization/offload settings and APEX quant presets for consumer GPUs.
  • Practical additions: includes transferred finetune blocks for the Hermes agent dataset and example assets (SVG/pelican test), plus guidance for chat templates and agent-style system prompts.
Who it's for + Trade-offs

Great fit if you want a locally runnable, uncensored Qwen3.6 variant with improved numerical stability for roleplay, multimodal prompts, or long-context agent experiments and you can manage GGUF runtimes and quantization.
Look elsewhere if you need a safety-filtered or production-compliant hosted model (this is explicitly uncensored and can produce unsafe content), if you require official vendor support, or if you prefer models that underwent conventional finetuning rather than numeric repair. Expect nontrivial compute/VRAM and careful quantization/offload choices for smooth usage.

Where it fits

Use this model as a research/experimental local runtime for multimodal prototypes, agentic function-calling tests, or roleplay experiments where permissive output is acceptable and you need long context and MoE behavior. Prefer larger, curated finetunes or hosted APIs for regulated production deployments.

Information

  • Websitehuggingface.co
  • OrganizationsHauhauCS
  • AuthorsLuffyTheFox
  • Published date2026/07/13

Categories

More Items

Hugging Face
AI Model2026

Provides GGUF-quantized, ComfyUI-ready MiniMax‑H3 model files (FL2VA/REF2VA, text encoder, audio/video VAEs) to enable local ComfyUI inference for short video + stereo audio generation; requires the official VAEs and sufficient VRAM.

Hugging Face
AI Model2026

A 124B hybrid-linear Mixture-of-Experts language model optimized for instruction following, long-context reasoning and agentic workflows, activating ~5.1B parameters per token. Key features include a 256K native context (extendable to 1M), alternating KDA/MLA attention layers, and vLLM/SGLang inference support.

Hugging Face
AI Model2026

A 2.6B causal LLM post-trained for agentic workloads and long-context on-device text generation. Key features: 128K context window and vocabulary, function-calling/tool use support, agentic RL/post-training pipeline, and optimized CPU/Apple inference and multiple deployment formats; suited for agents, RAG and long-context extraction.