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
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -46,10 +46,10 @@ Refer to the [paper](https://biohub.ai/papers/esm_protein.pdf) for details on ad
|
|
| 46 |
|
| 47 |
### Usage
|
| 48 |
|
| 49 |
-
Please install `esm`
|
| 50 |
|
| 51 |
```
|
| 52 |
-
pip install esm
|
| 53 |
```
|
| 54 |
|
| 55 |
You can fold your first protein with:
|
|
|
|
| 46 |
|
| 47 |
### Usage
|
| 48 |
|
| 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@fde4aaa7432c3f44c69e9615f43f2fd96f59c0d6"
|
| 53 |
```
|
| 54 |
|
| 55 |
You can fold your first protein with:
|