mkrausio commited on
Commit
d793bfa
·
verified ·
1 Parent(s): c9b2678

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Audiosnippets Cleaned
3
+ size_categories:
4
+ - 1M<n<10M
5
+ ---
6
+ #### **Dataset Summary**
7
+ 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.
8
+
9
+ #### **Processing Details**
10
+ - Transcriptions and broken characters were removed.
11
+ - All MP3 audio files were resampled to 16kHz for consistency.
12
+ - The accompanying JSON metadata was made consistent.
13
+ - Entries with empty captions were removed.
14
+
15
+ #### **Dataset Structure**
16
+ The dataset is divided into three configurations:
17
+ - `train/`: Training set
18
+ - `val/`: Validation set
19
+ - `test/`: Test set
20
+
21
+ Each configuration contains audio files organized as WebDataset tar files.
22
+
23
+ #### **Data Format**
24
+ The dataset is in WebDataset format, where each tar file contains:
25
+ - Audio files (`.mp3` format)
26
+ - Caption (`.json` format)
27
+
28
+ #### **Acknowledgments**
29
+ Original dataset: [mitermix/audiosnippets](https://huggingface.co/datasets/mitermix/audiosnippets).