Update README.md
Browse files
README.md
CHANGED
@@ -51,11 +51,11 @@ Of particular note, the train, valid, and test splits are deduplicated and heavi
|
|
51 |
For more information on the original dataset compilation, please read their [paper](https://github.com/pinder-org/pinder), [GitHub](https://github.com/pinder-org/pinder), or [docs](https://pinder-org.github.io/pinder/readme.html).
|
52 |
|
53 |
## Differences between this version and the official version
|
54 |
-
We further
|
55 |
-
Importantly, any entry with a sequence involved in a [NEGATOME](https://huggingface.co/datasets/Synthyra/NEGATOME) pair
|
56 |
This removed a few thousand from the training and one entry from the valid split.
|
57 |
-
`invalid` split entries
|
58 |
-
We also
|
59 |
|
60 |
```python
|
61 |
import pandas as pd
|
|
|
51 |
For more information on the original dataset compilation, please read their [paper](https://github.com/pinder-org/pinder), [GitHub](https://github.com/pinder-org/pinder), or [docs](https://pinder-org.github.io/pinder/readme.html).
|
52 |
|
53 |
## Differences between this version and the official version
|
54 |
+
We further processed the dataset into a sequence only version via the script below.
|
55 |
+
Importantly, any entry with a sequence involved in a [NEGATOME](https://huggingface.co/datasets/Synthyra/NEGATOME) pair was removed.
|
56 |
This removed a few thousand from the training and one entry from the valid split.
|
57 |
+
`invalid` split entries were removed and info based on holo (bound), apo (unbound), as well as if an entry is computationally predicted was included.
|
58 |
+
We also limited the pair length to 2044 (2048 with special tokens), removed entries with sequences less than 20 amino acids, and removed entries with `X` amino acid characters.
|
59 |
|
60 |
```python
|
61 |
import pandas as pd
|