Instructions to use Synthyra/ESMplusplus_large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Synthyra/ESMplusplus_large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="Synthyra/ESMplusplus_large", trust_remote_code=True)# Load model directly from transformers import AutoModelForMaskedLM model = AutoModelForMaskedLM.from_pretrained("Synthyra/ESMplusplus_large", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -94,7 +94,7 @@ We look at various ESM models and their throughput on an H100. Adding efficient
|
|
| 94 |

|
| 95 |
|
| 96 |
### Citation
|
| 97 |
-
If you use any of this implementation or work please cite it (as well as the ESMC preprint).
|
| 98 |
|
| 99 |
```
|
| 100 |
@misc {ESMPlusPlus,
|
|
|
|
| 94 |

|
| 95 |
|
| 96 |
### Citation
|
| 97 |
+
If you use any of this implementation or work please cite it (as well as the ESMC preprint).
|
| 98 |
|
| 99 |
```
|
| 100 |
@misc {ESMPlusPlus,
|