CoolFace
Modelpublic

SchwallerGroup/CheMatE-v0-MLM

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes36downloads
Model Card

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

python
from transformers import pipeline

fill = pipeline("fill-mask", model="SchwallerGroup/CheMatE-v0-MLM")
fill("Aspirin is a common [MASK].")

License

MIT.