sagawa commited on
Commit
b57fa29
1 Parent(s): d0755b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # ZINC-t5
5
+ This model is still under construction!!
6
+
7
+ 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. Here, we conducted a chemical reaction prediction, where if models were given a product, they generate reactants which is necessary for the reaction.