Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -17,8 +17,22 @@ Brief overview video: https://www.youtube.com/watch?v=YBDvz-HoLWg
|
|
17 |
|
18 |
<br />
|
19 |
|
20 |
-
|
|
|
|
|
|
|
|
|
21 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
from huggingface_hub import hf_hub_download
|
23 |
|
24 |
hf_hub_download(
|
|
|
17 |
|
18 |
<br />
|
19 |
|
20 |
+
# File Download Instructions
|
21 |
+
|
22 |
+
## 1. Install Requirements
|
23 |
+
```bash
|
24 |
+
pip install huggingface_hub
|
25 |
```
|
26 |
+
|
27 |
+
## 2. Download Options
|
28 |
+
|
29 |
+
**Command Line Method:**
|
30 |
+
```bash
|
31 |
+
huggingface-cli download hienvuvg/mmcows visual_data.zip --repo-type dataset --local-dir ./Downloads
|
32 |
+
```
|
33 |
+
|
34 |
+
**Python Script Method:**
|
35 |
+
```python
|
36 |
from huggingface_hub import hf_hub_download
|
37 |
|
38 |
hf_hub_download(
|