Spaces:
Running
Running
Commit
·
370f129
1
Parent(s):
cebb5be
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ pinned: false
|
|
8 |
---
|
9 |
|
10 |
The goal of this repository is to store the different graph datasets currently available as benchmarks, to provide them in an homogeneous and easily loadable way. For example, to load them in PyGeometric, you can do the following:
|
|
|
11 |
```python
|
12 |
from datasets import load_dataset
|
13 |
|
@@ -20,7 +21,7 @@ graphs_list = [Data(graph) for graph in graphs_dataset["train"]]
|
|
20 |
graphs_pygeometric = DataLoader(graph_list)
|
21 |
```
|
22 |
|
23 |
-
|
24 |
Currently available graphs are:
|
25 |
|
26 |
<strong> Open Graph Benchmark </strong>, graph classification task: <em> ogbg-molhiv, ogbg-molpcba, ogbg-ppa, ogbg-code2 </em>
|
|
|
8 |
---
|
9 |
|
10 |
The goal of this repository is to store the different graph datasets currently available as benchmarks, to provide them in an homogeneous and easily loadable way. For example, to load them in PyGeometric, you can do the following:
|
11 |
+
<br>
|
12 |
```python
|
13 |
from datasets import load_dataset
|
14 |
|
|
|
21 |
graphs_pygeometric = DataLoader(graph_list)
|
22 |
```
|
23 |
|
24 |
+
<br><br><br>
|
25 |
Currently available graphs are:
|
26 |
|
27 |
<strong> Open Graph Benchmark </strong>, graph classification task: <em> ogbg-molhiv, ogbg-molpcba, ogbg-ppa, ogbg-code2 </em>
|