qilowoq commited on
Commit
ccea660
1 Parent(s): 0bdbd82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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. It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.
 
 
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)