YongchengYAO commited on
Commit
9c71a67
·
verified ·
1 Parent(s): 8c33816

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -24,7 +24,19 @@ No change has been made.
24
  - CC-BY-NC 4.0: https://creativecommons.org/licenses/by-nc/4.0/
25
 
26
 
27
-
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
 
30
 
 
24
  - CC-BY-NC 4.0: https://creativecommons.org/licenses/by-nc/4.0/
25
 
26
 
27
+ ## Download from Huggingface
28
+
29
+ ```bash
30
+ #!/bin/bash
31
+ pip install huggingface-hub[cli]
32
+ huggingface-cli login --token $HF_TOKEN
33
+ ```
34
+
35
+ ```python
36
+ # python
37
+ from huggingface_hub import snapshot_download
38
+ snapshot_download(repo_id="YongchengYAO/ISLES24", repo_type='dataset', local_dir="/your/local/folder")
39
+ ```
40
 
41
 
42