WideMan commited on
Commit
c82d1eb
1 Parent(s): 3a9b8d8

Update README.md

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