Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,9 @@ tags:
|
|
13 |
|
14 |
# atasoglu/1mb-turkish-embeddings Model Card
|
15 |
|
16 |
-
This
|
|
|
|
|
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
|