add label
Browse files- binding_affinity.py +1 -0
binding_affinity.py
CHANGED
|
@@ -91,6 +91,7 @@ class BindingAffinity(datasets.ArrowBasedBuilder):
|
|
| 91 |
{
|
| 92 |
"seq": datasets.Value("string"),
|
| 93 |
"smiles": datasets.Value("string"),
|
|
|
|
| 94 |
# These are the features of your dataset like images, labels ...
|
| 95 |
}
|
| 96 |
)
|
|
|
|
| 91 |
{
|
| 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 |
)
|