SetFit/tweet_eval_stance_abortion
Viewer • Updated • 933 • 1.1k
Detects stance (favor / against / none) toward abortion in tweets.
Fine-tuned from distilbert-base-uncased on SetFit/tweet_eval_stance_abortion. 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/stance-abortion-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.