cardiffnlp/flan-t5-small-tweet-sentiment
This is google/flan-t5-small fine-tuned on cardiffnlp/super_tweeteval (tweet_sentiment).
Usage
from transformers import pipeline
pipe = pipeline('text2text-generation', model="cardiffnlp/flan-t5-small-tweet-sentiment")
output = pipe("context: Thanks to @user I just may be switching over to @user, target: @microsoft")