Spaces:
Runtime error
Runtime error
Trent
commited on
Commit
·
bf311bb
1
Parent(s):
2e4bcb5
Fix typo
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ menu = st.sidebar.radio("", options=["Contributions & Evaluation", "Sentence Sim
|
|
16 |
st.markdown('''
|
17 |
|
18 |
**Sentence Transformers** is a set of frameworks & models that are trained to generate Embeddings from input sentences.
|
19 |
-
Generated Sentence Embeddings can be used for Sentence
|
20 |
among other tasks.
|
21 |
|
22 |
We trained multiple general-purpose Sentence Transformers models based on different LMs including
|
|
|
16 |
st.markdown('''
|
17 |
|
18 |
**Sentence Transformers** is a set of frameworks & models that are trained to generate Embeddings from input sentences.
|
19 |
+
Generated Sentence Embeddings can be used for Sentence Similarity / Asymmetric QA / Semantic Search / Clustering
|
20 |
among other tasks.
|
21 |
|
22 |
We trained multiple general-purpose Sentence Transformers models based on different LMs including
|