Datasets:
Tasks:
Graph Machine Learning
Modalities:
Text
Formats:
text
Size:
10K - 100K
ArXiv:
Tags:
art
License:
SauravMaheshkar
commited on
Commit
•
5bda3a4
1
Parent(s):
e69958d
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/actor.bin")
|
25 |
```
|
|
|
19 |
```python
|
20 |
from huggingface_hub import hf_hub_download
|
21 |
|
22 |
+
hf_hub_download(repo_id="SauravMaheshkar/pareto-actor", filename="processed/actor.bin", local_dir="./data/", repo_type="dataset")
|
23 |
|
24 |
dataset, _ = dgl.load_graphs("./data/processed/actor.bin")
|
25 |
```
|