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

Provides 1.3 billion platform-specific video URLs extracted from CommonCrawl along with crawl metadata (no media included), serving as the source corpus for the LAION-BVD multimodal video dataset; distributed on Hugging Face in Parquet format.

Hugging Face

Provides a public test split of multimodal financial GUI interaction examples for evaluating agents that convert instructions and screenshots into grounded UI actions. Includes step-level screenshots, dialogue history, an OpenAI-style computer_use tool schema, and JSON next-action references; training data available on request.

Hugging Face

Contains 40,000 teacher-generated reasoning traces distilled from the Qwen3.8-27B model for supervised fine-tuning and analysis. Covers code, math, science and logic; each example pairs a <think> chain-of-thought with a final response and is distributed in JSONL/Parquet for SFT workflows.