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/') ```
许可证:其他 任务类别: - 自动语音识别(automatic-speech-recognition) - 音频分类(audio-classification) 语言: - 中文(zh) EATD语料库(EATD Corpus)托管于[该GitHub仓库](https://github.com/speechandlanguageprocessing/ICASSP2022-Depression)。 请按照该仓库提供的说明下载并解压该数据集。 可通过以下代码加载该数据集,请将`data_dir`的路径修改为适配您本地系统的对应路径: python dataset = load_dataset('jimregan/eatd_corpus', data_dir='/tmp/EATD-Corpus/')
EATD Corpus 数据集概述
许可证
- 许可证类型:其他(other)
任务类别
- 自动语音识别(automatic-speech-recognition)
- 音频分类(audio-classification)
语言
- 中文(zh)
使用方法
- 数据集可以通过以下代码加载,需将
data_dir路径修改为适合您系统的路径: python dataset = load_dataset(jimregan/eatd_corpus, data_dir=/tmp/EATD-Corpus/)




