SchwallerGroup/CheMatE-v0-MLM
036
CheMatE (MLM base)
The masked-language-modeling base for `SchwallerGroup/CheMatE-v0`: a ModernBERT model pretrained on SMILES-augmented chemistry text. For embeddings, use CheMatE-v0.
Usage
from transformers import pipeline
fill = pipeline("fill-mask", model="SchwallerGroup/CheMatE-v0-MLM")
fill("Aspirin is a common [MASK].")License
MIT.
