Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
|
2 |
# emotion-classification-model
|
3 |
|
4 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the [dair-ai/emotion dataset](https://huggingface.co/datasets/dair-ai/emotion). It is designed to classify text into
|
5 |
|
6 |
It achieves the following results:
|
7 |
- **Validation Accuracy:** 94.25%
|
|
|
1 |
|
2 |
# emotion-classification-model
|
3 |
|
4 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the [dair-ai/emotion dataset](https://huggingface.co/datasets/dair-ai/emotion). It is designed to classify text into the following emotional categories: sadness (0), joy (1), love (2), anger (3), fear (4), surprise (5).
|
5 |
|
6 |
It achieves the following results:
|
7 |
- **Validation Accuracy:** 94.25%
|