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 AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("biohub/ESMFold2-Fast") model = AutoModel.from_pretrained("biohub/ESMFold2-Fast", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 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:
|
|
@@ -27,7 +26,7 @@ ESMFold2 is capable of either single-sequence or MSA conditioned structure predi
|
|
| 27 |
|
| 28 |
To run this model with the Biohub Platform API, visit the [Biohub Platform](https://biohub.ai/).
|
| 29 |
|
| 30 |
-
Read more about ESMFold2 in our paper [here](https://
|
| 31 |
|
| 32 |
## Model Variants
|
| 33 |
|
|
@@ -42,7 +41,7 @@ ESMfold2 was evaluated against state-of-the-art single-sequence and MSA-based st
|
|
| 42 |
|
| 43 |
![][image1]
|
| 44 |
|
| 45 |
-
Refer to the [paper](https://
|
| 46 |
|
| 47 |
### Usage
|
| 48 |
|
|
@@ -164,6 +163,8 @@ result = client.fold_all_atom(spi, config=FoldingConfig(num_loops=3, num_samplin
|
|
| 164 |
print(f"pLDDT mean: {float(result.plddt.mean()):.3f}, pTM: {float(result.ptm):.3f}, ipTM: {float(result.iptm):.3f}")
|
| 165 |
```
|
| 166 |
|
|
|
|
|
|
|
| 167 |
## Training Data
|
| 168 |
|
| 169 |
ESMfold2 was trained on sequences from the Protein Data Bank (PDB) and the AlphaFold DB (AFDB).
|
|
@@ -216,7 +217,7 @@ Should you have any security or privacy issues or questions related to this mode
|
|
| 216 |
and Pannu, Jassi and Bachas, Sharrol and Liu, Daniel S.
|
| 217 |
and Sercu, Tom and Rives, Alexander},
|
| 218 |
year = {2026},
|
| 219 |
-
url = {https://
|
| 220 |
note = {Preprint}
|
| 221 |
}
|
| 222 |
```
|
|
|
|
| 1 |
---
|
| 2 |
license:
|
| 3 |
- mit
|
|
|
|
| 4 |
license_link: https://github.com/Biohub/esm/blob/main/THIRD_PARTY_NOTICE.md
|
| 5 |
language: en
|
| 6 |
tags:
|
|
|
|
| 26 |
|
| 27 |
To run this model with the Biohub Platform API, visit the [Biohub Platform](https://biohub.ai/).
|
| 28 |
|
| 29 |
+
Read more about ESMFold2 in our paper [here](https://www.biorxiv.org/content/10.64898/2026.06.03.729735).
|
| 30 |
|
| 31 |
## Model Variants
|
| 32 |
|
|
|
|
| 41 |
|
| 42 |
![][image1]
|
| 43 |
|
| 44 |
+
Refer to the [paper](https://www.biorxiv.org/content/10.64898/2026.06.03.729735) for details on additional performance metrics.
|
| 45 |
|
| 46 |
### Usage
|
| 47 |
|
|
|
|
| 163 |
print(f"pLDDT mean: {float(result.plddt.mean()):.3f}, pTM: {float(result.ptm):.3f}, ipTM: {float(result.iptm):.3f}")
|
| 164 |
```
|
| 165 |
|
| 166 |
+
For multi-chain complexes (e.g. antibody–antigen), you can supply paired MSAs to take advantage of inter-chain co-evolution. See the [ESMFold2 tutorial](https://github.com/biohub/esm/blob/main/cookbook/tutorials/esmfold2.ipynb) for details.
|
| 167 |
+
|
| 168 |
## Training Data
|
| 169 |
|
| 170 |
ESMfold2 was trained on sequences from the Protein Data Bank (PDB) and the AlphaFold DB (AFDB).
|
|
|
|
| 217 |
and Pannu, Jassi and Bachas, Sharrol and Liu, Daniel S.
|
| 218 |
and Sercu, Tom and Rives, Alexander},
|
| 219 |
year = {2026},
|
| 220 |
+
url = {https://www.biorxiv.org/content/10.64898/2026.06.03.729735},
|
| 221 |
note = {Preprint}
|
| 222 |
}
|
| 223 |
```
|