metadata
license: mit
language:
- en
Evolla
A frontier protein-language generative model designed to decode the molecular language of proteins.
This set of model parameter is provided for 🤗 Transformers library! If you want to use Evolla by original repo, please check Evolla-10B or Evolla-10B-DPO
Integration Status Update: Evolla into 🤗 Transformers
We're currently contributing Evolla to the 🤗 Transformers library to enable seamless community access. The implementation is under active review via PR #36232.
Anyone is welcomed to comment on the PR to contribute suggestions!
Temporary Usage Instructions
To experiment with these parameters before official merging:
- Fork our development repository
- Checkout to the
add-evolla-rebase-main
branch:
git checkout add-evolla-rebase-main
Important Notes
⚠️ This implementation in 🤗 Transformers library is pre-release and considered unstable. Architectural changes may occur during the review process. We strongly recommend:
- Regularly pulling updates from the development branch
- Monitoring the PR status for critical implementation updates
- Avoiding production deployments until official integration