Edit model card

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")
Downloads last month
5
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.