Edit model card

cardiffnlp/flan-t5-base-tweet-intimacy

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

Usage

from transformers import pipeline

pipe = pipeline('text2text-generation', model="cardiffnlp/flan-t5-base-tweet-intimacy")
output = pipe("score intimacy: @user Wait that’s not a thing already under the Trump admin?")
Downloads last month
53