AIAny
AI Model2023
Icon for item

Massively Multilingual Speech (MMS) - 300m

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.

Introduction

MMS-300M shows that a relatively compact (300M) wav2vec2-style encoder can provide strong multilingual ASR performance by leveraging very large, diverse pretraining data rather than per-language labeled sets. The practical payoff is broader language coverage with a single checkpoint that developers can adapt via fine-tuning or lightweight adapters.

Key Capabilities
  • High multilingual coverage: pretrained on ~500k hours spanning ~1,400 languages, enabling base support for 1,000+ languages in downstream ASR setups — so you can bootstrap models for low-resource languages with less labeled data.
  • Lightweight backbone with adapters: the base checkpoint is 300M parameters and supports loading language adapter weights (~2M each), so switching target languages is memory-efficient compared with full-model checkpoints.
  • Wav2Vec2-style SSL + CTC: outputs are produced from a self-supervised audio encoder trained with wav2vec2 objectives; downstream decoding uses CTC tokenizers, so standard transformers/audio toolchains integrate smoothly.
  • Practical constraints surfaced: expects 16 kHz sampled audio; intended to be fine-tuned on labeled ASR/translation data rather than used as an off-the-shelf recognizer.
Who it's for and trade-offs

Great fit if you need broad language coverage (including many low-resource languages), want a compact base model that supports adapter-based multilingual workflows, or plan to fine-tune for ASR/TTS/translation. Look elsewhere if you require a permissive commercial license (MMS weights use CC-BY-NC), need an out-of-the-box production ASR service without fine-tuning, or require the absolute best accuracy on a small set of high-resource languages where larger MMS-1B or specialized monolingual models may outperform.

Where it fits

Use MMS-300M as a multilingual pretraining backbone in research and engineering pipelines: as the starting point for adapter-style multilingual ASR, for forced-alignment/bootstrapping labeled data in low-resource settings, or as a lightweight alternative to larger MMS variants when deployment memory/compute is constrained.

Information

  • Websitehuggingface.co
  • OrganizationsFacebook AI Research (FAIR), Meta / Meta AI
  • AuthorsVineel Pratap, Andros Tjandra, Bowen Shi, Paden Tomasello, Arun Babu, Sayani Kundu, Ali Elkahky, Zhaoheng Ni, Apoorv Vyas, Maryam Fazel-Zarandi
  • Published date2023/05/22

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 Model2022

A compact pretrained bidirectional Transformer distilled from BERT base for masked language modeling and downstream NLP fine-tuning. Trained via knowledge distillation on BookCorpus and English Wikipedia, it reduces size/latency (≈67M params) while preserving BERT-like representations.