Spaces:
Runtime error
Runtime error
Alexander Junge
commited on
Commit
•
5d5ebf2
1
Parent(s):
1847363
Fix typos
Browse files
app.py
CHANGED
@@ -33,8 +33,8 @@ iface = gr.Interface(
|
|
33 |
theme="grass",
|
34 |
title="Demo: U.S. Patent Phrase to Phrase Matching",
|
35 |
description="Scores phrases from U.S. patents according to their similarity. "
|
36 |
-
"Similarity scores are between 0 and 1, higher scores mean higher similarrity and scores "
|
37 |
-
"are
|
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 |
)
|
|
|
33 |
theme="grass",
|
34 |
title="Demo: U.S. Patent Phrase to Phrase Matching",
|
35 |
description="Scores phrases from U.S. patents according to their similarity. "
|
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 |
)
|