ChrisLalk commited on
Commit
c81b7ea
1 Parent(s): 54409c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,20 +1,20 @@
1
  ---
2
  license: apache-2.0
3
  datasets: google-research-datasets/go_emotions
4
- base_model: intfloat/multilingual-e5-large
5
  language:
6
  - de
7
  metrics:
8
- - roc_auc value: 0.658
9
- - f1: 0.382
10
- - accuracy: 0.27
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
- intfloat/multilingual-e5-large 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,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: 1e-5
40
  - weight_decay: 0.01
41
  - **Metrics:**
42
- - accuracy: 0.27
43
- - f1: 0.382
44
- - roc_auc: 0.658
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