WideMan commited on
Commit
079bd71
1 Parent(s): 665788d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -3,15 +3,15 @@ datasets:
3
  - GroNLP/dutch-cola
4
  language:
5
  - nl
 
 
6
  metrics:
7
- - name: accuracy
8
- value:
9
- pipeline_tag: text-classification
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 (https://huggingface.co/yhavinga/gpt2-medium-dutch) on (https://huggingface.co/datasets/GroNLP/dutch-cola).
15
  It achieves the following results on the evaluation set:
16
 
17
  - Loss: 0.519
@@ -40,4 +40,8 @@ The following hyperparameters were used during training:
40
 
41
  ### Training results
42
 
43
-
 
 
 
 
 
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 [yhavinga/gpt2-medium-dutch](https://huggingface.co/yhavinga/gpt2-medium-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.519
 
40
 
41
  ### Training results
42
 
43
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
44
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
45
+ | 0.5648 | 1.0 | 1244 | 0.5695 | 0.7192 |
46
+ | 0.3399 | 2.0 | 2488 | 0.5190 | 0.7613 |
47
+ | 0.1779 | 3.0 | 3732 | 0.7269 | 0.7625 |