Gotta be SAFE: A New Framework for Molecular Design
Paper • 2310.10773 • Published
How to use datamol-io/safe-gpt with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("datamol-io/safe-gpt")
model = AutoModel.from_pretrained("datamol-io/safe-gpt")Sequential Attachment-based Fragment Embedding (SAFE) is a novel molecular line notation that represents molecules as an unordered sequence of fragment blocks to improve molecule design using generative models.
Find the details and how to use at SAFE in the repo https://github.com/datamol-io/safe or the paper https://arxiv.org/pdf/2310.10773.pdf.