BERT IMDB Sentiment Classifier

Fine-tuned bert-base-uncased for binary sentiment classification on the IMDB movie reviews dataset.

Performance

Metric Score
Accuracy 0.934
F1 (pos) 0.934

Usage

```python from transformers import pipeline clf = pipeline("text-classification", model="your-username/bert-imdb-sentiment") clf("This movie was great!") ```

Training

Fine-tuned for 3 epochs, lr=2e-5, batch size 16, on a single GPU.

Downloads last month
57
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train adwikgupta/bert-imdb-sentiment