yangwang825 commited on
Commit
43882d2
·
verified ·
1 Parent(s): 94fdca9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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.