Download Datasets
WenetSpeech
Fill out the Google Form to request access to the WenetSpeech dataset.
Obtain your Hugging Face API token from Hugging Face Account Settings.
Run the following command in your terminal to log in:
cd data
huggingface-cli login
- Run the following command in your terminal to download dataset:
python download_benchmark.py --output-dir ~/downloaded_datasets --dataset WenetSpeech
Others
- Run the following command in your terminal to download all dataset(If you only want to download a single dataset, the dataset name is as follows: VoiceBench, OpenAudioBench, LibriSpeech, WenetSpeech, Fleurs, AISHELL-1, AISHELL-2, MMAU, ClothoAQA, VocalSound, Nonspeech7k, MELD, TUT2017, CochlScene)
python download_benchmark.py --output-dir ~/downloaded_datasets --dataset all