AmelieSchreiber commited on
Commit
0b6b91e
1 Parent(s): 45e45d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -23,3 +23,33 @@ Note, we are only training 0.58% of the parameters, using only the query, key, a
23
  ```
24
  trainable params: 23682 || all params: 4075265 || trainable%: 0.5811155838945443
25
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ```
24
  trainable params: 23682 || all params: 4075265 || trainable%: 0.5811155838945443
25
  ```
26
+
27
+ ## Testing for Overfitting
28
+
29
+ ### Checkpoint 1
30
+
31
+ ### Checkpoint 2
32
+
33
+ ### Checkpoint 3
34
+
35
+ ### Checkpoint 4
36
+
37
+ ```python
38
+ Train metrics:
39
+ {'eval_loss': 0.24070295691490173,
40
+ 'eval_accuracy': 0.9018779246397052,
41
+ 'eval_precision': 0.16624103834249204,
42
+ 'eval_recall': 0.8651772818812425,
43
+ 'eval_f1': 0.27889357183237473,
44
+ 'eval_auc': 0.8839390799308487,
45
+ 'eval_mcc': 0.3536803490333407}
46
+
47
+ Test metrics:
48
+ {'eval_loss': 0.26776671409606934,
49
+ 'eval_accuracy': 0.8902711124906878,
50
+ 'eval_precision': 0.13008662855482372,
51
+ 'eval_recall': 0.7084623832213568,
52
+ 'eval_f1': 0.219811797752809,
53
+ 'eval_auc': 0.8013943890942485,
54
+ 'eval_mcc': 0.2721459410994918}
55
+ ```