Just published my first fine-tuned BERT Sentiment Classifier on IMDB dataset!
#1
by
Vageesh123
- opened
Hey everyone! π
I just completed my first end-to-end NLP project and published a fine-tuned BERT model for binary Sentiment Analysis trained on the IMDB movie reviews dataset.
π Model: Vageesh123/bert-imdb-sentiment
What this model does:
It takes a movie review as input.
Outputs whether the sentiment is Positive or Negative.
It is fine-tuned from bert-base-uncased on 2000 IMDB samples.
Available to use via π€ Inference API and Python pipeline.