AmelieSchreiber
commited on
Commit
•
d912336
1
Parent(s):
a9f22e0
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,27 @@ library_name: peft
|
|
4 |
---
|
5 |
## Training procedure
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
### Framework versions
|
8 |
|
9 |
|
|
|
4 |
---
|
5 |
## Training procedure
|
6 |
|
7 |
+
Finally, it looks like overfitting has been circumvented.
|
8 |
+
|
9 |
+
```python
|
10 |
+
Train metrics:
|
11 |
+
{'eval_loss': 0.11367090046405792,
|
12 |
+
'eval_accuracy': 0.961073623713503,
|
13 |
+
'eval_precision': 0.3506606081587021,
|
14 |
+
'eval_recall': 0.9097597679932995,
|
15 |
+
'eval_f1': 0.5062071663690367,
|
16 |
+
'eval_auc': 0.9359920115129883,
|
17 |
+
'eval_mcc': 0.5513080553639849}
|
18 |
+
Test metrics:
|
19 |
+
{'eval_loss': 0.11328430473804474,
|
20 |
+
'eval_accuracy': 0.9604888971537066,
|
21 |
+
'eval_precision': 0.34630886072474065,
|
22 |
+
'eval_recall': 0.9135862937475725,
|
23 |
+
'eval_f1': 0.5022370749476722,
|
24 |
+
'eval_auc': 0.9375606817360377,
|
25 |
+
'eval_mcc': 0.5489185177475369}
|
26 |
+
```
|
27 |
+
|
28 |
### Framework versions
|
29 |
|
30 |
|