Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ size_categories:
|
|
22 |
|
23 |
# AudioSet
|
24 |
|
25 |
-
AudioSet is a large-scale dataset comprising approximately 2 million 10-second YouTube audio clips, categorised into 527 sound classes.
|
26 |
We have pre-processed all audio files to a 16 kHz sampling rate and stored them in the WebDataset format for efficient large-scale training and retrieval.
|
27 |
|
28 |
## Download
|
@@ -30,9 +30,10 @@ We have pre-processed all audio files to a 16 kHz sampling rate and stored them
|
|
30 |
We recommend using the following commands to download the `confit/audioset-16khz-wds` dataset from HuggingFace.
|
31 |
The dataset is available in two versions:
|
32 |
|
33 |
-
-
|
34 |
-
-
|
35 |
-
-
|
|
|
36 |
|
37 |
> **_NOTE:_** Both the 20k (balanced) and 2m (unbalanced) versions share the same test set (eval).
|
38 |
|
@@ -88,6 +89,12 @@ Each sample in the dataset follows the WebDataset format, which includes the fol
|
|
88 |
}
|
89 |
```
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
## License and Usage Restrictions
|
92 |
|
93 |
Please ensure compliance with YouTube's terms of service when using this dataset.
|
|
|
22 |
|
23 |
# AudioSet
|
24 |
|
25 |
+
AudioSet<sup>[1]</sup> is a large-scale dataset comprising approximately 2 million 10-second YouTube audio clips, categorised into 527 sound classes.
|
26 |
We have pre-processed all audio files to a 16 kHz sampling rate and stored them in the WebDataset format for efficient large-scale training and retrieval.
|
27 |
|
28 |
## Download
|
|
|
30 |
We recommend using the following commands to download the `confit/audioset-16khz-wds` dataset from HuggingFace.
|
31 |
The dataset is available in two versions:
|
32 |
|
33 |
+
- 20k (balanced): A smaller version with 20,550 clips for quick experimentation.
|
34 |
+
- 500k<sup>[2]</sup>: A (slightly more) balanced version with 497,982 clips for quick experimentation.
|
35 |
+
- 2m (unbalanced): The complete dataset with ~2 million clips.
|
36 |
+
- test (eval): The test set with 18,886 clips.
|
37 |
|
38 |
> **_NOTE:_** Both the 20k (balanced) and 2m (unbalanced) versions share the same test set (eval).
|
39 |
|
|
|
89 |
}
|
90 |
```
|
91 |
|
92 |
+
## References
|
93 |
+
|
94 |
+
[1] Gemmeke, J. F., Ellis, D. P., Freedman, D., Jansen, A., Lawrence, W., Moore, R. C., ... & Ritter, M. (2017, March). Audio set: An ontology and human-labeled dataset for audio events. In 2017 IEEE international conference on acoustics, speech and signal processing (ICASSP) (pp. 776-780). IEEE.
|
95 |
+
|
96 |
+
[2] Nagrani, A., Yang, S., Arnab, A., Jansen, A., Schmid, C., & Sun, C. (2021). Attention bottlenecks for multimodal fusion. Advances in neural information processing systems, 34, 14200-14213.
|
97 |
+
|
98 |
## License and Usage Restrictions
|
99 |
|
100 |
Please ensure compliance with YouTube's terms of service when using this dataset.
|