Note: This set of model parameters is designed to be used with our
original GitHub repository. If you want to use Evolla directly with the standard 🤗 Transformers library, please check out the
Official Evolla Documentation in Transformers and use
Evolla-10B-hf or
Evolla-10B-DPO-hf.
To use this model, you should clone our official repository and set up the environment as follows:
1git clone https://github.com/westlake-repl/Evolla.git
2cd Evolla
3conda create -n Evolla python=3.10
4conda activate Evolla
5bash environment.sh
1mkdir -p ckpt/huggingface
2cd ckpt/huggingface
3git lfs install
4git clone https://huggingface.co/westlake-repl/Evolla-10B
5git clone https://huggingface.co/westlake-repl/Evolla-10B-DPO
6git clone https://huggingface.co/westlake-repl/SaProt_650M_AF2
7git clone https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct
8cd ../..
1python scripts/inference.py \
2 --config_path config/Evolla_10B.yaml \
3 --input_path examples/inputs.tsv
For more detailed instructions, please refer to the
Evolla GitHub Repository.
1@article{zhou2025decoding,
2 title={Decoding the molecular language of proteins with evolla},
3 author={Zhou, Xibin and Han, Chenchen and Zhang, Yingqi and Du, Huan and Tian, Jiayuan and Su, Jin and Liu, Renju and Zhuang, Kai and Jiang, Shiyu and Gitter, Anthony and others},
4 journal={bioRxiv},
5 pages={2025--01},
6 year={2025},
7 publisher={Cold Spring Harbor Laboratory}
8}