sagawa commited on
Commit
20109c8
·
1 Parent(s): 0f8f308

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, I 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)
 
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).