File size: 971 Bytes
c5fcde2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
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.❣")
```
|