stanfordnlp/imdb
Viewer • Updated • 100k • 176k • 472
Fine-tuned distilbert-base-uncased on IMDb for binary sentiment.
Test accuracy: 0.8640
Training samples: 2000
Author: JAI AADHAVAN V (MRSOK07)
from transformers import pipeline
clf = pipeline("text-classification", model="MRSOK07/imdb-distilbert-sentiment")
clf("This movie was absolutely amazing!")
| Parameter | Value |
|---|---|
| Base model | distilbert-base-uncased |
| Epochs | 3 |
| Learning rate | 2e-5 |
| Batch size | 16 |
| Max length | 256 |