Datasets:
File size: 655 Bytes
85fbf7a |
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 |
---
tags:
- audio
task_categories:
- audio-classification
pretty_name: background
size_categories:
- n<1K
---
## Dataset Statistics
- **Total Audio Files**: 4
- **Total Classes**: 4
- **Format**: MP3
## Structure
The dataset is organized in a folder structure where audio files are in subdirectories by label, and a `metadata.jsonl` file provides the file paths, labels, and descriptions.
### Columns
- `audio`: The audio recording.
- `label`: The category label of the background noise.
- `description`: A text description of the background noise.
## Usage
```python
from datasets import load_dataset
ds = load_dataset("sdialog/foreground")
```
|