AIAny
AI Model2026
Icon for item

Mach-1 Additive 35B

A 35B additive ternary-quantized variant of Mach-1 that aims to preserve most capabilities of its BF16 teacher while reducing compute and memory; shows ~95% mean retention across 12 benchmarks and competitive per-task parity on several evaluations.

Introduction

Most aggressive quantization schemes trade meaningful capability for efficiency. Mach-1 Additive 35B takes a different point in the design space: by using an additive ternary quantization approach it preserves a large fraction of a BF16 Qwen3.6-35B-A3B teacher's performance while shrinking model footprint and improving runtime efficiency.

Key Capabilities
  • High capability retention: reports a mean retention of ~95.0% across 12 diverse benchmarks, often matching or closely approaching the BF16 teacher on math, coding, and reasoning tasks.
  • Additive ternary quantization: uses a ternary (three-value) additive quantization scheme to reduce weight precision and memory without wholesale architecture changes, enabling lower memory and potentially faster inference on constrained hardware.
  • Practical performance profile: retains near-teacher scores on benchmarks like AIME26, MATH-500, GSM8K, and HumanEval+ while showing clear throughput/latency advantages compared to full-precision variants.
Who it's for and trade-offs

Great fit if you need a large (≈35B) LLM with much lower memory/compute for inference or hosting constraints, but still require strong performance on math, coding, and multi-task benchmarks. It is also useful for research into quantization strategies that prioritize capability retention.

Look elsewhere if you need absolute top-tier BF16 or fp16 accuracy on the hardest long-context reasoning tasks, require certified quantization guarantees for specialized hardware, or depend on architectures explicitly designed for multimodal inputs; some edge-case benchmarks (e.g., certain instruction-following or very long-horizon tasks) show larger retention gaps.

Where it fits

Compared to other compact/quantized 30–35B-class variants, Mach-1 Additive 35B emphasizes capability retention over maximal parameter compression. If your priority is strict minimum memory regardless of task accuracy, ultra-low-bit bespoke solutions may compress further at greater performance cost.

Notes: model page lists Apache-2.0 license and benchmark breakdowns (mean retention 95.0% vs. listed BF16 teacher).

Information

  • Websitehuggingface.co
  • OrganizationsSyzygyResearch
  • Published date2026/08/02

Categories

More Items

Hugging Face
AI Model2026

Finetunes Qwen3.6‑35B using an adversarial generator–critic loop that synthesizes ~10,000 verifiable “frontier” tasks to boost scientific research, long‑horizon reasoning, coding and tool use; supports an extended 262,144‑token context and common serving stacks.

GitHub
AI Model2023

Provides code and pretrained models for WeatherNext 2 and WeatherNext Cyclones — ML-based global, medium-range atmospheric forecasting models from Google DeepMind/Google Research. Includes Colab demos, pretrained weights, and guides for cloud access and inference.

Hugging Face
AI Model2024

Generates images from text prompts using a 12-billion-parameter rectified-flow transformer trained with guidance distillation for more efficient sampling. Distributed with diffusers/ComfyUI support and multiple conditioning/editing variants; weights released under a non-commercial license.