fix features
Browse files- 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 |
-
"
|
| 93 |
-
"
|
| 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 |
)
|