jimregan/eatd_corpus
收藏Hugging Face2023-11-17 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/jimregan/eatd_corpus
下载链接
链接失效反馈官方服务:
资源简介:
---
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/')
```
提供机构:
jimregan
原始信息汇总
EATD Corpus 数据集概述
许可证
- 许可证类型:其他(other)
任务类别
- 自动语音识别(automatic-speech-recognition)
- 音频分类(audio-classification)
语言
- 中文(zh)
使用方法
- 数据集可以通过以下代码加载,需将
data_dir路径修改为适合您系统的路径: python dataset = load_dataset(jimregan/eatd_corpus, data_dir=/tmp/EATD-Corpus/)



