Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -43,6 +43,8 @@ huggingface-cli download confit/audioset-16khz-wds --include 2m/train/*.tar --r
|
|
43 |
huggingface-cli download confit/audioset-16khz-wds --include 2m/test/*.tar --repo-type=dataset --local-dir /path/to/store
|
44 |
```
|
45 |
|
|
|
|
|
46 |
## Format and Usage
|
47 |
|
48 |
The dataset is stored in the WebDataset (WDS) format, which is optimised for distributed training and streaming.
|
|
|
43 |
huggingface-cli download confit/audioset-16khz-wds --include 2m/test/*.tar --repo-type=dataset --local-dir /path/to/store
|
44 |
```
|
45 |
|
46 |
+
> **_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.
|
47 |
+
|
48 |
## Format and Usage
|
49 |
|
50 |
The dataset is stored in the WebDataset (WDS) format, which is optimised for distributed training and streaming.
|