omarelshehy
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -111,8 +111,11 @@ model-index:
|
|
111 |
|
112 |
π π This is **Arabic only** [sentence-transformers](https://www.SBERT.net) model finetuned from [aubmindlab/bert-base-arabertv02](https://huggingface.co/aubmindlab/bert-base-arabertv02). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for **semantic textual similarity**, **semantic search**, **clustering**, and more.
|
113 |
|
114 |
-
|
115 |
|
|
|
|
|
|
|
116 |
|
117 |
## Model Details
|
118 |
|
|
|
111 |
|
112 |
π π This is **Arabic only** [sentence-transformers](https://www.SBERT.net) model finetuned from [aubmindlab/bert-base-arabertv02](https://huggingface.co/aubmindlab/bert-base-arabertv02). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for **semantic textual similarity**, **semantic search**, **clustering**, and more.
|
113 |
|
114 |
+
# Matryoshka Embeddings πͺ
|
115 |
|
116 |
+
This model supports Matryoshka embeddings, allowing you to truncate embeddings into smaller sizes to optimize performance and memory usage, based on your task requirements. Available truncation sizes include: **768**, **512**, **256**, **128**, and **64**
|
117 |
+
|
118 |
+
You can select the appropriate embedding size for your use case, ensuring flexibility in resource management.
|
119 |
|
120 |
## Model Details
|
121 |
|