Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,4 @@ license: apache-2.0
|
|
4 |
# ZINC-t5
|
5 |
|
6 |
We trained T5 on SMILES from ZINC using the task of masked-language modeling (MLM), and its tokenizer is also trained on ZINC data. This model can be used for the prediction of molecules' properties, reactions, or interactions with proteins by changing the way of finetuning.
|
7 |
-
As an example,
|
|
|
4 |
# ZINC-t5
|
5 |
|
6 |
We trained T5 on SMILES from ZINC using the task of masked-language modeling (MLM), and its tokenizer is also trained on ZINC data. This model can be used for the prediction of molecules' properties, reactions, or interactions with proteins by changing the way of finetuning.
|
7 |
+
As an example, We finetuned this model to predict products. Model is [here](https://huggingface.co/sagawa/ZINC-t5-productpredicition), and you can use the demo [here](https://huggingface.co/spaces/sagawa/predictproduct-t5).
|