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

GGUF-quantized releases (NEO IMATRIX + MTP) of a multi-stage fine-tuned, uncensored Qwen3.5-9B model with vision enabled and a native 256k context window—optimized for instruction following, reasoning and image-text-to-text workflows; released under Apache-2.0.

Hugging Face
AI Model2026

Provides repackaged Mage-Flow model files formatted for ComfyUI, including multiple diffusion variants (bf16, int8, turbo, edit), a Qwen text encoder and a VAE — organized in a ComfyUI directory layout for drop-in use.

Hugging Face
AI Model2026

Delivers image and video understanding plus a built-in event‑gated streaming gate — a unified 4B multimodal foundation model that uses codec-aligned tokenization to cut visual tokens by >75% and yield up to 3.5× wall‑clock inference speedup for streaming and long‑horizon video tasks.