Spaces:
Runtime error
Runtime error
Trent
commited on
Commit
·
71ea169
1
Parent(s):
53227c0
minor updates
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ elif menu == "Asymmetric QA":
|
|
93 |
**Instructions**: You can compare the Answer likeliness of a given Query with answer candidates of your choice. In the
|
94 |
background, we'll create an embedding for each answer, and then we'll use the cosine similarity function to calculate a
|
95 |
similarity metric between our query sentence and the others.
|
96 |
-
`mpnet_asymmetric_qa` model works best for hard-negative answers or distinguishing
|
97 |
due to separate models applied for encoding questions and answers.
|
98 |
|
99 |
For more cool information on sentence embeddings, see the [sBert project](https://www.sbert.net/examples/applications/computing-embeddings/README.html).
|
|
|
93 |
**Instructions**: You can compare the Answer likeliness of a given Query with answer candidates of your choice. In the
|
94 |
background, we'll create an embedding for each answer, and then we'll use the cosine similarity function to calculate a
|
95 |
similarity metric between our query sentence and the others.
|
96 |
+
`mpnet_asymmetric_qa` model works best for hard-negative answers or distinguishing answer candidates that are actually questions
|
97 |
due to separate models applied for encoding questions and answers.
|
98 |
|
99 |
For more cool information on sentence embeddings, see the [sBert project](https://www.sbert.net/examples/applications/computing-embeddings/README.html).
|