File size: 831 Bytes
d294bdd
c8ba3eb
b68935e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fb4d613
 
c8ba3eb
fb4d613
c8ba3eb
fb4d613
c8ba3eb
fb4d613
c8ba3eb
fb4d613
c8ba3eb
 
fb4d613
c8ba3eb
fb4d613
c8ba3eb
fb4d613
c8ba3eb
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
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."
}