Point download snippet at the org repo
Browse files
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("
|
| 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 |
```
|