nferruz commited on
Commit
72f9967
·
1 Parent(s): d623b21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ To run it, you will need to provide a reaction in the SMILE format
38
  (Simplified molecular-input line-entry system), which you can do online here: https://cactus.nci.nih.gov/chemical/structure.
39
 
40
  After converting each of the reaction components you should combine them in the following scheme: ```ReactantA.ReactantB>AgentA>ProductA.ProductB```<br/>
41
- Additionally prepending the task suffix ```r2s``` and append the eos token ```</s>```
42
  e.g. for the carbonic anhydrase ```r2sO.COO>>HCOOO.[H+]</s>```
43
 
44
  or via this simple python script:
 
38
  (Simplified molecular-input line-entry system), which you can do online here: https://cactus.nci.nih.gov/chemical/structure.
39
 
40
  After converting each of the reaction components you should combine them in the following scheme: ```ReactantA.ReactantB>AgentA>ProductA.ProductB```<br/>
41
+ Additionally, one should prepend the task suffix ```r2s``` and append the eos token ```</s>```
42
  e.g. for the carbonic anhydrase ```r2sO.COO>>HCOOO.[H+]</s>```
43
 
44
  or via this simple python script: