Update README.md
Browse files
README.md
CHANGED
@@ -44,6 +44,15 @@ It achieves the following results on the evaluation set:
|
|
44 |
|
45 |
distilbert is a variant of bert model(one of LLM models). This model with a classification head is used to classify the emotions of the input tweet.
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
## Training procedure
|
48 |
|
49 |
### Training hyperparameters
|
|
|
44 |
|
45 |
distilbert is a variant of bert model(one of LLM models). This model with a classification head is used to classify the emotions of the input tweet.
|
46 |
|
47 |
+
## Emotion Labels
|
48 |
+
|
49 |
+
- **label_0:** Sadness
|
50 |
+
- **label_1:** Joy
|
51 |
+
- **label_2:** Love
|
52 |
+
- **label_3:** Anger
|
53 |
+
- **label_4:** Fear
|
54 |
+
- **label_5:** Surprise
|
55 |
+
|
56 |
## Training procedure
|
57 |
|
58 |
### Training hyperparameters
|