Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

audio
audio
End of preview.

To unzip chunks and combine .wav files into one folder use:

mkdir audio && for i in {1..10}; do unzip -q chunk$i.zip -d chunk$i && mv chunk$i/*.wav audio/; done

To unzip test ds:

unzip -q train.zip -d test
Downloads last month
19