Pringled commited on
Commit
2bad2c9
·
verified ·
1 Parent(s): e315f16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ WordSim 50.02
30
  </div>
31
 
32
 
33
- This Model2Vec model is optmized for retrieval tasks. It uses the [potion-base-32M](https://huggingface.co/minishlab/potion-base-32M) base-model, and is fine-tuned 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
 
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