Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ It can be downloaded to a local `data_small` directory with:
|
|
| 17 |
from huggingface_hub import snapshot_download
|
| 18 |
|
| 19 |
snapshot_download(
|
| 20 |
-
repo_id="deinal/spacecast-data",
|
| 21 |
repo_type="dataset",
|
| 22 |
local_dir="data_small"
|
| 23 |
)
|
|
|
|
| 17 |
from huggingface_hub import snapshot_download
|
| 18 |
|
| 19 |
snapshot_download(
|
| 20 |
+
repo_id="deinal/spacecast-data-small",
|
| 21 |
repo_type="dataset",
|
| 22 |
local_dir="data_small"
|
| 23 |
)
|