AIAny
AI Model2023
Icon for item

Whisper large-v3

Multilingual automatic speech recognition and speech-translation model that transcribes and translates audio. Trained on a mix of weakly labeled and pseudo-labeled data (1M + 4M hours), uses 128 Mel bins and adds a Cantonese token, and supports timestamps and long-form chunking for offline ASR and translation.

Introduction

Why this matters

Large-v3 is a production-focused iteration of the Whisper family that narrows error rates across many languages while remaining usable off-line. By expanding the training mix with both weakly labeled and pseudo-labeled audio and making small architecture/input tweaks, it improves zero-shot robustness for transcription and translation without changing the core seq2seq design.

What Sets It Apart
  • Training scale and mix: trained for 2.0 epochs on a dataset composed of ~1M hours of weakly labeled audio plus ~4M hours of pseudo-labeled audio. So what? The enlarged and diverse training corpus improves zero-shot generalization and reduces errors across many languages compared to large-v2.
  • Small but impactful input changes: uses 128 Mel frequency bins (vs 80) and adds a Cantonese language token. So what? These changes yield measurable accuracy gains for higher-frequency details and better support for Cantonese audio.
  • Multilingual seq2seq with translation: jointly supports transcription in the source language and translation-to-English modes, plus optional sentence- and word-level timestamps. So what? You can both transcribe and produce translated text with timestamps for downstream indexing or subtitling workflows.
  • Practical inference features: built-in long-form strategies (sequential or chunked), torch.compile compatibility, Flash Attention 2 support, and recommended chunk length of 30s for long audio. So what? These trade-offs let you choose accuracy-first or speed-first pipelines for batch or single-file transcription.
Who it fits, and trade-offs

Great fit if you need a high-accuracy, multilingual ASR/translation model for offline or batch processing (research, transcribing corpora, subtitle generation, accessibility tooling). It's particularly useful when you want language detection, translation, and timestamping from one model.

Look elsewhere if you require true real-time streaming on low-power devices (the model is large ~1.55B parameters and not optimized for on-device real-time inference), or if you need rigorously calibrated outputs for high-risk decision-making without additional evaluation and domain-specific fine-tuning. Expect uneven performance on low-resource languages and possible hallucinations typical of large weakly-supervised seq2seq models.

Information

  • Websitehuggingface.co
  • OrganizationsOpenAI, Hugging Face
  • AuthorsAlec Radford, Jong Wook Kim, Tao Xu, Greg Brockman, Christine McLeavey, Ilya Sutskever
  • Published date2023/11/07

More Items

Hugging Face
AI Model2026

A quickly trained 2D "tine" VAE for MiniMax‑H3 that speeds up preview renders of video outputs and typically outperforms latent2rgb for preview use. Currently only compatible with the ModelPreviewOverride node in ComfyUI‑KJNodes and intended for previewing rather than production-grade decoding.

Hugging Face
AI Model2026

A GGUF release of Meta's Muse Glimmer 30B optimized for local multimodal agent inference; includes two quantized text builds, a perception encoder for image input, and an optional DFlash drafter for speculative decoding—fits on 24–32 GB VRAM.

Hugging Face
AI Model2026

Runs a quantized, locally executable 29.6B multimodal causal language model optimized for agentic workflows. Includes a perception encoder for image+text input, 4-bit quantized weights for 24–32GB devices, a DFlash drafter for speculative decoding, and robust tool-call support.