AmelieSchreiber commited on
Commit
ff7ee86
·
1 Parent(s): 9aabc9a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -4,8 +4,19 @@ library_name: peft
4
  ---
5
  ## Training procedure
6
 
7
- It looks like overfitting has been circumvented. Generalization capabilities based on [this notebook](https://huggingface.co/AmelieSchreiber/esm2_t12_35M_lora_binding_sites_770K_v1/blob/main/esmbind-validation-struct.ipynb)
8
- are still lacking though.
 
 
 
 
 
 
 
 
 
 
 
9
 
10
  ### Framework versions
11
 
 
4
  ---
5
  ## Training procedure
6
 
7
+ Generalization capabilities based on [this notebook](https://huggingface.co/AmelieSchreiber/esm2_t12_35M_lora_binding_sites_770K_v1/blob/main/esmbind-validation-struct.ipynb)
8
+ are still lacking. The average metrics on the train datasets from the paper linked to in the notebook are:
9
+
10
+ ```
11
+ Average Accuracy: 0.9169
12
+ Average Precision: 0.1416
13
+ Average Recall: 0.2769
14
+ Average F1 Score: 0.1743
15
+ Average AUC: 0.6088
16
+ Average MCC: 0.1522
17
+ ```
18
+
19
+ The average metrics on the test datasets provided by the paper are very similar.
20
 
21
  ### Framework versions
22