1sarim commited on
Commit
173469d
·
verified ·
1 Parent(s): 93bdea5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
11
 
12
  # Qwen3-Embedding-0.6B-m2v Model Card
13
 
14
- This [Model2Vec](https://github.com/MinishLab/model2vec) model is a distilled version of the Qwen/Qwen3-Embedding-0.6B(https://huggingface.co/Qwen/Qwen3-Embedding-0.6B) Sentence Transformer. 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. Model2Vec models are the smallest, fastest, and most performant static embedders available. The distilled models are up to 50 times smaller and 500 times faster than traditional Sentence Transformers.
15
 
16
 
17
  ## Installation
 
11
 
12
  # Qwen3-Embedding-0.6B-m2v Model Card
13
 
14
+ This [Model2Vec](https://github.com/MinishLab/model2vec) model is a distilled version of the Qwen/Qwen3-Embedding-0.6B (https://huggingface.co/Qwen/Qwen3-Embedding-0.6B) Sentence Transformer. 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. Model2Vec models are the smallest, fastest, and most performant static embedders available. The distilled models are up to 50 times smaller and 500 times faster than traditional Sentence Transformers.
15
 
16
 
17
  ## Installation