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 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use biohub/ESMFold2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("biohub/ESMFold2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,17 +1,19 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
-
|
| 4 |
-
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
-
|
| 9 |
-
-
|
| 10 |
-
-
|
| 11 |
-
- protein-
|
| 12 |
-
-
|
| 13 |
-
-
|
| 14 |
-
-
|
|
|
|
|
|
|
| 15 |
- transformers
|
| 16 |
---
|
| 17 |
# Model Card for ESMFold2
|
|
|
|
| 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
|
| 10 |
+
- protein
|
| 11 |
+
- protein-structure-prediction
|
| 12 |
+
- structure-prediction
|
| 13 |
+
- protein-design
|
| 14 |
+
- 3d-structure
|
| 15 |
+
- confidence-estimation
|
| 16 |
+
- molecular-dynamics
|
| 17 |
- transformers
|
| 18 |
---
|
| 19 |
# Model Card for ESMFold2
|