michellejieli
commited on
Commit
β’
2181289
1
Parent(s):
df9a8b5
Update README.md
Browse files
README.md
CHANGED
@@ -8,19 +8,19 @@ tags:
|
|
8 |
- reddit
|
9 |
|
10 |
widget:
|
11 |
-
- text: "Oh
|
12 |
-
- text: "
|
13 |
-
- text: "
|
14 |
|
15 |
---
|
16 |
|
17 |
-
# Fine-tuned DistilRoBERTa-base for Emotion Classification
|
18 |
|
19 |
# Model Description
|
20 |
|
21 |
-
DistilRoBERTa-base is a transformers model, which is pre-trained on the Friends show to classify emotions from text. It predicts 6 Ekman emotions and a neutral class. These emotions include anger
|
22 |
|
23 |
-
The model is a fine-tuned
|
24 |
|
25 |
# How to Use
|
26 |
|
|
|
8 |
- reddit
|
9 |
|
10 |
widget:
|
11 |
+
- text: "Oh my God, heΒs lost it. HeΒs totally lost it."
|
12 |
+
- text: "What?"
|
13 |
+
- text: "Aww, man, that sucks!"
|
14 |
|
15 |
---
|
16 |
|
17 |
+
# Fine-tuned DistilRoBERTa-base for Emotion Classification π€¬π€’ππππ²
|
18 |
|
19 |
# Model Description
|
20 |
|
21 |
+
DistilRoBERTa-base is a transformers model, which is pre-trained on the Friends show to classify emotions from text data. It predicts 6 Ekman emotions and a neutral class. These emotions include anger, disgust, fear, joy, neutral, sadness, and surprise.
|
22 |
|
23 |
+
The model is a fine-tuned version of [Emotion English DistilRoBERTa-base](https://huggingface.co/j-hartmann/emotion-english-distilroberta-base/) and [DistilRoBERTa-base](https://huggingface.co/j-hartmann/emotion-english-distilroberta-base).
|
24 |
|
25 |
# How to Use
|
26 |
|