jomillsjose commited on
Commit
1d4a848
1 Parent(s): 908a543

Create README.md

Browse files

# Audio Dataset
This dataset consists of audio data for the following categories:
* Coughing
* Toilet flushing
* Running water
* Other sounds

The dataset is slightly unbalanced which can be managed by data augmentation for these `.mp3` clips. The file structure follows:
\- audio/
      - coughing/
            \- *.mp3
      \- toilet_flush/
            \- *.mp3
      \- running_water/
            \- *.mp3
      \- other_1/
            \- *.mp3
      \- other_2/
            \- *.mp3

Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - zero-shot-classification
4
+ tags:
5
+ - audio
6
+ - sound
7
+ pretty_name: audio
8
+ size_categories:
9
+ - 1K<n<10K
10
+ ---