from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
import torch
model_id = "AI4PD/Mol2Pro-base"
tokenizer_id = "AI4PD/Mol2Pro-tokenizer"# Load tokenizers
tokenizer_mol = AutoTokenizer.from_pretrained(tokenizer_id, subfolder="smiles")
tokenizer_aa = AutoTokenizer.from_pretrained(tokenizer_id, subfolder="aa")
# Load model
model = AutoModelForSeq2SeqLM.from_pretrained(model_id)
Intended use
Research use only. The model generates candidate sequences conditioned on small-molecule inputs; it does not guarantee binding or function and must be validated experimentally.
Citation
If you find this work useful, please cite:
@article{VicenteSola2026Generalise,
title = {Generalise or Memorise? Benchmarking Ligand-Conditioned Protein Generation from Sequence-Only Data},
author = {Vicente-Sola, Alex and Dornfeld, Lars and Coines, Joan and Ferruz, Noelia},
journal = {bioRxiv},
year = {2026},
doi = {10.64898/2026.02.06.704305},
}
Runs of AI4PD Mol2Pro-base on huggingface.co
7
Total runs
0
24-hour runs
0
3-day runs
-1
7-day runs
2
30-day runs
More Information About Mol2Pro-base huggingface.co Model
Mol2Pro-base huggingface.co is an AI model on huggingface.co that provides Mol2Pro-base's model effect (), which can be used instantly with this AI4PD Mol2Pro-base model. huggingface.co supports a free trial of the Mol2Pro-base model, and also provides paid use of the Mol2Pro-base. Support call Mol2Pro-base model through api, including Node.js, Python, http.
Mol2Pro-base huggingface.co is an online trial and call api platform, which integrates Mol2Pro-base's modeling effects, including api services, and provides a free online trial of Mol2Pro-base, you can try Mol2Pro-base online for free by clicking the link below.
AI4PD Mol2Pro-base online free url in huggingface.co:
Mol2Pro-base is an open source model from GitHub that offers a free installation service, and any user can find Mol2Pro-base on GitHub to install. At the same time, huggingface.co provides the effect of Mol2Pro-base install, users can directly use Mol2Pro-base installed effect in huggingface.co for debugging and trial. It also supports api for free installation.