AmelieSchreiber
commited on
Commit
·
b704445
1
Parent(s):
ac2a2c5
Update README.md
Browse files
README.md
CHANGED
@@ -26,12 +26,9 @@ not filtered by family, and thus the model may be overfit to some degree.
|
|
26 |
## Training
|
27 |
|
28 |
```
|
29 |
-
epoch 3:
|
30 |
-
|
31 |
-
|
32 |
-
'eval_recall': 0.9587594696969697,
|
33 |
-
'eval_f1': 0.6284215753212091,
|
34 |
-
'eval_auc': 0.9730582015280457
|
35 |
```
|
36 |
|
37 |
## Using the Model
|
|
|
26 |
## Training
|
27 |
|
28 |
```
|
29 |
+
epoch 3:
|
30 |
+
Training Loss Validation Loss Precision Recall F1 Auc
|
31 |
+
0.031100 0.074720 0.684798 0.966856 0.801743 0.980853
|
|
|
|
|
|
|
32 |
```
|
33 |
|
34 |
## Using the Model
|