sanketsans commited on
Commit
ba83567
·
verified ·
1 Parent(s): 1ffbd53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
- hf_hub_download(repo_id=repo_id, repo_type="dataset", revision="main", local_dir=local_dir, allow_pickle=True)
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