Model save
Browse files
README.md
CHANGED
@@ -20,10 +20,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.0181 | 3.0 | 7050 | 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.0694
|
24 |
+
- Precision: 0.8638
|
25 |
+
- Recall: 0.8710
|
26 |
+
- F1: 0.8674
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
58 |
+
| 0.0677 | 1.0 | 2350 | 0.0776 | 0.8250 | 0.8429 | 0.8339 |
|
59 |
+
| 0.0349 | 2.0 | 4700 | 0.0698 | 0.8397 | 0.8608 | 0.8501 |
|
60 |
+
| 0.0181 | 3.0 | 7050 | 0.0790 | 0.8466 | 0.8601 | 0.8533 |
|
61 |
|
62 |
|
63 |
### Framework versions
|