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
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ Refer to the [paper](https://biohub.ai/papers/esm_protein.pdf) for details on ad
|
|
| 49 |
Please install `esm` from GitHub (a PyPI release is coming soon):
|
| 50 |
|
| 51 |
```
|
| 52 |
-
pip install "esm @ git+https://github.com/Biohub/esm.git@
|
| 53 |
```
|
| 54 |
|
| 55 |
You can fold your first protein with:
|
|
|
|
| 49 |
Please install `esm` from GitHub (a PyPI release is coming soon):
|
| 50 |
|
| 51 |
```
|
| 52 |
+
pip install "esm @ git+https://github.com/Biohub/esm.git@c94ed8d763bbd7088b296949e5b401e8ea12073a"
|
| 53 |
```
|
| 54 |
|
| 55 |
You can fold your first protein with:
|