docs: update dataset name
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ license: cc
|
|
19 |
```python
|
20 |
from huggingface_hub import hf_hub_download
|
21 |
|
22 |
-
hf_hub_download(repo_id="SauravMaheshkar/
|
23 |
|
24 |
dataset, _ = dgl.load_graphs("./data/processed/squirrel.bin")
|
25 |
```
|
|
|
19 |
```python
|
20 |
from huggingface_hub import hf_hub_download
|
21 |
|
22 |
+
hf_hub_download(repo_id="SauravMaheshkar/pareto-squirrel", filename="processed/squirrel.bin", local_dir="./data/", repo_type="dataset")
|
23 |
|
24 |
dataset, _ = dgl.load_graphs("./data/processed/squirrel.bin")
|
25 |
```
|