denizspynk
commited on
Commit
•
08191ac
1
Parent(s):
09eb4fe
update model card README.md
Browse files
README.md
CHANGED
@@ -17,10 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
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.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
-
- F1: 0.
|
23 |
-
- Recall: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -51,10 +51,10 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
17 |
|
18 |
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.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7485
|
21 |
+
- Accuracy: 0.8458
|
22 |
+
- F1: 0.8442
|
23 |
+
- Recall: 0.7474
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|
|
54 |
+
| 0.5268 | 1.0 | 36 | 0.5424 | 0.8063 | 0.8057 | 0.7263 |
|
55 |
+
| 0.318 | 2.0 | 72 | 0.4688 | 0.8182 | 0.8182 | 0.7579 |
|
56 |
+
| 0.1244 | 3.0 | 108 | 0.6019 | 0.8379 | 0.8366 | 0.7474 |
|
57 |
+
| 0.0308 | 4.0 | 144 | 0.7485 | 0.8458 | 0.8442 | 0.7474 |
|
58 |
|
59 |
|
60 |
### Framework versions
|