AIAny
Icon for item

hf-audio/open-asr-leaderboard

Provides leaderboard-ready test splits for the Open ASR Leaderboard: converts unsafe custom loaders to Parquet, sorts samples by audio length, and packages eight ESB test sets (LibriSpeech, Common Voice, GigaSpeech, SPGISpeech, etc.) for reproducible ASR benchmarking.

Introduction

Why this matters

Reproducible ASR evaluation depends on stable, auditable test sets and safe data formats. This Hugging Face dataset packages the Open ASR Leaderboard's ESB test sets into Parquet (avoiding unsafe remote-loading scripts) and sorts splits by audio length so evaluations are deterministic and easier to batch or profile.

What Sets It Apart
  • Safe, portable format: converting each test split to Parquet removes the need to run untrusted dataset loading code on your machine — so CI systems and shared compute can ingest the files reliably.
  • Length-sorted splits: samples are sorted by audio_length_s (typically descending), which simplifies batching strategies and makes long-form error analysis and stress-testing more reproducible across labs.
  • Leaderboard-ready structure: includes the standard ESB test splits (LibriSpeech, Common Voice, VoxPopuli, TED-LIUM, GigaSpeech, SPGISpeech, Earnings-22, AMI) and points users to the ESB leaderboard workflow for submitting model predictions, reducing friction for fair comparisons.
Who It's For and Tradeoffs

Great fit if you run ASR research or model evaluations and need deterministic test sets that are safe to load in automated pipelines. It is especially useful for benchmarking long-form or multilingual ASR systems and for teams that must avoid executing remote code in secure environments.

Look elsewhere if you need training audio/transcriptions for large-scale model training (this package focuses on prepared test splits and diagnostics rather than raw, full training corpora), or if you require datasets that are only available under original gated licenses before accepting terms (Common Voice, GigaSpeech, SPGISpeech still require following their upstream access steps).

Where It Fits

This dataset is positioned between raw corpus archives and evaluation tooling: it reduces friction when moving from dataset discovery to reproducible leaderboard evaluation. For end-to-end training pipelines, pair it with the upstream training splits from the original repositories; for evaluations, use it directly and submit predictions to the ESB leaderboard.

Information

Categories

More Items

Hugging Face

A collection of ready-to-run Hugging Face Jobs OCR scripts that add a markdown column (or structured JSON) to image datasets, with model switching, layout detection, server-mode serving, and per-model options for table/form extraction.

Hugging Face

Provides 115M public GitHub source files (≈873GB of code, ~1TB uncompressed) with per-file metadata (repo, path, language, license). Supports streaming, language/license filtering and full download for training and evaluating code LLMs and code generation models.

Hugging Face

Provides labeled prompts with full-reference answers (including chain-of-thought and code blocks) and per-example metadata to train edge routing/orchestrator models that decide whether to handle inputs locally or route them to larger models. Includes complexity scores, coding/math flags, routing justifications, and an automated override rule; suited for fine-tuning small models (50M–1.5B) for edge deployment.