Instructions to use aaronfeller/PeptideCLM-23M-all with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aaronfeller/PeptideCLM-23M-all with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="aaronfeller/PeptideCLM-23M-all")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("aaronfeller/PeptideCLM-23M-all") model = AutoModelForMaskedLM.from_pretrained("aaronfeller/PeptideCLM-23M-all", device_map="auto") - Inference
- Notebooks
- Google Colab
- Kaggle
Ctrl+K