WideMan commited on
Commit
d536965
·
verified ·
1 Parent(s): a87f7c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -3
README.md CHANGED
@@ -1,3 +1,47 @@
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/gpt2-small-dutch](https://huggingface.co/GroNLP/gpt2-small-dutch) 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.5926
18
+ - Accuracy: 0.7008
19
+
20
+
21
+ ## Training Details
22
+
23
+
24
+ #### Training Hyperparameters
25
+
26
+ The following hyperparameters were used during training:
27
+
28
+ - learning rate: 4e-05
29
+ - train_batch_size: 16
30
+ - eval_batch_size: 16
31
+ - seed: 42
32
+ - optimizer: AdamW with lr=4e-05, weight_decay=0.01, betas=(o.9, 0.999) and epsilon=1e-08
33
+ - num_epochs=3
34
+ - fp16=True
35
+ - gradient_acc_step=1
36
+
37
+
38
+
39
+ ## Evaluation
40
+
41
+ ### Training results
42
+
43
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
44
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
45
+ | 0.6750 | 1.0 | 1244 | 0.8253 | 0.5688 |
46
+ | 0.5174 | 2.0 | 2488 | 0.5926 | 0.7008 |
47
+ | 0.4073 | 3.0 | 3732 | 0.6904 | 0.7004 |