lhallee commited on
Commit
956aaaf
·
verified ·
1 Parent(s): 566c1a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,6 +17,6 @@ configs:
17
  - split: train
18
  path: data/train-*
19
  ---
20
- 10 million random examples from Uniref50 representative sequences (October 2023) and computed [selfies](https://github.com/aspuru-guzik-group/selfies) strings.
21
 
22
  Intended for atom-wise protein language modeling.
 
17
  - split: train
18
  path: data/train-*
19
  ---
20
+ 10 million random examples from Uniref50 representative sequences (October 2023) and computed [selfies](https://github.com/aspuru-guzik-group/selfies) strings. The strings are stored as input ids from a custom selfies tokenizer. A BERT tokenizer with this vocabulary has been uploaded to this dataset under the files.
21
 
22
  Intended for atom-wise protein language modeling.