Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -58,6 +58,13 @@ huggingface-cli download confit/audioset-16khz-wds --include 2m/test/*.tar --re
|
|
58 |
|
59 |
> **_NOTE:_** The `--local-dir /path/to/store` argument specifies the root directory where the dataset will be stored. You do not need to manually create subdirectories (e.g., `/path/to/store/20k/train`). The command will automatically create the required folder structure.
|
60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
## Format and Usage
|
62 |
|
63 |
The dataset is stored in the WebDataset (WDS) format, which is optimised for distributed training and streaming.
|
@@ -98,8 +105,6 @@ Each sample in the dataset follows the WebDataset format, which includes the fol
|
|
98 |
}
|
99 |
```
|
100 |
|
101 |
-
2m version has 565 shards.
|
102 |
-
|
103 |
## References
|
104 |
|
105 |
[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.
|
|
|
58 |
|
59 |
> **_NOTE:_** The `--local-dir /path/to/store` argument specifies the root directory where the dataset will be stored. You do not need to manually create subdirectories (e.g., `/path/to/store/20k/train`). The command will automatically create the required folder structure.
|
60 |
|
61 |
+
| split | #shards | #clips |
|
62 |
+
| :---: | :---: | :---: |
|
63 |
+
| 20k | 6 | 20,550 |
|
64 |
+
| 500k | 145 | 497,982 |
|
65 |
+
| 2m | 565 | 1,912,024 |
|
66 |
+
| test | 5 | 18,886 |
|
67 |
+
|
68 |
## Format and Usage
|
69 |
|
70 |
The dataset is stored in the WebDataset (WDS) format, which is optimised for distributed training and streaming.
|
|
|
105 |
}
|
106 |
```
|
107 |
|
|
|
|
|
108 |
## References
|
109 |
|
110 |
[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.
|