Movie Sentiment (SST-2) - Aurora - islamamro

Positive vs negative sentiment of movie review sentences.

Fine-tuned from distilbert-base-uncased on SetFit/sst2. Built, trained and published end-to-end via the Aurora Research Portal by islamamro on an NVIDIA RTX 3090.

  • Task: text classification (2 classes)
  • Held-out accuracy: 0.83

Use it

from transformers import pipeline
clf = pipeline("text-classification", model="Islamamro/sst2-sentiment-aurora-islamamro")
clf("your text here")

Note

Trained on a 1,400-example demo subset - a proof of the Aurora build->train->publish pipeline, not a production model. Fine-tune on full data for real use.

Downloads last month
-
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 Islamamro/sst2-sentiment-aurora-islamamro