clefourrier HF staff commited on
Commit
4600db2
1 Parent(s): 623e548

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -74,7 +74,7 @@ dataset_pygeometric = DataLoader(graphs_list_pygeometric)
74
  ### Data Fields
75
 
76
  Each row of a given file is a graph, with:
77
- - `x` (list: #nodes x #node-features): nodes
78
  - `edge_index` (list: 2 x #edges): pairs of nodes constituting edges
79
  - `edge_attr` (list: #edges x #edge-features): for the aforementioned edges, contains their features
80
  - `y` (list: 1 x #labels): contains the number of labels available to predict (here 128 labels, equal to zero, one, or Nan if the property is not relevant for the graph)
 
74
  ### Data Fields
75
 
76
  Each row of a given file is a graph, with:
77
+ - `node_feat` (list: #nodes x #node-features): nodes
78
  - `edge_index` (list: 2 x #edges): pairs of nodes constituting edges
79
  - `edge_attr` (list: #edges x #edge-features): for the aforementioned edges, contains their features
80
  - `y` (list: 1 x #labels): contains the number of labels available to predict (here 128 labels, equal to zero, one, or Nan if the property is not relevant for the graph)