Sentence Similarity
sentence-transformers
Safetensors
English
modernbert
biencoder
text-classification
sentence-pair-classification
semantic-similarity
semantic-search
retrieval
reranking
Generated from Trainer
dataset_size:3119809
loss:MultipleNegativesRankingLoss
Eval Results
text-embeddings-inference
Add new SentenceTransformer model
Browse files
README.md
CHANGED
@@ -85,22 +85,22 @@ model-index:
|
|
85 |
type: train
|
86 |
metrics:
|
87 |
- type: cosine_accuracy@1
|
88 |
-
value: 0.
|
89 |
name: Cosine Accuracy@1
|
90 |
- type: cosine_precision@1
|
91 |
-
value: 0.
|
92 |
name: Cosine Precision@1
|
93 |
- type: cosine_recall@1
|
94 |
-
value: 0.
|
95 |
name: Cosine Recall@1
|
96 |
- type: cosine_ndcg@10
|
97 |
-
value: 0.
|
98 |
name: Cosine Ndcg@10
|
99 |
- type: cosine_mrr@1
|
100 |
-
value: 0.
|
101 |
name: Cosine Mrr@1
|
102 |
- type: cosine_map@100
|
103 |
-
value: 0.
|
104 |
name: Cosine Map@100
|
105 |
---
|
106 |
|
@@ -205,12 +205,12 @@ You can finetune this model on your own dataset.
|
|
205 |
|
206 |
| Metric | Value |
|
207 |
|:-------------------|:-----------|
|
208 |
-
| cosine_accuracy@1 | 0.
|
209 |
-
| cosine_precision@1 | 0.
|
210 |
-
| cosine_recall@1 | 0.
|
211 |
-
| **cosine_ndcg@10** | **0.
|
212 |
-
| cosine_mrr@1 | 0.
|
213 |
-
| cosine_map@100 | 0.
|
214 |
|
215 |
<!--
|
216 |
## Bias, Risks and Limitations
|
@@ -283,7 +283,7 @@ You can finetune this model on your own dataset.
|
|
283 |
### Training Logs
|
284 |
| Epoch | Step | train_cosine_ndcg@10 |
|
285 |
|:-----:|:----:|:--------------------:|
|
286 |
-
| -1 | -1 | 0.
|
287 |
|
288 |
|
289 |
### Framework Versions
|
|
|
85 |
type: train
|
86 |
metrics:
|
87 |
- type: cosine_accuracy@1
|
88 |
+
value: 0.5575665728512665
|
89 |
name: Cosine Accuracy@1
|
90 |
- type: cosine_precision@1
|
91 |
+
value: 0.5575665728512665
|
92 |
name: Cosine Precision@1
|
93 |
- type: cosine_recall@1
|
94 |
+
value: 0.5356742531601808
|
95 |
name: Cosine Recall@1
|
96 |
- type: cosine_ndcg@10
|
97 |
+
value: 0.7520772210016126
|
98 |
name: Cosine Ndcg@10
|
99 |
- type: cosine_mrr@1
|
100 |
+
value: 0.5575665728512665
|
101 |
name: Cosine Mrr@1
|
102 |
- type: cosine_map@100
|
103 |
+
value: 0.6972123948910381
|
104 |
name: Cosine Map@100
|
105 |
---
|
106 |
|
|
|
205 |
|
206 |
| Metric | Value |
|
207 |
|:-------------------|:-----------|
|
208 |
+
| cosine_accuracy@1 | 0.5576 |
|
209 |
+
| cosine_precision@1 | 0.5576 |
|
210 |
+
| cosine_recall@1 | 0.5357 |
|
211 |
+
| **cosine_ndcg@10** | **0.7521** |
|
212 |
+
| cosine_mrr@1 | 0.5576 |
|
213 |
+
| cosine_map@100 | 0.6972 |
|
214 |
|
215 |
<!--
|
216 |
## Bias, Risks and Limitations
|
|
|
283 |
### Training Logs
|
284 |
| Epoch | Step | train_cosine_ndcg@10 |
|
285 |
|:-----:|:----:|:--------------------:|
|
286 |
+
| -1 | -1 | 0.7521 |
|
287 |
|
288 |
|
289 |
### Framework Versions
|