asahi417's picture
commit files to HF hub
c5fcde2
---
widget:
- text: "Eid Mubarak Everyone!!! ❤ May Allah unite all Muslims, show us the right path, and bless us with good health.❣"
example_title: example 1
- text: "@TarekFatah WE ARE PROUD OF YOU SARFARAZ FOR STICKING TO OUR TRADITIONAL ATTIRE WHILE REPRESENTING US GLOBALLY MORE POWER TO YOU🙌🙌 #PakistanZindabad 🇵🇰❤️ {URL}"
example_title: example 2
- text: "Look at this fucking pussy {URL}"
example_title: example 3
---
# cardiffnlp/flan-t5-small-tweet-hate
This is [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) fine-tuned on [cardiffnlp/super_tweeteval (tweet_hate)](https://huggingface.co/datasets/cardiffnlp/super_tweeteval).
### Usage
```python
from transformers import pipeline
pipe = pipeline('text2text-generation', model="cardiffnlp/flan-t5-small-tweet-hate")
output = pipe("Eid Mubarak Everyone!!! ❤ May Allah unite all Muslims, show us the right path, and bless us with good health.❣")
```