--- language: - en license: mit library_name: peft datasets: - AmelieSchreiber/binding_sites_random_split_by_family_550K metrics: - accuracy - f1 - precision - recall - roc_auc - matthews_correlation pipeline_tag: token-classification base_model: facebook/esm2_t12_35M_UR50D --- # 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