haydn-jones
commited on
Commit
•
c56c1ae
1
Parent(s):
7e32252
Update README.md
Browse files
README.md
CHANGED
@@ -27,3 +27,11 @@ configs:
|
|
27 |
- split: test
|
28 |
path: data/test-*
|
29 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
- split: test
|
28 |
path: data/test-*
|
29 |
---
|
30 |
+
|
31 |
+
# Dataset Card for Guacamol
|
32 |
+
|
33 |
+
Dataset from the [Guacamol](https://github.com/BenevolentAI/guacamol) benchmark ([paper](https://arxiv.org/abs/1811.09621)).
|
34 |
+
|
35 |
+
Dataset contains two columns, SMILE and SELFIE. Splits are identical to original splits, however, any SMILE that could not be converted to a SELFIE was dropped. Likewise, any SELFIE in the val/test splits that contained a token not found in the train split was dropped.
|
36 |
+
|
37 |
+
Can be used with [this tokenizer](https://huggingface.co/haydn-jones/GuacamolSELFIETokenizer).
|