File size: 521 Bytes
7d38b00 7e807a8 7d38b00 7e807a8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
license: other
task_categories:
- automatic-speech-recognition
- audio-classification
language:
- zh
---
The EATD Corpus is hosted in [this github repository](https://github.com/speechandlanguageprocessing/ICASSP2022-Depression).
Follow the instructions there to download and unzip the data.
This dataset can be used with the following line of code, changing the path of `data_dir` to the one appropriate to your system:
```python
dataset = load_dataset('jimregan/eatd_corpus', data_dir='/tmp/EATD-Corpus/')
```
|