File size: 1,312 Bytes
a712bcc
 
 
34586f0
a712bcc
34586f0
a712bcc
34586f0
a712bcc
 
 
 
 
 
 
 
 
 
 
 
 
34586f0
a712bcc
 
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-base-tweet-nerd

This is [google/flan-t5-base](https://huggingface.co/google/flan-t5-base) 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-base-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")
```