jglaser commited on
Commit
19d511a
1 Parent(s): 030a380

fix features

Browse files
Files changed (1) hide show
  1. binding_affinity.py +2 -2
binding_affinity.py CHANGED
@@ -89,8 +89,8 @@ class BindingAffinity(datasets.ArrowBasedBuilder):
89
  #else: # This is an example to show how to have different features for "first_domain" and "second_domain"
90
  features = datasets.Features(
91
  {
92
- "affinity_uM": datasets.Value("float"),
93
- "neg_log10_affinity_M": datasets.Value("float"),
94
  # These are the features of your dataset like images, labels ...
95
  }
96
  )
 
89
  #else: # This is an example to show how to have different features for "first_domain" and "second_domain"
90
  features = datasets.Features(
91
  {
92
+ "seq": datasets.Value("string"),
93
+ "smiles": datasets.Value("string"),
94
  # These are the features of your dataset like images, labels ...
95
  }
96
  )