LibriSpeech

by Vassil Panayotov / Daniel Povey / JHU CLSP

1000h read English audiobook corpus — the canonical ASR benchmark since 2015.

TL;DR

1000h read English audiobook corpus — the canonical ASR benchmark since 2015.

Best for training and evaluating English ASR models — every modern paper reports test-clean/test-other WER. Pricing: free.

Category
Open source
License
Stars
Last push
Pricing
free
Platforms
HuggingFace, OpenSLR

What it is

LibriSpeech is the 1000-hour read-English benchmark derived from LibriVox audiobooks. Splits: train-clean-100 / train-clean-360 / train-other-500 + dev/test-clean + dev/test-other. The de-facto WER reference for English ASR. License: CC BY 4.0. BibTeX: panayotov2015librispeech.

Best for: Training and evaluating English ASR models — every modern paper reports test-clean/test-other WER.
Watch out for: CC BY 4.0 · read audiobook speech only · low ambient noise · single-speaker · not representative of conversational or domain audio. Cite: Panayotov et al., ICASSP 2015.

Install / use

from datasets import load_dataset; ds = load_dataset('openslr/librispeech_asr', 'clean')

Features

Speaker diarizationNo
Word-level timestampsNo
Streaming / real-timeNo
Languages supported1
HIPAA eligibleNo

LibriSpeech vs Whipscribe

FeatureLibriSpeechWhipscribe
CategoryOpen sourceTranscription APIs
Pricingfreefree beta
Speaker diarizationNoYes
Word timestampsNoYes
StreamingNoNo
Languages199
PlatformsHuggingFace, OpenSLRWeb, API, MCP

Alternatives to LibriSpeech

Whipscribe is a managed faster-whisper + whisperX service. If you want transcripts without running infrastructure, paste a URL or drop a file in the form below — you'll have a transcript in seconds.