File size: 535 Bytes
972137a c33b948 22250a4 972137a 17ca9d6 972137a 69b2df6 90cce1a 69b2df6 972137a c33b948 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
library_name: peft
license: mit
language:
- en
datasets:
- AmelieSchreiber/binding_sites_random_split_by_family_550K
metrics:
- accuracy
- f1
- precision
- recall
- roc_auc
- matthews_correlation
pipeline_tag: token-classification
---
# ESM-2 for Binding Site Prediction
**This model is overfit.**
## Training procedure
```
Epoch: 2
Training Loss: 0.051500
Validation Loss: 0.417758
Accuracy: 0.951942
Precision: 0.422039
Recall: 0.747092
F1 Score: 0.539379
AUC: 0.853526
MCC: 0.539618
```
### Framework versions
- PEFT 0.5.0 |