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,14 +55,14 @@ 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.
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
-
- Transformers 4.48.0
|
66 |
- Pytorch 2.5.0+cu124
|
67 |
- Datasets 3.1.0
|
68 |
- Tokenizers 0.21.0
|
|
|
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.0679
|
24 |
+
- Precision: 0.8636
|
25 |
+
- Recall: 0.8704
|
26 |
+
- F1: 0.8670
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|
|
58 |
+
| 0.0698 | 1.0 | 2350 | 0.0795 | 0.8121 | 0.8344 | 0.8231 |
|
59 |
+
| 0.0356 | 2.0 | 4700 | 0.0707 | 0.8438 | 0.8575 | 0.8506 |
|
60 |
+
| 0.0184 | 3.0 | 7050 | 0.0795 | 0.8461 | 0.8567 | 0.8513 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
+
- Transformers 4.48.0
|
66 |
- Pytorch 2.5.0+cu124
|
67 |
- Datasets 3.1.0
|
68 |
- Tokenizers 0.21.0
|