File size: 1,316 Bytes
3b5e6f2 f30b4b4 3b5e6f2 f30b4b4 3b5e6f2 f30b4b4 3b5e6f2 f30b4b4 3b5e6f2 |
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: "context: dbh the worst game of all time its awful its terrible i hate it i never even wanted to play it i hope connor jumps off a cliff really, definition: 2018 adventure video game developed by Quantic Dream, target: dbh"
example_title: example 1
- text: "context: dbh the worst game of all time its awful its terrible i hate it i never even wanted to play it i hope connor jumps off a cliff really, definition: King of Axum, target: dbh"
example_title: example 2
- text: "context: 10β | 0-0 | Good start, Patronato dangerous on the counter though #VamosBoca π¦π¨π¦, definition: Argentinan Football Club, target: Patronato"
example_title: example 3
---
# cardiffnlp/flan-t5-small-tweet-nerd
This is [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) fine-tuned on [cardiffnlp/super_tweeteval (tweet_nerd)](https://huggingface.co/datasets/cardiffnlp/super_tweeteval).
### Usage
```python
from transformers import pipeline
pipe = pipeline('text2text-generation', model="cardiffnlp/flan-t5-small-tweet-nerd")
output = pipe("context: dbh the worst game of all time its awful its terrible i hate it i never even wanted to play it i hope connor jumps off a cliff really, definition: 2018 adventure video game developed by Quantic Dream, target: dbh")
```
|