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-Experimental-Fast with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use biohub/ESMFold2-Experimental-Fast with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("biohub/ESMFold2-Experimental-Fast", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
|
| 20 |
+
The ESMFold2 Experimental Models are being released to support reproducibility of the findings in our paper, please refer to [the paper](https://biohub.ai/papers/esm_protein.pdf) and [github](https://github.com/Biohub/esm) for details. Please use [ESMFold2](https://huggingface.co/biohub/esmfold2) model for research work. ESMFold2 predicts high-resolution, all-atom 3D protein structures from either single-sequence or MSA conditioned structure prediction for improved accuracy on difficult targets.
|