phanerozoic commited on
Commit
abacc7b
1 Parent(s): 69366ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ widget:
14
 
15
  # BERT-Sentiment-Classifier
16
 
17
- The BERT-Sentiment-Classifier is a sophisticated model based on the `bert-base-uncased` architecture. It has been fine-tuned specifically for binary sentiment classification using the IMDB movie reviews dataset, aiming to provide nuanced understanding of textual sentiments.
18
 
19
  - **Developed by**: phanerozoic
20
  - **Model type**: BertForSequenceClassification
 
14
 
15
  # BERT-Sentiment-Classifier
16
 
17
+ The BERT-Sentiment-Classifier is a sophisticated model based on the `bert-base-uncased` architecture. It has been fine-tuned specifically for binary sentiment classification (positive/negative) using the IMDB movie reviews dataset, aiming to provide nuanced understanding of textual sentiments.
18
 
19
  - **Developed by**: phanerozoic
20
  - **Model type**: BertForSequenceClassification