Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- google-bert/bert-base-uncased
|
7 |
+
pipeline_tag: text-classification
|
8 |
+
tags:
|
9 |
+
- Text_based_emotion_classification
|
10 |
+
---
|
11 |
+
|
12 |
+
# BERT-based-Emotion-Classification
|
13 |
+
- BERT-based Emotion Classification.
|
14 |
+
- A custom Pytorch model which uses BERT for multiclass emotion classification.
|
15 |
+
- There are 8 different classes. Labels: `anxiety`, `bipolar`, `depression`, `fear`, `grateful`, `happy`, `sad`, `stress`
|
16 |
+
- Version 1: Achieved an accuracy of 88%
|
17 |
+
|
18 |
+
### Model Huggingface Repo
|
19 |
+
- BERT-based-Emotion-Classification-v1: https://huggingface.co/dkp2701/BERT-based-Multiclass-Emotion-Classification
|
20 |
+
|
21 |
+
### Dataset
|
22 |
+
- https://www.kaggle.com/datasets/deepakprajapati07/emotion-detection/data
|