yangwang825 commited on
Commit
57ca9f9
·
verified ·
1 Parent(s): d8e7521

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -30,12 +30,13 @@ 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
- - 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
 
40
  ```bash
41
  # For the 20k version
@@ -97,5 +98,6 @@ Each sample in the dataset follows the WebDataset format, which includes the fol
97
 
98
  ## License and Usage Restrictions
99
 
 
100
  Please ensure compliance with YouTube's terms of service when using this dataset.
101
  Some clips may no longer be available if the original videos have been removed or made private.
 
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
+ - train:
34
+ - 20k: A smaller balanced version with 20,550 clips for quick experimentation.
35
+ - 500k<sup>[2]</sup>: A (slightly more) balanced version with 497,982 clips for quick experimentation.
36
+ - 2m: The complete unbalanced dataset with ~2 million clips.
37
+ - test: The eval set with 18,886 clips.
38
 
39
+ > **_NOTE:_** All versions of train sets share the same test set.
40
 
41
  ```bash
42
  # For the 20k version
 
98
 
99
  ## License and Usage Restrictions
100
 
101
+ We download the dataset from qiuqiangkong's [GitHub](https://github.com/qiuqiangkong/audioset_tagging_cnn).
102
  Please ensure compliance with YouTube's terms of service when using this dataset.
103
  Some clips may no longer be available if the original videos have been removed or made private.