Edit model card

cardiffnlp/flan-t5-base-tweet-hate

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

Usage

from transformers import pipeline

pipe = pipeline('text2text-generation', model="cardiffnlp/flan-t5-base-tweet-hate")
output = pipe("Eid Mubarak Everyone!!! ❤ May Allah unite all Muslims, show us the right path, and bless us with good health.❣")
Downloads last month
8
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.