Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
---
|
2 |
license: gpl-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
## FacialMMT
|
@@ -10,7 +18,7 @@ The model performance on MELD test set is:
|
|
10 |
|
11 |
| Release | W-F1(%) |
|
12 |
|:-------------:|:--------------:|
|
13 |
-
| 07-10
|
14 |
|
15 |
It is currently ranked third on [paperswithcode](https://paperswithcode.com/sota/emotion-recognition-in-conversation-on-meld?p=a-facial-expression-aware-multimodal-multi).
|
16 |
|
|
|
1 |
---
|
2 |
license: gpl-3.0
|
3 |
+
tags:
|
4 |
+
- emotion
|
5 |
+
- emotion-recognition
|
6 |
+
- sentiment-analysis
|
7 |
+
- roberta
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
pipeline_tag: text-classification
|
11 |
---
|
12 |
|
13 |
## FacialMMT
|
|
|
18 |
|
19 |
| Release | W-F1(%) |
|
20 |
|:-------------:|:--------------:|
|
21 |
+
| 23-07-10 | 66.73 |
|
22 |
|
23 |
It is currently ranked third on [paperswithcode](https://paperswithcode.com/sota/emotion-recognition-in-conversation-on-meld?p=a-facial-expression-aware-multimodal-multi).
|
24 |
|