Model save
Browse files- README.md +28 -16
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -19,17 +19,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [EuroBERT/EuroBERT-210m](https://huggingface.co/EuroBERT/EuroBERT-210m) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- F1: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- Confusion Matrix:
|
26 |
-
|
27 |
-
- High Precision: 0.
|
28 |
-
- High Recall: 0.
|
29 |
-
- High F1: 0.
|
30 |
-
- Low Precision: 0.
|
31 |
-
- Low Recall: 0.
|
32 |
-
- Low F1: 0.
|
33 |
|
34 |
## Model description
|
35 |
|
@@ -57,19 +57,31 @@ The following hyperparameters were used during training:
|
|
57 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
58 |
- lr_scheduler_type: linear
|
59 |
- lr_scheduler_warmup_ratio: 0.1
|
60 |
-
- num_epochs:
|
61 |
- mixed_precision_training: Native AMP
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | Confusion Matrix | High Precision | High Recall | High F1 | Low Precision | Low Recall | Low F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|:----------------:|:--------------:|:-----------:|:-------:|:-------------:|:----------:|:------:|
|
67 |
-
| No log | 1.0 | 5 | 0.
|
|
|
|
|
68 |
0 108 | 0.0 | 0.0 | 0.0 | 0.6067 | 1.0 | 0.7552 |
|
69 |
-
| 0.
|
|
|
|
|
70 |
0 108 | 0.0 | 0.0 | 0.0 | 0.6067 | 1.0 | 0.7552 |
|
71 |
-
| 0.
|
72 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [EuroBERT/EuroBERT-210m](https://huggingface.co/EuroBERT/EuroBERT-210m) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.5507
|
23 |
+
- F1: 0.7041
|
24 |
+
- Accuracy: 0.7079
|
25 |
+
- Confusion Matrix: 53 17
|
26 |
+
35 73
|
27 |
+
- High Precision: 0.6023
|
28 |
+
- High Recall: 0.7571
|
29 |
+
- High F1: 0.6709
|
30 |
+
- Low Precision: 0.8111
|
31 |
+
- Low Recall: 0.6759
|
32 |
+
- Low F1: 0.7374
|
33 |
|
34 |
## Model description
|
35 |
|
|
|
57 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
58 |
- lr_scheduler_type: linear
|
59 |
- lr_scheduler_warmup_ratio: 0.1
|
60 |
+
- num_epochs: 50
|
61 |
- mixed_precision_training: Native AMP
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | Confusion Matrix | High Precision | High Recall | High F1 | Low Precision | Low Recall | Low F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|:----------------:|:--------------:|:-----------:|:-------:|:-------------:|:----------:|:------:|
|
67 |
+
| No log | 1.0 | 5 | 0.7080 | 0.4341 | 0.4719 | 19 51
|
68 |
+
43 65 | 0.3065 | 0.2714 | 0.2879 | 0.5603 | 0.6019 | 0.5804 |
|
69 |
+
| 0.8946 | 2.0 | 10 | 0.8359 | 0.3776 | 0.6067 | 0 70
|
70 |
0 108 | 0.0 | 0.0 | 0.0 | 0.6067 | 1.0 | 0.7552 |
|
71 |
+
| 0.8946 | 3.0 | 15 | 0.6091 | 0.6435 | 0.6461 | 50 20
|
72 |
+
43 65 | 0.5376 | 0.7143 | 0.6135 | 0.7647 | 0.6019 | 0.6736 |
|
73 |
+
| 0.6111 | 4.0 | 20 | 0.7509 | 0.3776 | 0.6067 | 0 70
|
74 |
0 108 | 0.0 | 0.0 | 0.0 | 0.6067 | 1.0 | 0.7552 |
|
75 |
+
| 0.6111 | 5.0 | 25 | 0.7014 | 0.4200 | 0.6180 | 3 67
|
76 |
+
1 107 | 0.75 | 0.0429 | 0.0811 | 0.6149 | 0.9907 | 0.7589 |
|
77 |
+
| 0.5827 | 6.0 | 30 | 0.5507 | 0.7041 | 0.7079 | 53 17
|
78 |
+
35 73 | 0.6023 | 0.7571 | 0.6709 | 0.8111 | 0.6759 | 0.7374 |
|
79 |
+
| 0.5827 | 7.0 | 35 | 0.5907 | 0.6963 | 0.6966 | 59 11
|
80 |
+
43 65 | 0.5784 | 0.8429 | 0.6860 | 0.8553 | 0.6019 | 0.7065 |
|
81 |
+
| 0.3865 | 8.0 | 40 | 0.6183 | 0.6468 | 0.7079 | 26 44
|
82 |
+
8 100 | 0.7647 | 0.3714 | 0.5 | 0.6944 | 0.9259 | 0.7937 |
|
83 |
+
| 0.3865 | 9.0 | 45 | 1.1120 | 0.5645 | 0.6685 | 16 54
|
84 |
+
5 103 | 0.7619 | 0.2286 | 0.3516 | 0.6561 | 0.9537 | 0.7774 |
|
85 |
|
86 |
|
87 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 849445136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f8096e73f6416ce93d468a4e812432592e9cc04bc6f5494ee83bf8a8ea5b979
|
3 |
size 849445136
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bfef2f0bfb9b9447f2f0bacabfbf4a7cc1f73ddf435a8ec84dc46155e2c4e0a
|
3 |
size 5432
|