Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ pip install huggingface_hub
|
|
28 |
|
29 |
**Command Line Method:**
|
30 |
```bash
|
31 |
-
huggingface-cli download hienvuvg/mmcows visual_data.zip --repo-type dataset --local-dir ./
|
32 |
```
|
33 |
|
34 |
**Python Script Method:**
|
@@ -38,7 +38,7 @@ from huggingface_hub import hf_hub_download
|
|
38 |
hf_hub_download(
|
39 |
repo_id="hienvuvg/mmcows",
|
40 |
repo_type="dataset",
|
41 |
-
local_dir="./
|
42 |
filename="visual_data.zip"
|
43 |
)
|
44 |
```
|
|
|
28 |
|
29 |
**Command Line Method:**
|
30 |
```bash
|
31 |
+
huggingface-cli download hienvuvg/mmcows visual_data.zip --repo-type dataset --local-dir ./
|
32 |
```
|
33 |
|
34 |
**Python Script Method:**
|
|
|
38 |
hf_hub_download(
|
39 |
repo_id="hienvuvg/mmcows",
|
40 |
repo_type="dataset",
|
41 |
+
local_dir="./",
|
42 |
filename="visual_data.zip"
|
43 |
)
|
44 |
```
|