ProcedimentosSUS / README.md
lucasjca's picture
Update README.md
c8ba3eb verified
|
raw
history blame
560 Bytes
metadata
license: apache-2.0

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."
}