You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

vi 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 11,017,247 12483.122
coverage_5000h 4,166,867 5000.000
eval 1,476 1.998

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/vi", "vi-5000h", split="train")
Downloads last month
29