Aaditya1 commited on
Commit
d73ed40
1 Parent(s): c36b641

Update configuration_graphormer.pyx

Browse files
Files changed (1) hide show
  1. configuration_graphormer.pyx +1 -1
configuration_graphormer.pyx CHANGED
@@ -132,7 +132,7 @@ class GraphormerConfig(PretrainedConfig):
132
 
133
  def __init__(
134
  self,
135
- num_classes: int = 1,
136
  num_atoms: int = 512 * 9,
137
  num_edges: int = 512 * 3,
138
  num_in_degree: int = 512,
 
132
 
133
  def __init__(
134
  self,
135
+ num_classes: int = 7,
136
  num_atoms: int = 512 * 9,
137
  num_edges: int = 512 * 3,
138
  num_in_degree: int = 512,