Update README.md
Browse files
README.md
CHANGED
@@ -59,8 +59,8 @@ If a mutant had multiple conflicting stability results in the original data, the
|
|
59 |
|
60 |
Each item in the dataset contains the following keys:
|
61 |
|
62 |
-
['input_ids'] The set of atomic numbers for both the mutated and original atoms concatenated together.
|
63 |
-
['coords'] The 3D coordinates for both the mutated and original atoms concatenated together.
|
64 |
-
['label'] 1 for better binding, 0 for worse or equal.
|
65 |
-
['token_type_ids'] A mask that corresponds to which `inputs_ids`/`coords` belong to the mutated or original atoms (0 for mutated , 1 for original)
|
66 |
|
|
|
59 |
|
60 |
Each item in the dataset contains the following keys:
|
61 |
|
62 |
+
- ['input_ids'] The set of atomic numbers for both the mutated and original atoms concatenated together.
|
63 |
+
- ['coords'] The 3D coordinates for both the mutated and original atoms concatenated together.
|
64 |
+
- ['label'] 1 for better binding, 0 for worse or equal.
|
65 |
+
- ['token_type_ids'] A mask that corresponds to which `inputs_ids`/`coords` belong to the mutated or original atoms (0 for mutated , 1 for original)
|
66 |
|