clefourrier HF staff commited on
Commit
984b4fc
1 Parent(s): d8b770d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -87,7 +87,7 @@ This information can be found back using
87
  ```python
88
  from ogb.graphproppred import PygGraphPropPredDataset
89
 
90
- dataset = PygGraphPropPredDataset(name = 'ogbg-molhiv')
91
 
92
  split_idx = dataset.get_idx_split()
93
  train = dataset[split_idx['train']] # valid, test
 
87
  ```python
88
  from ogb.graphproppred import PygGraphPropPredDataset
89
 
90
+ dataset = PygGraphPropPredDataset(name = 'ogbg-molpcba')
91
 
92
  split_idx = dataset.get_idx_split()
93
  train = dataset[split_idx['train']] # valid, test