Update README.md
Browse files
README.md
CHANGED
@@ -9,9 +9,9 @@ task_ids:
|
|
9 |
- sentiment-classification
|
10 |
---
|
11 |
|
12 |
-
# BERT
|
13 |
|
14 |
-
This model is a fine-tuned version of the `
|
15 |
It is trained on a dataset of texts with six different emotions: anger, fear, joy, love, sadness, and surprise.
|
16 |
The model was trained and tested on a labeled dataset from [Kaggle](https://www.kaggle.com/datasets/praveengovi/emotions-dataset-for-nlp).
|
17 |
|
|
|
9 |
- sentiment-classification
|
10 |
---
|
11 |
|
12 |
+
# BERT ForSequenceClassification Fine-tuned for Sentiment Analysis
|
13 |
|
14 |
+
This model is a fine-tuned version of the `BERT ForSequenceClassification` model for sentiment analysis.
|
15 |
It is trained on a dataset of texts with six different emotions: anger, fear, joy, love, sadness, and surprise.
|
16 |
The model was trained and tested on a labeled dataset from [Kaggle](https://www.kaggle.com/datasets/praveengovi/emotions-dataset-for-nlp).
|
17 |
|