Added threshold optimization details
Browse files
README.md
CHANGED
@@ -49,6 +49,10 @@ Epoch Training Loss Validation Loss
|
|
49 |
4 0.107700 0.127795
|
50 |
```
|
51 |
|
|
|
|
|
|
|
|
|
52 |
## Eval Results
|
53 |
```
|
54 |
precision recall f1-score support
|
|
|
49 |
4 0.107700 0.127795
|
50 |
```
|
51 |
|
52 |
+
## Threshold Optimization
|
53 |
+
- **Best Threshold:** 0.1
|
54 |
+
- **F1 @ Threshold:** 0.734
|
55 |
+
|
56 |
## Eval Results
|
57 |
```
|
58 |
precision recall f1-score support
|