ESMFold2 Experimental Models
Collection
4 items • Updated
How to use biohub/ESMFold2-Experimental with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("biohub/ESMFold2-Experimental", dtype="auto")The ESMFold2 Experimental Models are being released to support reproducibility of the findings in our paper, please refer to the paper and github for details. Please use 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.
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("biohub/ESMFold2-Experimental", dtype="auto")