Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
39 |
# Distilbert-finetuned-emotion
|
40 |
|
41 |
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.
|
42 |
-
This model is a fine-tuned version of
|
43 |
It achieves the following results on the evaluation set:
|
44 |
- Loss: 0.2195
|
45 |
- Accuracy: 0.9235
|
|
|
39 |
# Distilbert-finetuned-emotion
|
40 |
|
41 |
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.
|
42 |
+
This model is a fine-tuned version of distilbert-base-uncased on the emotion dataset.
|
43 |
It achieves the following results on the evaluation set:
|
44 |
- Loss: 0.2195
|
45 |
- Accuracy: 0.9235
|