DistilBERT IMDb Sentiment Classifier

Fine-tuned distilbert-base-uncased on the IMDb dataset for binary sentiment classification.

Usage

from transformers import pipeline

pipe = pipeline("text-classification", model="zeddy67/distilbert-imdb-sentiment")
print(pipe("This movie was absolutely fantastic!"))

Training

  • Base model: distilbert-base-uncased
  • Dataset: IMDb (25k train / 25k test)
  • Epochs: 3
  • Learning rate: 2e-5
Downloads last month
3
Safetensors
Model size
67M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train Zeddy67/distilbert-imdb-sentiment

Space using Zeddy67/distilbert-imdb-sentiment 1