NikolajMunch
commited on
Commit
•
a418cc2
1
Parent(s):
1cdca45
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## BERT-model for danish multi-class classification of emotions
|
2 |
+
|
3 |
+
Classifies a danish sentence into 6 different emotions:
|
4 |
+
|
5 |
+
😞 **Foragt**
|
6 |
+
|
7 |
+
😨 **Frygt**
|
8 |
+
|
9 |
+
😄 **Glæde**
|
10 |
+
|
11 |
+
😱 **Overraskelse**
|
12 |
+
|
13 |
+
😢 **Tristhed**
|
14 |
+
|
15 |
+
😠 **Vrede**
|
16 |
+
|
17 |
+
|
18 |
+
# Model performance
|
19 |
+
|
20 |
+
**Accuracy** : 81.48
|
21 |
+
|
22 |
+
**F1 Score** : 81.48
|
23 |
+
|
24 |
+
*(tested on 3949 labelled sentences)*
|
25 |
+
|
26 |
+
# Training data
|
27 |
+
|
28 |
+
- TBA
|
29 |
+
|
30 |
+
(this page will be updated soon, with more information on the model and training data)
|
31 |
+
|
32 |
+
|
33 |
+
|