lucasjca/ProcedimentosSUS
收藏Hugging Face2024-02-16 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/lucasjca/ProcedimentosSUS
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
dataset_info:
features:
- name: audio
dtype: audio
splits:
- name: train
num_bytes: 41920700.0
num_examples: 89
download_size: 41553598
dataset_size: 41920700.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
## Dataset Description
Your dataset description goes here. Describe what the dataset contains, its purpose, and any relevant information about its creation and usage.
## Data Format
Each entry in the dataset consists of two fields:
- `audio_path`: The path to the audio file.
- `description`: The written description corresponding to the audio file.
## Example
Here's an example entry from the dataset:
```json
{
"audio_path": "/path/to/audio/file.mp3",
"description": "A written description of the audio content."
}
提供机构:
lucasjca
原始信息汇总
数据集描述
数据集包含音频文件及其对应的文字描述。
数据格式
每个数据条目包含以下两个字段:
audio_path: 音频文件的路径。description: 音频文件对应的文字描述。
示例
以下是数据集中的一个示例条目:
json { "audio_path": "/path/to/audio/file.mp3", "description": "A written description of the audio content." }



