Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,9 @@ tags:
|
|
13 |
|
14 |
This is a truncated version of [sentence-transformers/paraphrase-multilingual-mpnet-base-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-mpnet-base-v2).
|
15 |
|
16 |
-
This model has only English and Russian tokens left in the vocabulary.
|
|
|
|
|
17 |
|
18 |
|
19 |
## Usage (Sentence-Transformers)
|
|
|
13 |
|
14 |
This is a truncated version of [sentence-transformers/paraphrase-multilingual-mpnet-base-v2](https://huggingface.co/sentence-transformers/paraphrase-multilingual-mpnet-base-v2).
|
15 |
|
16 |
+
This model has only English and Russian tokens left in the vocabulary. Thus making it twice as small as the original model while producing the same embeddings.
|
17 |
+
|
18 |
+
Model maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
|
19 |
|
20 |
|
21 |
## Usage (Sentence-Transformers)
|