Edit model card

cardiffnlp/flan-t5-base-tweet-topic

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

Usage

from transformers import pipeline

pipe = pipeline('text2text-generation', model="cardiffnlp/flan-t5-base-tweet-topic")
output = pipe("The @Clinton_LumberKings beat the @Cedar_Rapids_Kernels 4-0 in Game 1 of the Western Division finals. Evan Edwards hit a 2-run HR. WP Josh Roberson: 5 IP, 3 H, 0 R, 0 BB, 10 K #MWLplayoffs #MWLscoreboard")
Downloads last month
2