
An open model trained on weak, large-scale supervision
OpenAI released Whisper on 21 September 2022, open-sourcing model weights and inference code alongside a blog post, ahead of the underlying paper, 'Robust Speech Recognition via Large-Scale Weak Supervision', which appeared on arXiv on 6 December 2022. Weak supervision here means Whisper was trained directly on 680,000 hours of audio paired with transcripts collected from the web, rather than on a smaller set of transcripts checked for accuracy by humans. About a third of that audio is non-English, and the model is trained to either transcribe in the source language or translate it into English from the same set of weights.
What the paper measured and against what
The paper's central comparison is not against a single number but against a class of prior systems trained and fine-tuned on one benchmark, such as LibriSpeech. Whisper does not beat those specialised models on the benchmark they were tuned for; the repository and blog post both state this plainly. Instead, evaluated zero-shot across many different datasets without any fine-tuning, the paper reports Whisper is more robust, making roughly 50 percent fewer errors than those specialised models do outside their home benchmark, with accuracy on this wider test approaching human transcribers. The repository's documentation adds that word error rates vary widely by language, with breakdowns published for the Common Voice and Fleurs datasets rather than a single global figure.
What robustness claims do not establish
A model that is more robust across many test sets is not the same as a model that is accurate enough for a given transcript to be used unchecked. The paper's zero-shot framing measures generalisation without task-specific tuning; it is not a claim about a floor on error rate for any particular language, accent or acoustic condition, which is exactly why the repository publishes a per-language breakdown rather than one figure. Human-level comparisons in the paper are drawn against specific evaluation sets under specific conditions, and should not be read as a general claim that Whisper matches human transcribers in noisy, accented or technical speech outside those sets.
Questions to carry into your own evaluation
- Does the target language and accent appear in the per-language error-rate breakdown, or only in an aggregate figure?
- Is the comparison to human performance drawn from audio conditions that match the deployment's actual use case?
- Which model size is in use, given the documented speed and accuracy trade-offs between the tiny and large variants?
Whisper's evidence base is a robustness claim measured across diverse zero-shot conditions, not a universal accuracy guarantee. Reading the two claims separately is the difference between a defensible transcription workflow and one that assumes a uniform performance the paper never claims.
Sources & reading trail
States the 680,000-hour training set, the zero-shot evaluation method, and the roughly 50 percent error reduction versus prior models off their home benchmark.
Source published: 6 December 2022 · Retrieved: 16 September 2026
Dates the open-source release and summarises the training data, architecture and zero-shot robustness claim.
Source published: 21 September 2022 · Retrieved: 16 September 2026
Documents the per-language word-error-rate breakdown and the size and speed trade-offs among model variants.
Source published: Not established · Retrieved: 16 September 2026
Papers and official documents establish the record; the reading and the questions are Model Field Guide editorial analysis. This retrospective draft does not imply the site published on the event date.