asahi417's picture
commit files to HF hub
0b7fc06
metadata
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-base-tweet-similarity

This is google/flan-t5-base fine-tuned on cardiffnlp/super_tweeteval (tweet_similarity).

Usage

from transformers import pipeline

pipe = pipeline('text2text-generation', model="cardiffnlp/flan-t5-base-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")