DynamicSuperb/Covid19CoughAudioClassification_CoughVid
收藏资源简介:
--- dataset_info: features: - name: audio dtype: audio - name: file dtype: string - name: instruction dtype: string - name: label dtype: string splits: - name: test num_bytes: 113208006.0 num_examples: 972 download_size: 112885041 dataset_size: 113208006.0 configs: - config_name: default data_files: - split: test path: data/test-* ---
The dataset includes four features: audio, file, instruction, and label. The audio feature stores audio data, the file feature stores string-type file paths, the instruction feature stores string-type instruction information, and the label feature stores string-type label information. The dataset is divided into a test set with 972 samples, totaling 113208006.0 bytes. The download size of the dataset is 112885041 bytes, and the dataset size is 113208006.0 bytes.
数据集概述
数据集特征
- audio: 音频数据
- file: 文件路径,字符串类型
- instruction: 指令信息,字符串类型
- label: 标签信息,字符串类型
数据集分割
- test: 测试集
- 样本数量: 972
- 数据大小: 113208006.0 字节
数据集大小
- 下载大小: 112885041 字节
- 数据集总大小: 113208006.0 字节
配置信息
- default: 默认配置
- 数据文件路径:
data/test-*
- 数据文件路径:



