Update README.md
Browse files
README.md
CHANGED
@@ -16,16 +16,11 @@ Current model in this repo: `prot_bert_bfd-finetuned-032822_1323`
|
|
16 |
|
17 |
## Performance
|
18 |
|
19 |
-
- 20AA sequences (1k eval set)
|
20 |
-
|
21 |
Metrics: 'mae': 0.100418, 'r2': 0.989028, 'mse': 0.016266, 'rmse': 0.127537
|
22 |
-
|
23 |
-
- 40AA sequences (10k eval set):
|
24 |
-
|
25 |
Metrics: 'mae': 0.173888, 'r2': 0.963361, 'mse': 0.048218, 'rmse': 0.219587
|
26 |
-
|
27 |
-
- 60AA sequences (10k eval set):
|
28 |
-
|
29 |
Metrics: 'mae': 0.235238, 'r2': 0.930164, 'mse': 0.088131, 'rmse': 0.2968
|
30 |
|
31 |
|
@@ -35,3 +30,4 @@ It was trained on protein sequences using a masked language modeling (MLM) objec
|
|
35 |
[this paper](https://doi.org/10.1101/2020.07.12.199554) and first released in
|
36 |
[this repository](https://github.com/agemagician/ProtTrans).
|
37 |
|
|
|
|
16 |
|
17 |
## Performance
|
18 |
|
19 |
+
- 20AA sequences (1k eval set):\
|
|
|
20 |
Metrics: 'mae': 0.100418, 'r2': 0.989028, 'mse': 0.016266, 'rmse': 0.127537
|
21 |
+
- 40AA sequences (10k eval set):\
|
|
|
|
|
22 |
Metrics: 'mae': 0.173888, 'r2': 0.963361, 'mse': 0.048218, 'rmse': 0.219587
|
23 |
+
- 60AA sequences (10k eval set):\
|
|
|
|
|
24 |
Metrics: 'mae': 0.235238, 'r2': 0.930164, 'mse': 0.088131, 'rmse': 0.2968
|
25 |
|
26 |
|
|
|
30 |
[this paper](https://doi.org/10.1101/2020.07.12.199554) and first released in
|
31 |
[this repository](https://github.com/agemagician/ProtTrans).
|
32 |
|
33 |
+
> Created by [Ladislav Rampasek](https://rampasek.github.io)
|