Generated by Valsea-ASR/synthetic-data-pipeline.
Audio is synthetic (TTS), targeted as training data for downstream ASR finetuning.
Total audio: 50.7 hr across short (5s) and long (30s) length buckets,
each in clean and augmented variants.
Loading
from datasets import load_dataset
ds = load_dataset("/synthetic-asr-vi", "short_clean")
print(ds["train"][0]["audio"]) # {"array": np.ndarray, "sampling_rate": 16000, "path": "..."}… See the full description on the dataset page: https://huggingface.co/datasets/silvermango9927/synthetic-asr-vi.