File size: 1,156 Bytes
d793bfa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
pretty_name: Audiosnippets Cleaned
size_categories:
- 1M<n<10M
---
#### **Dataset Summary**
This dataset is a processed version of [mitermix/audiosnippets](https://huggingface.co/datasets/mitermix/audiosnippets). The dataset contains audio snippets that have been cleaned and resampled, making it suitable for tasks like audio captioning, audio classification, or other audio-based machine learning applications.

#### **Processing Details**
- Transcriptions and broken characters were removed.
- All MP3 audio files were resampled to 16kHz for consistency.
- The accompanying JSON metadata was made consistent.
- Entries with empty captions were removed.

#### **Dataset Structure**
The dataset is divided into three configurations:
- `train/`: Training set
- `val/`: Validation set
- `test/`: Test set

Each configuration contains audio files organized as WebDataset tar files.

#### **Data Format**
The dataset is in WebDataset format, where each tar file contains:
- Audio files (`.mp3` format)
- Caption (`.json` format)

#### **Acknowledgments**
Original dataset: [mitermix/audiosnippets](https://huggingface.co/datasets/mitermix/audiosnippets).