IMDb Sentiment Classifier

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

Test accuracy: 0.8640
Training samples: 2000
Author: JAI AADHAVAN V (MRSOK07)

Usage

from transformers import pipeline
clf = pipeline("text-classification", model="MRSOK07/imdb-distilbert-sentiment")
clf("This movie was absolutely amazing!")

Training config

Parameter Value
Base model distilbert-base-uncased
Epochs 3
Learning rate 2e-5
Batch size 16
Max length 256
Downloads last month
4
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 MRSOK07/imdb-distilbert-sentiment