πŸ† DistilBERT IMDB Sentiment Classifier

This is a fine-tuned DistilBERT model for sentiment analysis on the IMDB dataset.
It classifies reviews into Positive or Negative sentiments.

πŸ“– Model Details

  • Base Model: distilbert-base-uncased
  • Dataset: IMDB Reviews
  • Fine-Tuning Epochs: 3
  • Batch Size: 16
  • Evaluation Loss: 0.291

πŸš€ Usage

from transformers import pipeline

classifier = pipeline("sentiment-analysis", model="vj/distilbert-imdb-sentiment")

result = classifier("The movie was absolutely fantastic!")
print(result)  # [{'label': 'POSITIVE', 'score': 0.98}]
Downloads last month
6
Safetensors
Model size
67M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support