-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for ESM models #447
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
cc @Amelie-Schreiber, the creator of many of the most popular ESM models on the HF hub! I am using one of your models for the above tutorial, showing how it can be run completely locally in a web browser with transformers.js! 🥳 PS: the reason for the separate repo is that it requires ONNX model weights as well as a tokenizer.json file, which the original repo does not contain. If you're interested in making your original repo web-compatible, you can add the missing files and add the |
Usage
Example: Protein sequence classification w/ Xenova/esm2_t6_8M_UR50D_sequence_classifier_v1.
(adapted from this example):