RinInori commited on
Commit
6cc4d2a
1 Parent(s): b50123f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -9,9 +9,9 @@ task_ids:
9
  - sentiment-classification
10
  ---
11
 
12
- # BERT-base-uncased Fine-tuned for Sentiment Analysis
13
 
14
- This model is a fine-tuned version of the `bert-base-uncased` 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
 
 
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