--- 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](https://github.com/westlake-repl/Evolla), please check [Evolla-10B](https://huggingface.co/westlake-repl/Evolla-10B) or [Evolla-10B-DPO](https://huggingface.co/westlake-repl/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](https://github.com/huggingface/transformers/pull/36232/). Anyone is welcomed to comment on the PR to contribute suggestions! ### Temporary Usage Instructions To experiment with these parameters before official merging: 1. Fork our [development repository](https://github.com/zhoubay/transformers/tree/add-evolla-rebase-main) 2. Checkout to the `add-evolla-rebase-main` branch: ```bash 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