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.

Sign up or log in to comment