XibinBayesZhou commited on
Commit
7c126fc
·
verified ·
1 Parent(s): 97313fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ ---
6
+
7
+ # Evolla
8
+
9
+ <a href="https://doi.org/10.1101/2025.01.05.630192"><img src="https://img.shields.io/badge/Paper-bioRxiv-green" style="max-width: 100%;"></a>
10
+ <a href="https://x.com/duguyuan/status/1876446845951492221"><img src="https://img.shields.io/badge/Post-X-black" style="max-width: 100%;"></a>
11
+
12
+ A frontier protein-language generative model designed to decode the molecular language of proteins.
13
+
14
+ 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)
15
+
16
+ ## Integration Status Update: Evolla into 🤗 Transformers
17
+
18
+ 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/).
19
+
20
+ Anyone is welcomed to comment on the PR to contribute suggestions!
21
+
22
+ ### Temporary Usage Instructions
23
+
24
+ To experiment with these parameters before official merging:
25
+
26
+ 1. Fork our [development repository](https://github.com/zhoubay/transformers/tree/add-evolla-rebase-main)
27
+ 2. Checkout to the `add-evolla-rebase-main` branch:
28
+ ```bash
29
+ git checkout add-evolla-rebase-main
30
+ ```
31
+
32
+ ### Important Notes
33
+ ⚠️ This implementation in 🤗 Transformers library is **pre-release** and considered **unstable**. Architectural changes may occur during the review process. We strongly recommend:
34
+
35
+ - Regularly pulling updates from the development branch
36
+ - Monitoring the PR status for critical implementation updates
37
+ - Avoiding production deployments until official integration