Instructions to use mgh6/esm_cluster with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mgh6/esm_cluster with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="mgh6/esm_cluster")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("mgh6/esm_cluster") model = AutoModelForMaskedLM.from_pretrained("mgh6/esm_cluster") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Nov06_13-07-15_bc13u7n1
- Nov06_13-08-42_bc13u7n1
- Nov06_13-12-04_bc13u7n1
- Nov06_13-19-40_bc13u15n1
- Nov06_13-26-30_bc13u7n1
- Nov06_13-28-32_bc13u7n1
- Nov06_13-30-11_bc13u7n1
- Nov06_13-36-20_bc13u7n1
- Nov06_13-39-35_bc13u7n1
- Nov06_13-47-46_bc13u7n1
- Nov06_15-50-42_bc13u7n1
- Nov06_15-52-35_bc13u7n1
- Nov06_15-54-14_bc13u7n1
- Nov06_15-56-00_bc13u7n1
- Nov06_17-23-22_bc13u7n1
- Nov06_17-29-53_bc13u7n1
- Nov06_17-31-06_bc13u7n1
- Nov06_17-32-32_bc13u7n1
- Nov06_17-33-13_bc13u7n1
- Nov06_17-36-14_bc11u25n2
- Nov06_17-39-44_bc11u25n2