File size: 1,675 Bytes
6116362 |
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: "score similarity: [text 1] Therefore, if anyone is in Christ, he is a new creation; old things have passed away, and look, new things have come! 2 Corinthians 5:17 (HCSB) #FBCStarkville #LifeIsTooShort, [text 2] Do whatever you want in life... F*CK IT! 💪🏾 💯 🤷🏾♂️ #LifeIsTooShort"
example_title: example 1
- text: "score similarity: [text 1] RCB♥️..my sheer love for Virat is the sole reason I keep on having a soft spot for this team knowing very well what they are gonna do at the end🤧🤧.. #MIvRCB, [text 2] MI a proper T20 Team.. #MIvRCB"
example_title: example 2
- text: "score similarity: [text 1] Must Watchable Love story for youth and everyone cant stop Appreciating their performances🥰 Akhil done his best and pooja is too cool to watch 😍 #MostEligibleBachelor, [text 2] E week okka big cinema release ledhu.. Empty ground for #MostEligibleBachelor"
example_title: example 3
---
# cardiffnlp/flan-t5-small-tweet-similarity
This is [google/flan-t5-small](https://huggingface.co/google/flan-t5-small) fine-tuned on [cardiffnlp/super_tweeteval (tweet_similarity)](https://huggingface.co/datasets/cardiffnlp/super_tweeteval).
### Usage
```python
from transformers import pipeline
pipe = pipeline('text2text-generation', model="cardiffnlp/flan-t5-small-tweet-similarity")
output = pipe("score similarity: [text 1] Therefore, if anyone is in Christ, he is a new creation; old things have passed away, and look, new things have come! 2 Corinthians 5:17 (HCSB) #FBCStarkville #LifeIsTooShort, [text 2] Do whatever you want in life... F*CK IT! 💪🏾 💯 🤷🏾♂️ #LifeIsTooShort")
```
|