Datasets:
Update README.md
Browse files
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/
|
27 |
|
28 |
Using command line:
|
29 |
```bash
|
30 |
huggingface-cli download \
|
31 |
-
|
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="
|
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 |
-
|
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 ./
|