File size: 490 Bytes
9f26b21 0820c68 fb09b7a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
license: apache-2.0
datasets:
- google-research-datasets/go_emotions
language:
- de
metrics:
- accuracy value: 0.27
- f1 value: 0.382
- roc_auc value: 0.658
pipeline_tag: text-classification
tags:
- medical
---
This is basically the German translation of arpanghoshal/EmoRoBERTa. We used the go_emotions dataset, translated it into German and fine-tuned the intfloat/multilingual-e5-large model.
**Hyperparameters**
- Epochs: 10
- learning_rate: 1e-5
- weight_decay: 0.01
|