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 |
|
@@ -41,7 +41,7 @@ More information needed
|
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
-
- learning_rate: 5e-05
|
45 |
- train_batch_size: 4
|
46 |
- eval_batch_size: 4
|
47 |
- seed: 42
|
@@ -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 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
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.6518
|
22 |
+
- Precisions: 0.8163
|
23 |
+
- Recall: 0.7936
|
24 |
+
- F-measure: 0.8017
|
25 |
+
- Accuracy: 0.9116
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
+
- learning_rate: 2.5e-05
|
45 |
- train_batch_size: 4
|
46 |
- eval_batch_size: 4
|
47 |
- seed: 42
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precisions | Recall | F-measure | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:----------:|:------:|:---------:|:--------:|
|
56 |
+
| 0.62 | 1.0 | 942 | 0.4300 | 0.8644 | 0.6922 | 0.7030 | 0.8830 |
|
57 |
+
| 0.3475 | 2.0 | 1884 | 0.4044 | 0.8222 | 0.7322 | 0.7464 | 0.8970 |
|
58 |
+
| 0.2227 | 3.0 | 2826 | 0.4658 | 0.7715 | 0.7573 | 0.7476 | 0.9070 |
|
59 |
+
| 0.1488 | 4.0 | 3768 | 0.5292 | 0.8193 | 0.7461 | 0.7655 | 0.9045 |
|
60 |
+
| 0.0983 | 5.0 | 4710 | 0.5855 | 0.7938 | 0.7749 | 0.7829 | 0.9049 |
|
61 |
+
| 0.0652 | 6.0 | 5652 | 0.6155 | 0.8170 | 0.7826 | 0.7976 | 0.9100 |
|
62 |
+
| 0.0419 | 7.0 | 6594 | 0.6306 | 0.8072 | 0.7929 | 0.7971 | 0.9123 |
|
63 |
+
| 0.032 | 8.0 | 7536 | 0.6518 | 0.8163 | 0.7936 | 0.8017 | 0.9116 |
|
64 |
|
65 |
|
66 |
### Framework versions
|