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 AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("biohub/ESMFold2") model = AutoModel.from_pretrained("biohub/ESMFold2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Stay Connected with the ESM Community!
Thank you for your interest in ESM!
Got questions, feedback, or concerns? Here's where to connect with us:
π¬ Join our Slack community to ask questions, share your work, and connect with other users:
https://join.slack.com/t/biohub-community/shared_invite/zt-43izdm54l-pdcGNTzjtHDOMn6bzxH~lAπ Report bugs or request new features on GitHub Issues:
https://github.com/Biohub/esm/issues
ESM is an open source project, and as it grows we've consolidated community discussions into the channels above for greater access by our wider community. Join us to submit your requests, connect with other users, see how they're using ESM, and get updates, resources, and event announcements from Biohub.
We look forward to continuing the conversation with you in Slack and on GitHub!