jina embeddings v3 separation distilled Model Card This Model2Vec model is a distilled version of the jinaai/jina embeddings v3 Sentence Transformer with the separation task LoRA applied. 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. Installation Install model2vec using pip: Usage Load this model using the from pretrained method: The following code snippet shows how to load a Model2Vec model into a Sentence Transformer model: Alternatively, you can distill your own model using the distill method: How it works Model2vec creates a small, fast, and powerful model that outperforms other static embedding models by a large margin on all tasks we could find, while being much faster to create than traditional static embedding models such as GloVe. Best of all, you don't need any data to distill a model using Model2Vec. It works by passing a vocabulary through a sentence transformer model, then reducing the dimensionality of the resulting embeddings using PCA, and finally weighting the embeddings using zipf…
We use cookies for essential functionality and analytics. You can accept or reject analytics cookies.Cookie policy