lhallee commited on
Commit
2016c6b
·
verified ·
1 Parent(s): 4269e38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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 process 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 is removed.
56
  This removed a few thousand from the training and one entry from the valid split.
57
- `invalid` split entries are removed and info based on holo (bound), apo (unbound), as well as if an entry is computationally predicted is included.
58
- We also limit the pair length to 2044 (2048 with special tokens), remove entries with sequences less than 20 amino acids, and remove entries with `X` amino acid characters.
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