How to use SchwallerGroup/SMILES_tokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SchwallerGroup/SMILES_tokenizer", dtype="auto")