Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -56,7 +56,7 @@ huggingface-cli login --token $HF_TOKEN
|
|
56 |
```python
|
57 |
# python
|
58 |
from huggingface_hub import snapshot_download
|
59 |
-
snapshot_download(repo_id="YongchengYAO/
|
60 |
```
|
61 |
|
62 |
|
|
|
56 |
```python
|
57 |
# python
|
58 |
from huggingface_hub import snapshot_download
|
59 |
+
snapshot_download(repo_id="YongchengYAO/Ceph-Biometrics-400", repo_type='dataset', local_dir="/your/local/folder")
|
60 |
```
|
61 |
|
62 |
|