AIAny
AI Model2026
Icon for item

Qwen3.8-27B · GSQ-RCO GGUFs

Provides per-tensor non-uniform GGUF quantizations of Qwen3.8-27B using GSQ and RCO, delivering high accuracy at 2.5–3.5 bits and including a BF16 vision projector for multimodal use. Optimized to run unmodified in llama.cpp, Ollama, and LM Studio.

Introduction

Non-uniform quantization matters because uniform low-bit quantizations waste precision on insensitive tensors or overcompress sensitive ones. This release pairs GSQ (a learned scalar quantizer) with RCO (a gradient-based budgeted allocator) to pick one quantization type per weight tensor, producing standard GGUF files that preserve downstream task accuracy at dramatically reduced sizes.

Key capabilities
  • Per-tensor allocation: RCO searches for a budget-respecting assignment of quant types across tensors; GSQ produces the low-bit scalar quantizations used in the database.
  • Multiple operating points: published GGUF files at ~2.50, 2.75, 3.00, and 3.50 bpw (8.4–11.8 GB) plus an mmproj BF16 vision encoder (0.9 GB) for multimodal workloads.
  • Task-level fidelity: the 3.50 bpw IQ3_S build is reported as task-lossless on AIME25 and LiveCodeBench v6 and within ~0.5 points on GPQA-Diamond while reducing model size by ~4.6× versus BF16.
  • Deployable formats: outputs are standard GGUF and run without modification in common local runtimes (llama.cpp, Ollama, LM Studio); optional -mtp builds include a speculative decoding head.
  • Reproducibility: each GGUF ships per-tensor allocation dumps and an importance matrix used in search, enabling audit of the exact quantization assignment.
Who it's for and tradeoffs

Great fit if you need small, high-quality local weights for inference or research—deployable on CPU/GPU runtimes that accept GGUF and useful for multimodal use when paired with the provided BF16 mmproj. Look elsewhere if you require original BF16 weights, need a different base model, or cannot accept any BF16 components (the multimodal projector remains BF16). The build process and tooling (GSQ, RCO) are research-grade and tuned for accuracy; reproducing or adapting the search requires access to the provided artifacts and compute to run RCO/GSQ on a per-tensor database.

Information

  • Websitehuggingface.co
  • OrganizationsDeep Algorithms and Systems Lab (DASLab), Institute of Science and Technology Austria, ISTA-DASLab
  • Published date2026/08/28

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.