Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ datasets:
|
|
| 19 |
- embedding-data/WikiAnswers
|
| 20 |
---
|
| 21 |
|
| 22 |
-
#
|
| 23 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 384 dimensional dense vector space and was designed for **semantic search**. It has been trained on 215M (question, answer) pairs from diverse sources. For an introduction to semantic search, have a look at: [SBERT.net - Semantic Search](https://www.sbert.net/examples/applications/semantic-search/README.html)
|
| 24 |
|
| 25 |
|
|
@@ -38,7 +38,7 @@ query = "How many people live in London?"
|
|
| 38 |
docs = ["Around 9 Million people live in London", "London is known for its financial district"]
|
| 39 |
|
| 40 |
#Load the model
|
| 41 |
-
model = SentenceTransformer('
|
| 42 |
|
| 43 |
#Encode query and documents
|
| 44 |
query_emb = model.encode(query)
|
|
|
|
| 19 |
- embedding-data/WikiAnswers
|
| 20 |
---
|
| 21 |
|
| 22 |
+
# Multilingual-Text-Semantic-Search-Siamese-BERT
|
| 23 |
This is a [sentence-transformers](https://www.SBERT.net) model: It maps sentences & paragraphs to a 384 dimensional dense vector space and was designed for **semantic search**. It has been trained on 215M (question, answer) pairs from diverse sources. For an introduction to semantic search, have a look at: [SBERT.net - Semantic Search](https://www.sbert.net/examples/applications/semantic-search/README.html)
|
| 24 |
|
| 25 |
|
|
|
|
| 38 |
docs = ["Around 9 Million people live in London", "London is known for its financial district"]
|
| 39 |
|
| 40 |
#Load the model
|
| 41 |
+
model = SentenceTransformer('SeyedAli/Multilingual-Text-Semantic-Search-Siamese-BERT-V1')
|
| 42 |
|
| 43 |
#Encode query and documents
|
| 44 |
query_emb = model.encode(query)
|