Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ WordSim 50.02
|
|
30 |
</div>
|
31 |
|
32 |
|
33 |
-
This Model2Vec model is optmized for retrieval tasks. It
|
34 |
|
35 |
|
36 |
## Installation
|
|
|
30 |
</div>
|
31 |
|
32 |
|
33 |
+
This Model2Vec model is optmized for retrieval tasks. It is a finetune of [potion-base-32M](https://huggingface.co/minishlab/potion-base-32M). It's finetuned using a modified version of the training approach described in [this blogpost](https://huggingface.co/blog/static-embeddings). It uses static embeddings, allowing text embeddings to be computed orders of magnitude faster on both GPU and CPU. It is designed for applications where computational resources are limited or where real-time performance is critical.
|
34 |
|
35 |
|
36 |
## Installation
|