Alexander Junge commited on
Commit
98581f9
1 Parent(s): 4d2bb00

Add repository URL

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,7 +36,8 @@ iface = gr.Interface(
36
  "Similarity scores are between 0 and 1, higher scores mean higher similarrity, and scores "
37
  "are computed as the cosine similarity of embeddings produced by the AI-Growth-Lab/PatentSBERTa SentenceTransformer model.",
38
  article="Examples are taken from the *Google Patent Phrase Similarity Dataset* used in the "
39
- "['U.S. Patent Phrase to Phrase Matching' Kaggle competition](https://www.kaggle.com/competitions/us-patent-phrase-to-phrase-matching/overview).",
 
40
  )
41
 
42
  if __name__ == "__main__":
 
36
  "Similarity scores are between 0 and 1, higher scores mean higher similarrity, and scores "
37
  "are computed as the cosine similarity of embeddings produced by the AI-Growth-Lab/PatentSBERTa SentenceTransformer model.",
38
  article="Examples are taken from the *Google Patent Phrase Similarity Dataset* used in the "
39
+ "['U.S. Patent Phrase to Phrase Matching' Kaggle competition](https://www.kaggle.com/competitions/us-patent-phrase-to-phrase-matching/overview). "
40
+ "The code for this app his available on [GitHub](https://github.com/JungeAlexander/uspppm-demo).",
41
  )
42
 
43
  if __name__ == "__main__":