ProcedimentosSUS / README.md
lucasjca's picture
Upload dataset
b68935e verified
|
raw
history blame
831 Bytes
metadata
license: apache-2.0
dataset_info:
  features:
    - name: audio
      dtype: audio
  splits:
    - name: train
      num_bytes: 41920700
      num_examples: 89
  download_size: 41553598
  dataset_size: 41920700
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:

{
    "audio_path": "/path/to/audio/file.mp3",
    "description": "A written description of the audio content."
}