hienvuvg commited on
Commit
1c078c2
·
verified ·
1 Parent(s): 16e8c32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -17,8 +17,22 @@ Brief overview video: https://www.youtube.com/watch?v=YBDvz-HoLWg
17
 
18
  <br />
19
 
20
- Download individual files using ```huggingface_hub``` and python:
 
 
 
 
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(