richardpham01 commited on
Commit
cc2e64d
·
verified ·
1 Parent(s): 168679f

Point download snippet at the org repo

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,5 +31,5 @@ Each of the 66 task directories holds:
31
 
32
  ```python
33
  from huggingface_hub import snapshot_download
34
- snapshot_download("richardpham01/shortcutbench-v1", repo_type="dataset", local_dir="shortcutbench_v1")
35
  ```
 
31
 
32
  ```python
33
  from huggingface_hub import snapshot_download
34
+ snapshot_download("FundamentalResearchLabs/shortcutbench-v1", repo_type="dataset", local_dir="shortcutbench_v1")
35
  ```