hienvuvg commited on
Commit
faa1339
·
verified ·
1 Parent(s): 80d78fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -52,7 +52,7 @@ pip install huggingface_hub
52
  See the file structure [here](https://huggingface.co/datasets/neis-lab/mmcows/tree/main) for the next step.
53
 
54
  ### 2. Download a file individually
55
- Using command line:
56
  ```bash
57
  huggingface-cli download \
58
  neis-lab/mmcows \
@@ -60,7 +60,6 @@ huggingface-cli download \
60
  --repo-type dataset \
61
  --local-dir ./
62
  ```
63
-
64
  Using a Python script:
65
  ```python
66
  from huggingface_hub import hf_hub_download
@@ -71,9 +70,10 @@ hf_hub_download(
71
  filename="visual_data.zip"
72
  )
73
  ```
 
74
 
75
  ### 3. Download all files inside a folder
76
- Using command line:
77
  ```bash
78
  huggingface-cli download \
79
  neis-lab/mmcows \
 
52
  See the file structure [here](https://huggingface.co/datasets/neis-lab/mmcows/tree/main) for the next step.
53
 
54
  ### 2. Download a file individually
55
+ To download ```visual_data.zip``` to your ```local-dir```, use command line:
56
  ```bash
57
  huggingface-cli download \
58
  neis-lab/mmcows \
 
60
  --repo-type dataset \
61
  --local-dir ./
62
  ```
 
63
  Using a Python script:
64
  ```python
65
  from huggingface_hub import hf_hub_download
 
70
  filename="visual_data.zip"
71
  )
72
  ```
73
+ To download other files, replace ```visual_data.zip``` with the file you want to download.
74
 
75
  ### 3. Download all files inside a folder
76
+ To download all files in ```1s_interval_images_3hr``` to your ```local-dir```, use command line:
77
  ```bash
78
  huggingface-cli download \
79
  neis-lab/mmcows \