Transformers
Safetensors
English
esmfold2
biology
esm
protein
protein-structure-prediction
structure-prediction
protein-design
3d-structure
confidence-estimation
molecular-dynamics
Instructions to use biohub/ESMFold2-Fast with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use biohub/ESMFold2-Fast with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("biohub/ESMFold2-Fast", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
-
|
| 4 |
-
-
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- biology
|
| 7 |
- esm
|
|
|
|
| 1 |
---
|
| 2 |
+
license:
|
| 3 |
+
- mit
|
| 4 |
+
- other
|
| 5 |
+
license_link: https://github.com/Biohub/esm/blob/main/THIRD_PARTY_NOTICE.md
|
| 6 |
+
language: en
|
| 7 |
tags:
|
| 8 |
- biology
|
| 9 |
- esm
|