Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,13 @@ datasets:
|
|
5 |
language:
|
6 |
- en
|
7 |
library_name: transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# π Emotion-X: Fine-tuned DeBERTa-Xlarge Based Emotion Detection π
|
@@ -78,9 +85,6 @@ print("Detected Emotion:", emotion)
|
|
78 |
- π’ Sadness
|
79 |
- π² Surprise
|
80 |
|
81 |
-
## π License
|
82 |
-
|
83 |
-
This model is licensed under the [MIT License](LICENSE).
|
84 |
|
85 |
## π Model Card Data
|
86 |
|
@@ -95,6 +99,6 @@ This model is licensed under the [MIT License](LICENSE).
|
|
95 |
| Best Model Accuracy | 94.6% |
|
96 |
|
97 |
|
98 |
-
##
|
99 |
|
100 |
-
|
|
|
5 |
language:
|
6 |
- en
|
7 |
library_name: transformers
|
8 |
+
widget:
|
9 |
+
- text: I am so happy with the results!
|
10 |
+
- text: I am so pissed with the results!
|
11 |
+
tags:
|
12 |
+
- debarta
|
13 |
+
- debarta-xlarge
|
14 |
+
- emotions-classifier
|
15 |
---
|
16 |
|
17 |
# π Emotion-X: Fine-tuned DeBERTa-Xlarge Based Emotion Detection π
|
|
|
85 |
- π’ Sadness
|
86 |
- π² Surprise
|
87 |
|
|
|
|
|
|
|
88 |
|
89 |
## π Model Card Data
|
90 |
|
|
|
99 |
| Best Model Accuracy | 94.6% |
|
100 |
|
101 |
|
102 |
+
## π License
|
103 |
|
104 |
+
This model is licensed under the [MIT License](LICENSE).
|