id cleaned speech corpus
This refresh provides a converged full train manifest, a frozen eval manifest, and a token-coverage subset of approximately 5000 hours. The validated FLAC payloads are reused without decoding or transcoding. Completely referenced Parquet shards are hard-linked locally; partial shards are filtered into exact row-only Parquet files.
Corpus overview
| Variant | Rows | Hours |
|---|---|---|
| train | 16,796,273 | 16922.466 |
| coverage_5000h | 4,854,174 | 5000.000 |
| eval | 1,241 | 2.002 |
All audio locators are portable and have the form
audio/<subset>/<group>/part-N.parquet#row=N.
The release audit records exact input/output hashes, rejected audio mappings, language-tag validation, and zero train/eval audio-identity overlap.
from datasets import load_dataset
ds = load_dataset("YuKuanFu/id", "id-5000h", split="train")
- Downloads last month
- 33