Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,7 @@ language:
|
|
4 |
base_model:
|
5 |
- distilbert/distilroberta-base
|
6 |
pipeline_tag: text-classification
|
|
|
7 |
---
|
8 |
|
9 |
DistilRoBERTa finetuned for Emotion Recognition Task.
|
@@ -58,4 +59,4 @@ weight_decay: 0.02
|
|
58 |
weighted avg 0.9002 0.9006 0.8991 29439
|
59 |
```
|
60 |
|
61 |
-
*Sneak Peak*: To be used as a part of a larger multimodal emotion recognition framework. (Late Fusion, Early Fusion and RL based approach 😱)
|
|
|
4 |
base_model:
|
5 |
- distilbert/distilroberta-base
|
6 |
pipeline_tag: text-classification
|
7 |
+
library_name: transformers
|
8 |
---
|
9 |
|
10 |
DistilRoBERTa finetuned for Emotion Recognition Task.
|
|
|
59 |
weighted avg 0.9002 0.9006 0.8991 29439
|
60 |
```
|
61 |
|
62 |
+
*Sneak Peak*: To be used as a part of a larger multimodal emotion recognition framework. (Late Fusion, Early Fusion and RL based approach 😱)
|