asahi417's picture
commit files to HF hub
3b5e6f2
|
raw
history blame
1.25 kB
---
widget:
- text: "context: watch runningman ep486 again last night bcs i miss chorong 😭😭, definition: South Korean singer and actress, target: chorong"
example_title: example 1
- text: "context: @user We see now with Seth.. no club wants to touch him after he left Arrows. A bright talent, now forced to go train with ABC Motsepe League team.. until he decides to go back to Arrows.. a serious blacklisting, definition: football league, target: ABC Motsepe League"
example_title: example 2
- text: "context: @user 26 just a lot to beat bill Clark by. But imma check out some shit later and let you know, definition: American football coach, target: bill Clark"
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: watch runningman ep486 again last night bcs i miss chorong 😭😭, definition: South Korean singer and actress, target: chorong")
```