Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ widget:
|
|
9 |
example_title: example 3
|
10 |
---
|
11 |
|
12 |
-
# cardiffnlp/flan-t5-small-
|
13 |
|
14 |
This is [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) fine-tuned on [cardiffnlp/super_tweeteval (tweet_qa)](https://huggingface.co/datasets/cardiffnlp/super_tweeteval).
|
15 |
|
@@ -18,7 +18,7 @@ This is [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) fine
|
|
18 |
```python
|
19 |
from transformers import pipeline
|
20 |
|
21 |
-
pipe = pipeline('text2text-generation', model="cardiffnlp/flan-t5-small-
|
22 |
output = pipe("context: I would hope that Phylicia Rashad would apologize now that @missjillscott has! You cannot discount 30 victims who come with similar stories.— JDWhitner (@JDWhitner) July 7, 2015, question: what should phylicia rashad do now?")
|
23 |
```
|
24 |
|
|
|
9 |
example_title: example 3
|
10 |
---
|
11 |
|
12 |
+
# cardiffnlp/flan-t5-small-tweet-qa
|
13 |
|
14 |
This is [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) fine-tuned on [cardiffnlp/super_tweeteval (tweet_qa)](https://huggingface.co/datasets/cardiffnlp/super_tweeteval).
|
15 |
|
|
|
18 |
```python
|
19 |
from transformers import pipeline
|
20 |
|
21 |
+
pipe = pipeline('text2text-generation', model="cardiffnlp/flan-t5-small-tweet-qa")
|
22 |
output = pipe("context: I would hope that Phylicia Rashad would apologize now that @missjillscott has! You cannot discount 30 victims who come with similar stories.— JDWhitner (@JDWhitner) July 7, 2015, question: what should phylicia rashad do now?")
|
23 |
```
|
24 |
|