atasoglu commited on
Commit
6a27e84
·
verified ·
1 Parent(s): a3859e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -13,7 +13,9 @@ tags:
13
 
14
  # atasoglu/1mb-turkish-embeddings Model Card
15
 
16
- This [Model2Vec](https://github.com/MinishLab/model2vec) model is a distilled version of the atasoglu/turkish-tiny-bert-uncased-mean-nli-stsb-tr(https://huggingface.co/atasoglu/turkish-tiny-bert-uncased-mean-nli-stsb-tr) 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.
 
 
17
 
18
 
19
  ## Installation
 
13
 
14
  # atasoglu/1mb-turkish-embeddings Model Card
15
 
16
+ **This is a Turkish embedding model that consists of only 1 megabyte.**
17
+
18
+ This [Model2Vec](https://github.com/MinishLab/model2vec) model is a distilled version of the [atasoglu/turkish-tiny-bert-uncased-mean-nli-stsb-tr](https://huggingface.co/atasoglu/turkish-tiny-bert-uncased-mean-nli-stsb-tr) 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.
19
 
20
 
21
  ## Installation