End of training
Browse files
README.md
CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [pdelobelle/robbert-v2-dutch-base](https://huggingface.co/pdelobelle/robbert-v2-dutch-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Precisions: 0.
|
23 |
-
- Recall: 0.
|
24 |
-
- F-measure: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -53,14 +53,14 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precisions | Recall | F-measure | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:------:|:---------:|:--------:|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
|
65 |
|
66 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [pdelobelle/robbert-v2-dutch-base](https://huggingface.co/pdelobelle/robbert-v2-dutch-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4559
|
22 |
+
- Precisions: 0.8283
|
23 |
+
- Recall: 0.8004
|
24 |
+
- F-measure: 0.8131
|
25 |
+
- Accuracy: 0.9159
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precisions | Recall | F-measure | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:------:|:---------:|:--------:|
|
56 |
+
| 0.2719 | 1.0 | 118 | 0.4068 | 0.8731 | 0.7017 | 0.7281 | 0.8921 |
|
57 |
+
| 0.2306 | 2.0 | 236 | 0.3380 | 0.7819 | 0.7690 | 0.7699 | 0.9017 |
|
58 |
+
| 0.1268 | 3.0 | 354 | 0.3740 | 0.7908 | 0.7845 | 0.7790 | 0.9060 |
|
59 |
+
| 0.0858 | 4.0 | 472 | 0.3834 | 0.7983 | 0.7651 | 0.7763 | 0.9092 |
|
60 |
+
| 0.0586 | 5.0 | 590 | 0.4200 | 0.8225 | 0.7933 | 0.8045 | 0.9094 |
|
61 |
+
| 0.0349 | 6.0 | 708 | 0.4474 | 0.8328 | 0.7926 | 0.8094 | 0.9107 |
|
62 |
+
| 0.0209 | 7.0 | 826 | 0.4559 | 0.8283 | 0.8004 | 0.8131 | 0.9159 |
|
63 |
+
| 0.013 | 8.0 | 944 | 0.4614 | 0.8175 | 0.8034 | 0.8097 | 0.9144 |
|
64 |
|
65 |
|
66 |
### Framework versions
|