End of training
Browse files- README.md +11 -11
- logs/events.out.tfevents.1737587216.PC +3 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- F1: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -49,18 +49,18 @@ The following hyperparameters were used during training:
|
|
49 |
- eval_batch_size: 16
|
50 |
- seed: 42
|
51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
52 |
-
- lr_scheduler_type:
|
53 |
- num_epochs: 5
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
-
| 1.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.2026
|
25 |
+
- Accuracy: 0.9524
|
26 |
+
- Precision: 0.9545
|
27 |
+
- Recall: 0.9524
|
28 |
+
- F1: 0.9529
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
49 |
- eval_batch_size: 16
|
50 |
- seed: 42
|
51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
52 |
+
- lr_scheduler_type: linear
|
53 |
- num_epochs: 5
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
+
| 1.0385 | 1.0 | 16 | 0.2928 | 0.9048 | 0.9188 | 0.9048 | 0.9057 |
|
60 |
+
| 0.1931 | 2.0 | 32 | 0.1816 | 0.9206 | 0.9284 | 0.9206 | 0.9222 |
|
61 |
+
| 0.0984 | 3.0 | 48 | 0.2056 | 0.9365 | 0.9384 | 0.9365 | 0.9370 |
|
62 |
+
| 0.0027 | 4.0 | 64 | 0.1988 | 0.9524 | 0.9545 | 0.9524 | 0.9529 |
|
63 |
+
| 0.0003 | 5.0 | 80 | 0.2026 | 0.9524 | 0.9545 | 0.9524 | 0.9529 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
logs/events.out.tfevents.1737587216.PC
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2801e0cb2d06a8925ee6512fa30a5094a5818d51a247af4f122bcea4b82cad3
|
3 |
+
size 10154
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 598445936
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8928fa4b3bc8174a16121b69e3f8520c8b259708b6b74f5278bb3102dc17b951
|
3 |
size 598445936
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52402d104128241244f4e925050ccba899b211e93129b870b453002cf8b40a34
|
3 |
size 5304
|