yerevann commited on
Commit
a616562
1 Parent(s): ca17666

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,9 +13,9 @@ and similarities (Tanimoto distance between ECFP fingerprints).
13
 
14
  Example prompts:
15
 
16
- `[START_SMILES]CC(=O)OC1=CC=CC=C1C(=O)O[END_SMILES][SAS]` will attempt to predict the synthetic accessibility score of the given molecule.
17
 
18
- `[SAS]2.25[/SAS][SIMILAR]0.62 CC(=O)OC1=CC=CC=C1C(=O)O[/SIMILAR][START_SMILES]` will attempt to generate a molecule that has 2.25 SAS score and
19
  has a 0.62 similarity score to the given molecule.
20
 
21
  The model can be wrapped into an optimization loop to traverse the chemical space with evolving prompts.
 
13
 
14
  Example prompts:
15
 
16
+ `</s>[START_SMILES]CC(=O)OC1=CC=CC=C1C(=O)O[END_SMILES][SAS]` will attempt to predict the synthetic accessibility score of the given molecule.
17
 
18
+ `</s>[SAS]2.25[/SAS][SIMILAR]0.62 CC(=O)OC1=CC=CC=C1C(=O)O[/SIMILAR][START_SMILES]` will attempt to generate a molecule that has 2.25 SAS score and
19
  has a 0.62 similarity score to the given molecule.
20
 
21
  The model can be wrapped into an optimization loop to traverse the chemical space with evolving prompts.