MolEncoder is a BERT-based chemical language model pretrained on SMILES strings using masked language modeling (MLM). It was designed to investigate optimal pretraining strategies for molecular representation learning, with a particular focus on masking ratio, dataset size, and model size. It is described in detail in the paper "MolEncoder: Towards Optimal Masked Language Modeling for Molecules".
Please refer to the
MolEncoder GitHub repository for detailed instructions and ready-to-use examples on fine-tuning the model on custom data and running predictions.
1@Article{D5DD00369E,
2author ="Krüger, Fabian P. and Österbacka, Nicklas and Kabeshov, Mikhail and Engkvist, Ola and Tetko, Igor",
3title ="MolEncoder: towards optimal masked language modeling for molecules",
4journal ="Digital Discovery",
5year ="2025",
6pages ="-",
7publisher ="RSC",
8doi ="10.1039/D5DD00369E",
9url ="http://dx.doi.org/10.1039/D5DD00369E"}