cardiffnlp/flan-t5-small-tweet-emotion
This is google/flan-t5-small fine-tuned on cardiffnlp/super_tweeteval (tweet_emotion).
Usage
from transformers import pipeline
pipe = pipeline('text2text-generation', model="cardiffnlp/flan-t5-small-tweet-emotion")
output = pipe("Whatever you decide to do make sure it makes you #happy.")