Definition

What Is a Speech Recognition Model?

VideoText editorial team. Updated September 13, 2026.

Direct definition

A speech recognition model is the trained statistical or neural system that maps audio features to tokens or words. Examples include the Whisper family of checkpoints. The model is not the same thing as the product UI around it.

The sections below explain how speech recognition model is used in transcription and subtitle work, what people often mix up, and which VideoText workflow applies when the next step is a file or review pass.

Key takeaways

  • Model cards and papers report WER on named sets.
  • “Powered by Whisper” is not a WER number.
  • A model name is not a WER result until the dataset and decoding settings are named.

How models are compared

Fix the dataset, the decoding settings, and the text normalizer. Then compare WER. Changing any of those three invalidates a head-to-head claim.

Related terms

Sources

  1. OpenAI: Robust Speech Recognition via Large-Scale Weak Supervision

Related VideoText workflow