Instructions to use ChatterjeeLab/PepMLM-650M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ChatterjeeLab/PepMLM-650M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="ChatterjeeLab/PepMLM-650M")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("ChatterjeeLab/PepMLM-650M") model = AutoModelForMaskedLM.from_pretrained("ChatterjeeLab/PepMLM-650M") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
0ab2777 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8a3225bca1f9acd9f701ca2e46597c12bab92320e32b68f380ddf3b6d3b20770
size 2609625722
|