Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
---
|
6 |
+
# Evolla
|
7 |
+
|
8 |
+
<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>
|
9 |
+
<a href="https://x.com/duguyuan/status/1876446845951492221"><img src="https://img.shields.io/badge/Post-X-black" style="max-width: 100%;"></a>
|
10 |
+
|
11 |
+
A frontier protein-language generative model designed to decode the molecular language of proteins.
|
12 |
+
|
13 |
+
## Comparative analysis
|
14 |
+
|
15 |
+
In our paper, we conducted a comparative analysis against two state-of-the-art general-purpose language models: *Deepseek-v3* and *gpt-4o-2024-11-20*.
|
16 |
+
|
17 |
+
| **Model** | **Mean GPT score (± 95% confidence interval)** |
|
18 |
+
|-------------------------|-----------------------------|
|
19 |
+
| *Evolla* | 74.10 ± 0.81 |
|
20 |
+
| *Deepseek-v3* | 40.49 ± 0.56 |
|
21 |
+
| *gpt-4o-2024-11-20* | 37.07 ± 0.54 |
|
22 |
+
|
23 |
+
|
24 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/643bb8ba6eeb746f5ad0a2db/k3WaRvNm_FDcF1ITWMQE6.
|