clefourrier HF staff commited on
Commit
aa16083
·
1 Parent(s): 370f129

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -8,7 +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
- <br>
12
  ```python
13
  from datasets import load_dataset
14
 
@@ -23,7 +23,7 @@ graphs_pygeometric = DataLoader(graph_list)
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>
28
 
29
  - More to come!
 
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><br>
12
  ```python
13
  from datasets import load_dataset
14
 
 
23
 
24
  <br><br><br>
25
  Currently available graphs are:
26
+ <br><br>
27
  <strong> Open Graph Benchmark </strong>, graph classification task: <em> ogbg-molhiv, ogbg-molpcba, ogbg-ppa, ogbg-code2 </em>
28
 
29
  - More to come!