Instructions to use mgh6/TCS_MLM_SaProt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mgh6/TCS_MLM_SaProt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="mgh6/TCS_MLM_SaProt")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("mgh6/TCS_MLM_SaProt") model = AutoModelForMaskedLM.from_pretrained("mgh6/TCS_MLM_SaProt") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jul01_03-25-06_training-full-02-0-0
- Jul01_04-50-52_training-full-02-0-0
- Jul01_17-04-01_training-full-02-0-0
- Jul09_15-25-18_training-full-01-0-5
- Jun30_21-22-34_testing-small-01-0-2
- Jun30_21-26-01_testing-small-01-0-2
- Jun30_21-29-13_testing-small-01-0-2
- Jun30_21-42-55_training-full-02-0-0
- Jun30_21-51-10_training-full-02-0-0
- Jun30_22-26-06_training-full-02-0-0