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/')
```
许可证:其他
任务类别:
- 自动语音识别(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/')
提供机构:
jimregan原始信息汇总
EATD Corpus 数据集概述
许可证
- 许可证类型:其他(other)
任务类别
- 自动语音识别(automatic-speech-recognition)
- 音频分类(audio-classification)
语言
- 中文(zh)
使用方法
- 数据集可以通过以下代码加载,需将
data_dir路径修改为适合您系统的路径: python dataset = load_dataset(jimregan/eatd_corpus, data_dir=/tmp/EATD-Corpus/)
搜集汇总
数据集介绍

背景与挑战
背景概述
该数据集名为'EATD Corpus',主要用于中文语音识别和音频分类任务。数据存储于外部GitHub仓库,需通过指定路径加载,总文件大小为8.05 kB,适用于自动语音识别和音频分类应用场景。
以上内容由遇见数据集搜集并总结生成



