SetFit/sst5
Viewer • Updated • 11.9k • 13.8k • 21
Sentiment on a 5-level scale from very negative to very positive.
Fine-tuned from distilbert-base-uncased on SetFit/sst5. Built, trained and published end-to-end via the Aurora Research Portal by islamamro on an NVIDIA RTX 3090.
from transformers import pipeline
clf = pipeline("text-classification", model="Islamamro/sst5-sentiment-aurora-islamamro")
clf("your text here")
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.