jglaser commited on
Commit
220c3d6
1 Parent(s): 85bd2ca

update loader script

Browse files
Files changed (1) hide show
  1. binding_affinity.py +1 -0
binding_affinity.py CHANGED
@@ -92,6 +92,7 @@ class BindingAffinity(datasets.ArrowBasedBuilder):
92
  "seq": datasets.Value("string"),
93
  "smiles": datasets.Value("string"),
94
  "neg_log10_affinity_M": datasets.Value("float"),
 
95
  # These are the features of your dataset like images, labels ...
96
  }
97
  )
 
92
  "seq": datasets.Value("string"),
93
  "smiles": datasets.Value("string"),
94
  "neg_log10_affinity_M": datasets.Value("float"),
95
+ "affinity": datasets.Value("float"),
96
  # These are the features of your dataset like images, labels ...
97
  }
98
  )