File size: 961 Bytes
e6027d0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
## Download Datasets
### WenetSpeech
1. Fill out the Google Form to request access to the [WenetSpeech](https://huggingface.co/datasets/wenet-e2e/wenetspeech) dataset.
2. Obtain your [Hugging Face API token](https://huggingface.co/settings/tokens) from Hugging Face Account Settings.
3. Run the following command in your terminal to log in:
```bash
cd data
huggingface-cli login
```
4. Run the following command in your terminal to download dataset:
```bash
python download_benchmark.py --output-dir ~/downloaded_datasets --dataset WenetSpeech
```
### Others
1. 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)
```bash
python download_benchmark.py --output-dir ~/downloaded_datasets --dataset all
```
|