Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,9 @@
|
|
2 |
# STEP: I - Download the entire repo (this includes the folder)
|
3 |
|
4 |
```
|
|
|
5 |
repo_id = "sanketsans/Breaking-Bad"
|
6 |
-
|
7 |
```
|
8 |
|
9 |
|
|
|
2 |
# STEP: I - Download the entire repo (this includes the folder)
|
3 |
|
4 |
```
|
5 |
+
from huggingface_hub import snapshot_download
|
6 |
repo_id = "sanketsans/Breaking-Bad"
|
7 |
+
snapshot_download(repo_id=repo_id,local_dir=local_dir,repo_type="dataset")
|
8 |
```
|
9 |
|
10 |
|