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