SetFit/emotion
Viewer • Updated • 20k • 5.53k • 30
Classifies short text into emotions (joy, sadness, anger, fear, love, surprise).
Fine-tuned from distilbert-base-uncased on SetFit/emotion. 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/emotion-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.