End of training
Browse files
README.md
CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -40,9 +40,9 @@ More information needed
|
|
40 |
### Training hyperparameters
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
-
- learning_rate:
|
44 |
-
- train_batch_size:
|
45 |
-
- eval_batch_size:
|
46 |
- seed: 42
|
47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
@@ -53,20 +53,25 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
|
56 |
-
| 1.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.6234
|
23 |
+
- Accuracy: 0.9414
|
24 |
+
- F1: 0.9411
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
40 |
### Training hyperparameters
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
+
- learning_rate: 8e-05
|
44 |
+
- train_batch_size: 192
|
45 |
+
- eval_batch_size: 192
|
46 |
- seed: 42
|
47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
|
56 |
+
| 1.7318 | 0.2591 | 100 | 0.8266 | 0.6828 | 0.7221 |
|
57 |
+
| 0.8015 | 0.5181 | 200 | 0.5297 | 0.8188 | 0.8271 |
|
58 |
+
| 0.6969 | 0.7772 | 300 | 0.4705 | 0.8342 | 0.8482 |
|
59 |
+
| 0.5794 | 1.0363 | 400 | 0.4594 | 0.8686 | 0.8714 |
|
60 |
+
| 0.4761 | 1.2953 | 500 | 0.4386 | 0.8736 | 0.8777 |
|
61 |
+
| 0.4406 | 1.5544 | 600 | 0.4049 | 0.8858 | 0.8874 |
|
62 |
+
| 0.4279 | 1.8135 | 700 | 0.4328 | 0.8955 | 0.8965 |
|
63 |
+
| 0.4206 | 2.0725 | 800 | 0.4511 | 0.9006 | 0.9011 |
|
64 |
+
| 0.2375 | 2.3316 | 900 | 0.4064 | 0.9018 | 0.9034 |
|
65 |
+
| 0.1855 | 2.5907 | 1000 | 0.4421 | 0.9099 | 0.9109 |
|
66 |
+
| 0.1951 | 2.8497 | 1100 | 0.3979 | 0.9140 | 0.9150 |
|
67 |
+
| 0.1464 | 3.1088 | 1200 | 0.5462 | 0.9253 | 0.9253 |
|
68 |
+
| 0.0533 | 3.3679 | 1300 | 0.5703 | 0.9313 | 0.9314 |
|
69 |
+
| 0.0508 | 3.6269 | 1400 | 0.5185 | 0.9343 | 0.9342 |
|
70 |
+
| 0.0488 | 3.8860 | 1500 | 0.5403 | 0.9378 | 0.9375 |
|
71 |
+
| 0.0268 | 4.1451 | 1600 | 0.5958 | 0.9399 | 0.9396 |
|
72 |
+
| 0.007 | 4.4041 | 1700 | 0.5955 | 0.9379 | 0.9377 |
|
73 |
+
| 0.0052 | 4.6632 | 1800 | 0.6330 | 0.9400 | 0.9397 |
|
74 |
+
| 0.0049 | 4.9223 | 1900 | 0.6234 | 0.9414 | 0.9411 |
|
75 |
|
76 |
|
77 |
### Framework versions
|