Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -58,12 +58,12 @@ 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 |
-
| split | #shards | #clips |
|
62 |
-
| :---: | :---: | :---: |
|
63 |
-
| 20k |
|
64 |
-
| 500k |
|
65 |
-
| 2m | 565 | 1,912,024 |
|
66 |
-
| test |
|
67 |
|
68 |
## Format and Usage
|
69 |
|
|
|
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 | total duration | avg duration |
|
62 |
+
| :---: | :---: | :---: | :---: | :---: |
|
63 |
+
| 20k | 7 | 20,550 | 56 hours | 9.90 seconds |
|
64 |
+
| 500k | 147 | 497,982 | | |
|
65 |
+
| 2m | 565 | 1,912,024 | 5,264 hours | 9.91 seconds |
|
66 |
+
| test | 6 | 18,886 | 51 hours | 9.89 seconds |
|
67 |
|
68 |
## Format and Usage
|
69 |
|