File size: 1,050 Bytes
1740e4c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
datasets:
- GroNLP/dutch-cola
language:
- nl
tags:
- generated from trainer
metrics:
- accuracy
bass-model: pdelobelle/robbert-v2-dutch-base
---
# Model Card for Model ID

<!-- Provide a quick summary of what the model is/does. -->
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).
It achieves the following results on the evaluation set:

- Loss: 0.5884
- Accuracy: 0.78


#### Training Hyperparameters

The following hyperparameters were used during training:

- learning rate: 2e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- num_epochs=3


### Training results

| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
| 0.5359        | 1.0   | 1244 | 0.6437          | 0.7196   |
| 0.3556        | 2.0   | 2488 | 0.5884          | 0.78     |
| 0.2545        | 3.0   | 3732 | 0.7075          | 0.7796   |