AIAny
AI Model2026
Icon for item

DavidAU/Qwen3.8-27B-Cold-Fusion-GAIN-V1.1-NM-DAU-NEO-MAX-MTP-GGUF

Post-trained Qwen3.8-27B variant using the COLD FUSION (GAIN+Unsloth) tuning to reduce internal reasoning-token use and improve instruction following while keeping base capabilities. Deliverables include 256k-context-compatible GGUF quants (regular and MTP, NEO IMATRIX), vision support via an mmproj, and three reasoning-effort modes (xhigh/medium/low).

Introduction

Most practical LLM improvements trade compute for longer, costlier internal “thinking” traces. This model applies the COLD FUSION (GAIN+Unsloth) post-training technique to reformat and shrink reasoning blocks so the same reasoning power is produced with far fewer thinking tokens — often 1/10 to 1/2 of typical Qwen reasoning length — while preserving or improving benchmarks.

Key capabilities
  • Reduced reasoning token footprint: median reductions reported between ~50% and 90% vs baseline Qwen3.8 reasoning blocks, enabling cheaper multi-turn and long-horizon use. This is the core, deliberate design goal of the tuning.
  • Quantized releases: multiple GGUF quants are provided (regular and MTP) built with NEO IMATRIX adjustments; some tensors kept at 16-bit for output fidelity. MTP quants target higher throughput via multi-token prediction.
  • Multi-mode reasoning control: supports xhigh (default), medium and low reasoning_effort via the model's chat-template; preserves thinking blocks by default but can be disabled.
  • Native multimodal/vision support: vision activated via a separate mmproj shipped with the release; model remains compatible with common inference stacks (HuggingFace Transformers, vLLM, TokenSpeed, etc.).
  • Large context: released artifacts expect long-context usage (256k native), with guidance for YaRN overrides to extend to 1M tokens in supported engines.
Who it’s for and tradeoffs

Great fit if you need a deployment-friendly Qwen3.8 27B variant optimized for lower inference token cost and multi-turn agentic workflows (coding, long-horizon agents, multimodal tasks) and if you plan to run quantized GGUFs in local/edge inference stacks. The model includes both MAX-quality and LOW-speed quants (IQ4_XS, Q6_K) to trade VRAM for throughput. Look elsewhere if your workload requires absolute upstream Qwen3.8-vanilla fidelity across every benchmark variant (the author rates this tune about a 1–2 level change vs their heavier Fable-Fusion work) or if your target environment lacks support for the provided GGUF/MTP tooling — testing both regular and MTP quants is advised because MTP acceptance rates affect real-world speed.

Where it fits

This release is a community-maintained, post-trained distribution of a Qwen3.8-27B derivative focused on inference efficiency and reasoning reformatting. Use it for lower-cost local inference, agentic stacks, and multimodal prototypes where smaller reasoning footprints and GGUF quant support matter most. For production critical deployments, validate reasoning-effort settings and quants on your workload (humidity of prompts, multi-turn behavior and MTP token acceptance all affect outcomes).

Information

  • Websitehuggingface.co
  • OrganizationsDavidAU, Nightmedia, TeichAI
  • AuthorsDavidAU
  • Published date2026/08/17

Categories

More Items

Hugging Face
AI Model2026

Generates L2-normalized multimodal embeddings (default 4,096‑D) for text, images, videos and visual documents, supporting interleaved inputs and flexible dimension truncation (Matryoshka). Designed for cross-modal retrieval, ranking and downstream retrieval systems; audio is not supported.

Hugging Face
AI Model2026

Drop-in abliterated (refusal-removed) build of GLM-5.3-Flash that bakes refusal-direction removal into block-FP8 safetensors, yielding an uncensored 320B (18B active) multimodal MoE model with a 1M-token context. Intended for red-teaming, interpretability, and robustness research; MIT license; not for production without added guardrails.

Hugging Face
AI Model2026

An experimental multimodal model that adds visual understanding to DeepSeek-V4-Flash: accepts text+image inputs and returns text analyses. Improves vision-dependent agent workflows while maintaining comparable text-only performance; released under an MIT license on Hugging Face.