Datasets:
Tasks:
Graph Machine Learning
Modalities:
Text
Formats:
text
Size:
10K - 100K
ArXiv:
Tags:
art
License:
SauravMaheshkar
commited on
Commit
•
56b1bd7
1
Parent(s):
f7ac0ee
docs: cite original paper
Browse files
README.md
CHANGED
@@ -26,6 +26,8 @@ dataset, _ = dgl.load_graphs("./data/processed/chameleon.bin")
|
|
26 |
|
27 |
Thank you [@severo](https://huggingface.co/severo) for helping me [figure out the usage](https://discuss.huggingface.co/t/can-i-use-a-pickle-file-with-the-data-files-argument-with-datasets/72189/2?u=sauravmaheshkar).
|
28 |
|
|
|
|
|
29 |
## Citations
|
30 |
|
31 |
```
|
|
|
26 |
|
27 |
Thank you [@severo](https://huggingface.co/severo) for helping me [figure out the usage](https://discuss.huggingface.co/t/can-i-use-a-pickle-file-with-the-data-files-argument-with-datasets/72189/2?u=sauravmaheshkar).
|
28 |
|
29 |
+
Pre-processed as per the official codebase of https://arxiv.org/abs/2210.02016
|
30 |
+
|
31 |
## Citations
|
32 |
|
33 |
```
|