Instructions to use Synthyra/ESMplusplus_small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Synthyra/ESMplusplus_small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Synthyra/ESMplusplus_small", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("Synthyra/ESMplusplus_small", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload ESMplusplusForMaskedLM
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -18,6 +18,6 @@
|
|
| 18 |
"num_attention_heads": 15,
|
| 19 |
"num_hidden_layers": 30,
|
| 20 |
"tie_word_embeddings": false,
|
| 21 |
-
"transformers_version": "
|
| 22 |
"vocab_size": 64
|
| 23 |
}
|
|
|
|
| 18 |
"num_attention_heads": 15,
|
| 19 |
"num_hidden_layers": 30,
|
| 20 |
"tie_word_embeddings": false,
|
| 21 |
+
"transformers_version": "4.57.6",
|
| 22 |
"vocab_size": 64
|
| 23 |
}
|