cardiffnlp/flan-t5-base-tweet-sentiment

This is google/flan-t5-base fine-tuned on cardiffnlp/super_tweeteval (tweet_sentiment).

Usage

from transformers import pipeline

pipe = pipeline('text2text-generation', model="cardiffnlp/flan-t5-base-tweet-sentiment")
output = pipe("context: Thanks to @user I just may be switching over to @user, target: @microsoft")