hienvuvg commited on
Commit
676b233
·
verified ·
1 Parent(s): a66da0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -23,12 +23,12 @@ pip install huggingface_hub
23
  ```
24
 
25
  ## 2. Options for downloading individual files
26
- See the file structure [here](https://huggingface.co/datasets/hienvuvg/mmcows/tree/main)
27
 
28
  Using command line:
29
  ```bash
30
  huggingface-cli download \
31
- hienvuvg/mmcows \
32
  visual_data.zip \
33
  --repo-type dataset \
34
  --local-dir ./
@@ -38,7 +38,7 @@ Using a Python script:
38
  ```python
39
  from huggingface_hub import hf_hub_download
40
  hf_hub_download(
41
- repo_id="hienvuvg/mmcows",
42
  repo_type="dataset",
43
  local_dir="./",
44
  filename="visual_data.zip"
@@ -49,7 +49,7 @@ hf_hub_download(
49
  Using command line:
50
  ```bash
51
  huggingface-cli download \
52
- hienvuvg/mmcows \
53
  --repo-type dataset \
54
  --include "1s_interval_images_3hr/*" \
55
  --local-dir ./
 
23
  ```
24
 
25
  ## 2. Options for downloading individual files
26
+ See the file structure [here](https://huggingface.co/datasets/neis-lab/mmcows/tree/main)
27
 
28
  Using command line:
29
  ```bash
30
  huggingface-cli download \
31
+ neis-lab/mmcows \
32
  visual_data.zip \
33
  --repo-type dataset \
34
  --local-dir ./
 
38
  ```python
39
  from huggingface_hub import hf_hub_download
40
  hf_hub_download(
41
+ repo_id="neis-lab/mmcows",
42
  repo_type="dataset",
43
  local_dir="./",
44
  filename="visual_data.zip"
 
49
  Using command line:
50
  ```bash
51
  huggingface-cli download \
52
+ neis-lab/mmcows \
53
  --repo-type dataset \
54
  --include "1s_interval_images_3hr/*" \
55
  --local-dir ./