AmelieSchreiber
commited on
Commit
•
fa932d1
1
Parent(s):
26c23d7
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
# ESM-2 for General Protein Binding Site Prediction
|
6 |
+
|
7 |
+
This model is trained to predict general binding sites of proteins using on the sequence. This is a finetuned version of
|
8 |
+
`esm2_t6_8M_UR50D`, trained on [this dataset](https://huggingface.co/datasets/AmelieSchreiber/general_binding_sites). The data is
|
9 |
+
not filtered by family, and thus the model may be slightly overfit.
|
10 |
+
|
11 |
+
## Training
|
12 |
+
|
13 |
+
```
|
14 |
+
epoch 3:
|
15 |
+
'eval_loss': 0.08215777575969696,
|
16 |
+
'eval_precision': 0.4673852829840273,
|
17 |
+
'eval_recall': 0.9587594696969697,
|
18 |
+
'eval_f1': 0.6284215753212091,
|
19 |
+
'eval_auc': 0.9730582015280457
|
20 |
+
```
|
21 |
+
|
22 |
+
|