File size: 718 Bytes
2bff69e 079bd71 2bff69e 079bd71 6d54fd4 32fa71c 079bd71 32fa71c 6777a2f 32fa71c 6777a2f |
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 |
---
datasets:
- GroNLP/dutch-cola
language:
- nl
tags:
- generated from trainer
metrics:
- accuracy
base-model: yhavinga/gpt2-medium-dutch
---
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
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).
It achieves the following results on the evaluation set:
- Accuracy: 0.7992
## Training Details
#### Training Hyperparameters
The following hyperparameters were used during training:
- learning rate: 4e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- num_epochs=2
- FP16=True |