Commit
·
58d00bc
1
Parent(s):
f2fca13
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ task2prefix = {
|
|
| 15 |
"forward": "Predict the product of the following reaction: ",
|
| 16 |
"retrosynthesis": "Predict the reaction that produces the following product: ",
|
| 17 |
"paragraph to actions": "Which actions are described in the following paragraph: ",
|
| 18 |
-
"molecular captioning": "Caption the following
|
| 19 |
"text-conditional de novo generation": "Write in SMILES the described molecule: ",
|
| 20 |
}
|
| 21 |
|
|
|
|
| 15 |
"forward": "Predict the product of the following reaction: ",
|
| 16 |
"retrosynthesis": "Predict the reaction that produces the following product: ",
|
| 17 |
"paragraph to actions": "Which actions are described in the following paragraph: ",
|
| 18 |
+
"molecular captioning": "Caption the following smile: ",
|
| 19 |
"text-conditional de novo generation": "Write in SMILES the described molecule: ",
|
| 20 |
}
|
| 21 |
|