CheMatE-v0-MLM / README.md
davidseg's picture
Model card v0
17addec verified
|
Raw
History Blame Contribute Delete
580 Bytes
---
license: mit
library_name: transformers
pipeline_tag: fill-mask
language:
- en
tags:
- fill-mask
- chemistry
- cheminformatics
- modernbert
---
# CheMatE (MLM base)
The masked-language-modeling base for
[`SchwallerGroup/CheMatE-v0`](https://huggingface.co/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.