Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -30,8 +30,11 @@ 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: A smaller version with 20,550 clips for quick experimentation.
|
34 |
-
- 2m: The complete dataset with ~2 million clips.
|
|
|
|
|
|
|
35 |
|
36 |
```bash
|
37 |
# For the 20k version
|
|
|
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 |
+
- balanced (20k): A smaller version with 20,550 clips for quick experimentation.
|
34 |
+
- unbalanced (2m): The complete dataset with ~2 million clips.
|
35 |
+
- eval (test): The test set with 18,886 clips.
|
36 |
+
|
37 |
+
> **_NOTE:_** Both the 20k (balanced) and 2m (unbalanced) versions share the same test set (eval).
|
38 |
|
39 |
```bash
|
40 |
# For the 20k version
|