Instructions to use multimolecule/mmsplice with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MultiMolecule
How to use multimolecule/mmsplice with MultiMolecule:
pip install multimolecule
from multimolecule import AutoModel, AutoTokenizer tokenizer = AutoTokenizer.from_pretrained("multimolecule/mmsplice") model = AutoModel.from_pretrained("multimolecule/mmsplice") - Notebooks
- Google Colab
- Kaggle