update model card README.md
Browse files
README.md
CHANGED
@@ -18,12 +18,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [GroNLP/bert-base-dutch-cased](https://huggingface.co/GroNLP/bert-base-dutch-cased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- Recall: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Mse: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -43,8 +43,8 @@ More information needed
|
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
- learning_rate: 5e-05
|
46 |
-
- train_batch_size:
|
47 |
-
- eval_batch_size:
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
@@ -52,11 +52,11 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch | Step
|
56 |
-
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [GroNLP/bert-base-dutch-cased](https://huggingface.co/GroNLP/bert-base-dutch-cased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0637
|
22 |
+
- Accuracy: 0.9836
|
23 |
+
- Recall: 0.5486
|
24 |
+
- Precision: 0.7914
|
25 |
+
- F1: 0.6480
|
26 |
+
- Mse: 0.0164
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
- learning_rate: 5e-05
|
46 |
+
- train_batch_size: 32
|
47 |
+
- eval_batch_size: 128
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Recall | Precision | F1 | Mse |
|
56 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|:---------:|:------:|:------:|
|
57 |
+
| 0.1043 | 1.0 | 3647 | 0.0961 | 0.9792 | 0.3566 | 0.7606 | 0.4856 | 0.0208 |
|
58 |
+
| 0.0799 | 2.0 | 7294 | 0.0797 | 0.9803 | 0.4364 | 0.7415 | 0.5495 | 0.0197 |
|
59 |
+
| 0.0589 | 3.0 | 10941 | 0.0637 | 0.9836 | 0.5486 | 0.7914 | 0.6480 | 0.0164 |
|
60 |
|
61 |
|
62 |
### Framework versions
|