Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
datasets: google-research-datasets/go_emotions
|
4 |
-
base_model:
|
5 |
language:
|
6 |
- de
|
7 |
metrics:
|
8 |
-
-
|
9 |
-
-
|
10 |
-
-
|
11 |
pipeline_tag: text-classification
|
12 |
tags:
|
13 |
- medical
|
14 |
model_description: >-
|
15 |
This is basically the German translation of arpanghoshal/EmoRoBERTa. We used
|
16 |
the go_emotions dataset, translated it into German and fine-tuned the
|
17 |
-
|
18 |
of 28 emotions in German Transcripts ('admiration', 'amusement', 'anger',
|
19 |
'annoyance', 'approval', 'caring', 'confusion', 'curiosity', 'desire',
|
20 |
'disappointment', 'disapproval', 'disgust', 'embarrassment', 'excitement',
|
@@ -36,12 +36,12 @@ This is basically the German translation of arpanghoshal/EmoRoBERTa. We used the
|
|
36 |
- **Finetuned from model:** intfloat/multilingual-e5-large
|
37 |
- **Hyperparameters:**
|
38 |
- Epochs: 10
|
39 |
-
- learning_rate:
|
40 |
- weight_decay: 0.01
|
41 |
- **Metrics:**
|
42 |
-
- accuracy: 0.
|
43 |
-
- f1: 0.
|
44 |
-
-
|
45 |
---
|
46 |
|
47 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
datasets: google-research-datasets/go_emotions
|
4 |
+
base_model: FacebookAI/xlm-roberta-base
|
5 |
language:
|
6 |
- de
|
7 |
metrics:
|
8 |
+
- f1_macro: 0.45
|
9 |
+
- accuracy: 0.41
|
10 |
+
- kappa: 0.42
|
11 |
pipeline_tag: text-classification
|
12 |
tags:
|
13 |
- medical
|
14 |
model_description: >-
|
15 |
This is basically the German translation of arpanghoshal/EmoRoBERTa. We used
|
16 |
the go_emotions dataset, translated it into German and fine-tuned the
|
17 |
+
FacebookAI/xlm-roberta-base model. So this model allows the classification
|
18 |
of 28 emotions in German Transcripts ('admiration', 'amusement', 'anger',
|
19 |
'annoyance', 'approval', 'caring', 'confusion', 'curiosity', 'desire',
|
20 |
'disappointment', 'disapproval', 'disgust', 'embarrassment', 'excitement',
|
|
|
36 |
- **Finetuned from model:** intfloat/multilingual-e5-large
|
37 |
- **Hyperparameters:**
|
38 |
- Epochs: 10
|
39 |
+
- learning_rate: 3e-5
|
40 |
- weight_decay: 0.01
|
41 |
- **Metrics:**
|
42 |
+
- accuracy: 0.41
|
43 |
+
- f1: 0.45
|
44 |
+
- kappa: 0.42
|
45 |
---
|
46 |
|
47 |
|