add eval scores
Browse files
README.md
CHANGED
@@ -15,6 +15,10 @@ tags:
|
|
15 |
|
16 |
This [Model2Vec](https://github.com/MinishLab/model2vec) model is a distilled version of the [Alibaba-NLP/gte-modernbert-base](https://huggingface.co/Alibaba-NLP/gte-modernbert-base) Sentence Transformer. It uses static embeddings, reduced to 256 dimensions, 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.
|
17 |
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Installation
|
20 |
|
|
|
15 |
|
16 |
This [Model2Vec](https://github.com/MinishLab/model2vec) model is a distilled version of the [Alibaba-NLP/gte-modernbert-base](https://huggingface.co/Alibaba-NLP/gte-modernbert-base) Sentence Transformer. It uses static embeddings, reduced to 256 dimensions, 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.
|
17 |
|
18 |
+
## Evaluation results
|
19 |
+
Model | STS | WordSim | Classification
|
20 |
+
----|---|---|---
|
21 |
+
`sky-2002/gte-modernbert-distilled-256-v0`|66.51|25.64 | 60.11
|
22 |
|
23 |
## Installation
|
24 |
|