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 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use biohub/ESMFold2-Experimental with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("biohub/ESMFold2-Experimental", dtype="auto") - Notebooks
- Google Colab
- Kaggle
hf(esmfold2): patch config.json — type '<unset>' -> 'experimental'
Browse files- config.json +3 -2
config.json
CHANGED
|
@@ -86,5 +86,6 @@
|
|
| 86 |
"train_noise_log_mean": -1.2,
|
| 87 |
"train_noise_log_std": 1.5
|
| 88 |
},
|
| 89 |
-
"transformers_version": "4.57.6"
|
| 90 |
-
|
|
|
|
|
|
| 86 |
"train_noise_log_mean": -1.2,
|
| 87 |
"train_noise_log_std": 1.5
|
| 88 |
},
|
| 89 |
+
"transformers_version": "4.57.6",
|
| 90 |
+
"type": "experimental"
|
| 91 |
+
}
|