ChrisLalk commited on
Commit
0820c68
1 Parent(s): 9f26b21

Update README.md

Browse files

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

Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -12,4 +12,8 @@ pipeline_tag: text-classification
12
  tags:
13
  - medical
14
  ---
15
- null
 
 
 
 
 
12
  tags:
13
  - medical
14
  ---
15
+ 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.
16
+ *Hyperparameters*
17
+ Epochs: 10
18
+ learning_rate: 1e-5
19
+ weight_decay: 0.01