Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- GroNLP/dutch-cola
|
4 |
+
language:
|
5 |
+
- nl
|
6 |
+
tags:
|
7 |
+
- generated from trainer
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
bass-model: pdelobelle/robbert-v2-dutch-base
|
11 |
+
---
|
12 |
+
# Model Card for Model ID
|
13 |
+
|
14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
15 |
+
This model is a fine-tuned version of [pdelobelle/robbert-v2-dutch-base](https://huggingface.co/pdelobelle/robbert-v2-dutch-base) on [GroNLP/dutch-cola](https://huggingface.co/datasets/GroNLP/dutch-cola).
|
16 |
+
It achieves the following results on the evaluation set:
|
17 |
+
|
18 |
+
- Loss: 0.5884
|
19 |
+
- Accuracy: 0.78
|
20 |
+
|
21 |
+
|
22 |
+
#### Training Hyperparameters
|
23 |
+
|
24 |
+
The following hyperparameters were used during training:
|
25 |
+
|
26 |
+
- learning rate: 2e-05
|
27 |
+
- train_batch_size: 16
|
28 |
+
- eval_batch_size: 16
|
29 |
+
- seed: 42
|
30 |
+
- num_epochs=3
|
31 |
+
|
32 |
+
|
33 |
+
### Training results
|
34 |
+
|
35 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
36 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
37 |
+
| 0.5359 | 1.0 | 1244 | 0.6437 | 0.7196 |
|
38 |
+
| 0.3556 | 2.0 | 2488 | 0.5884 | 0.78 |
|
39 |
+
| 0.2545 | 3.0 | 3732 | 0.7075 | 0.7796 |
|