AIAny
AI Model2026
Icon for item

Motif-3-Beta

Open preview checkpoint of a sparse Mixture-of-Experts causal LLM with ~314B total params (~13B active per token) and native 256K context for long-context multilingual text generation. Ships with custom modeling code (trust_remote_code) and a research/non-commercial use license.

Introduction

Motif-3-Beta matters because it treats long context and conditional sparsity as first-class design choices rather than add-ons. The checkpoint is a public preview of an in-house MoE model that combines very large total parameter count with a relatively small active parameter footprint per token, aiming to enable long-context multilingual generation without linear scaling of per-token compute.

Key Capabilities
  • Sparse MoE routing at scale — 384 routed experts with top‑8 activation plus one shared expert, yielding ~13B active params per token out of ~314B total. This means inference can target high capacity where needed while keeping per-token compute closer to dense mid‑sized models.
  • Native long context — 262,144 (256K) token context length, useful for tasks requiring whole-document reasoning, long-form summarization, or codebases spanning many files without external chunking or RAG workarounds.
  • Multilingual and general-purpose — tokenizer/vocab and modeling choices target multilingual text generation and conversational usage out of the box.
  • Custom architecture components — introduces grouped differential latent attention (GDLA), grouped PolyNorm per expert, and other in-house layers; model requires the supplied modeling code and runtime tweaks to run correctly.
Who it's for and trade-offs

Great fit if you need native long-context LLM behavior (256K tokens) or want to experiment with sparse routing at scale for research and prototyping. Also suitable for teams planning vLLM-based serving on H200/B200-class GPUs or researchers comparing MoE efficiency vs dense baselines.

Look elsewhere if you require a production-ready permissive license (this checkpoint’s license restricts commercial use), low-infrastructure deployment (the model expects expert parallelism and specific GPU hardware), or tight reproducibility without trusting remote code — the model ships custom code and recommends vLLM for serving.

Where it fits

Positioned between very large dense foundation models (which use all params per token) and lightweight models: Motif-3-Beta explores the cost/quality trade-offs of sparse routing plus extreme context length. Expect higher setup effort (specialized serving, expert parallelism) but potential gains on long-document tasks and selective compute allocation across tokens.

Information

  • Websitehuggingface.co
  • OrganizationsMotif Technologies
  • Published date2026/07/20

Categories

More Items

Hugging Face
AI Model2021

Learns a joint image–text embedding via contrastive pretraining to enable zero-shot image classification. Uses a ViT‑B/32 image encoder and transformer text encoder; intended primarily for research into robustness and generalization, not untested deployment.

Hugging Face
AI Model2026

A TURBO multi-stage fine-tune of Qwen3.8‑27B that shortens internal “thinking” token blocks and raises ARC benchmarks (8‑bit ARC‑C ≈735, ARC‑E ≈882). It ships GGUF quants (regular and MTP, Neo‑Imatrix), vision support and 256k context for local multimodal inference on consumer GPUs.

Hugging Face
AI Model2023

Pretrained multilingual speech encoder for ASR and related speech tasks (300M parameters), trained with wav2vec2-style self-supervision on ~500k hours across 1,400+ languages. Designed for 16 kHz audio and typically fine-tuned for downstream ASR/translation/classification.