AIAny
AI Model2026
Icon for item

Instella-MoE-16B-A3B-Think

A sparsely activated Mixture-of-Experts (MoE) causal language model with 16B total parameters and 2.8B active parameters per token, released with end-to-end checkpoints and training recipe; trained on AMD Instinct GPUs and licensed for research use.

Introduction

Instella‑MoE is notable because it exposes a full, multi‑stage MoE training pipeline and checkpoints for a 16B‑parameter model trained entirely on AMD hardware — not just a single inference checkpoint. The release bundles pretrain → midtrain → long‑context → SFT → DPO → RL checkpoints plus training infrastructure, enabling reproducible research and system-level evaluation of sparse LLMs.

What Sets It Apart
  • Sparse capacity with concrete scale: 16B total parameters, 64 experts, 6 activated experts per token, ~2.8B active parameters — so what? you get higher effective capacity per compute compared with similarly provisioned dense models, useful for scaling language capabilities while controlling per‑token FLOPs.
  • Architecture + system co-design: uses Gated Multi‑head Latent Attention (Gated MLA) and FarSkip‑Collective connectivity — so what? those choices target better attention expressivity and reduced blocking communication for MoE at scale, improving throughput in multi‑GPU environments.
  • Full pipeline and reproducibility: checkpoints and recipes span pretraining, mid‑training, long‑context extension, supervised fine‑tuning (SFT), Direct Preference Optimization (DPO) and Reinforcement Learning (Think) — so what? researchers can study capability progression, ablate stages, or reproduce post‑training gains without guessing intermediate data mixes.
  • AMD hardware/software stack: trained end‑to‑end on Instinct MI300X/MI325X with ROCm, Primus and Miles frameworks — so what? provides an example of large‑scale MoE training outside dominant GPU ecosystems, useful for system research and benchmarking.
Who it's for — fit and tradeoffs

Great fit if you are a researcher or infra engineer who needs: reproducible MoE checkpoints across training stages; a model to evaluate sparse‑expert scaling tradeoffs; or a baseline for long‑context and RL‑refined instruction following. Look elsewhere if you need production safety guarantees, a permissive commercial license, or a compact dense model for constrained‑device deployment — the release is research‑licensed and checkpoints are provided without operational safety promises.

Where it fits

Instella‑MoE should be viewed as a research and system benchmark: it sits between dense 16B models and larger active‑parameter MoE systems, offering a concrete artifact to compare sparse vs dense scaling, multi‑GPU communication strategies, and post‑training instruction/RL refinements.

Information

  • Websitehuggingface.co
  • OrganizationsAMD
  • AuthorsJiang Liu, Sudhanshu Ranjan, Prakamya Mishra, Yonatan Dukler, Gowtham Ramesh, Zicheng Liu
  • Published date2026/07/23

Categories

More Items

Hugging Face
AI Model2026

Runs a 35B-class sparse MoE LLM with SSD-streamed experts, 4-bit quantization, prerouter routing prediction and Recover-LoRA adapters to enable ~2.9–3 GiB active memory and interactive decoding (~15 tok/s) for on-device inference.

Hugging Face
AI Model2026

Integrates a pretrained vision–language model with a BEV perception head and a Planning Expert to provide 3D perception, driving VQA and motion planning for autonomous driving while keeping the base VLM architecture unchanged.

Hugging Face
AI Audio2026

Generates full songs from lyrics and a style prompt, producing vocals and accompaniment and exporting editable symbolic scores for melody/chord control. Uses symbolic planning with agentic multi-turn editing and runs local 48 kHz inference on a 24GB GPU.