Sentence Similarity
sentence-transformers
Safetensors
English
modernbert
biencoder
text-classification
sentence-pair-classification
semantic-similarity
semantic-search
retrieval
reranking
Generated from Trainer
dataset_size:1451941
loss:MultipleNegativesRankingLoss
Eval Results
text-embeddings-inference
Add new SentenceTransformer model
Browse files
README.md
CHANGED
@@ -76,22 +76,22 @@ model-index:
|
|
76 |
type: train
|
77 |
metrics:
|
78 |
- type: cosine_accuracy@1
|
79 |
-
value: 0.
|
80 |
name: Cosine Accuracy@1
|
81 |
- type: cosine_precision@1
|
82 |
-
value: 0.
|
83 |
name: Cosine Precision@1
|
84 |
- type: cosine_recall@1
|
85 |
-
value: 0.
|
86 |
name: Cosine Recall@1
|
87 |
- type: cosine_ndcg@10
|
88 |
-
value: 0.
|
89 |
name: Cosine Ndcg@10
|
90 |
- type: cosine_mrr@1
|
91 |
-
value: 0.
|
92 |
name: Cosine Mrr@1
|
93 |
- type: cosine_map@100
|
94 |
-
value: 0.
|
95 |
name: Cosine Map@100
|
96 |
---
|
97 |
|
@@ -198,10 +198,10 @@ You can finetune this model on your own dataset.
|
|
198 |
|:-------------------|:-----------|
|
199 |
| cosine_accuracy@1 | 0.5579 |
|
200 |
| cosine_precision@1 | 0.5579 |
|
201 |
-
| cosine_recall@1 | 0.
|
202 |
-
| **cosine_ndcg@10** | **0.
|
203 |
| cosine_mrr@1 | 0.5579 |
|
204 |
-
| cosine_map@100 | 0.
|
205 |
|
206 |
<!--
|
207 |
## Bias, Risks and Limitations
|
@@ -274,7 +274,7 @@ You can finetune this model on your own dataset.
|
|
274 |
### Training Logs
|
275 |
| Epoch | Step | train_cosine_ndcg@10 |
|
276 |
|:-----:|:----:|:--------------------:|
|
277 |
-
| -1 | -1 | 0.
|
278 |
|
279 |
|
280 |
### Framework Versions
|
|
|
76 |
type: train
|
77 |
metrics:
|
78 |
- type: cosine_accuracy@1
|
79 |
+
value: 0.5579129681749296
|
80 |
name: Cosine Accuracy@1
|
81 |
- type: cosine_precision@1
|
82 |
+
value: 0.5579129681749296
|
83 |
name: Cosine Precision@1
|
84 |
- type: cosine_recall@1
|
85 |
+
value: 0.5359784831006956
|
86 |
name: Cosine Recall@1
|
87 |
- type: cosine_ndcg@10
|
88 |
+
value: 0.7522148521266401
|
89 |
name: Cosine Ndcg@10
|
90 |
- type: cosine_mrr@1
|
91 |
+
value: 0.5579129681749296
|
92 |
name: Cosine Mrr@1
|
93 |
- type: cosine_map@100
|
94 |
+
value: 0.6974638651409195
|
95 |
name: Cosine Map@100
|
96 |
---
|
97 |
|
|
|
198 |
|:-------------------|:-----------|
|
199 |
| cosine_accuracy@1 | 0.5579 |
|
200 |
| cosine_precision@1 | 0.5579 |
|
201 |
+
| cosine_recall@1 | 0.536 |
|
202 |
+
| **cosine_ndcg@10** | **0.7522** |
|
203 |
| cosine_mrr@1 | 0.5579 |
|
204 |
+
| cosine_map@100 | 0.6975 |
|
205 |
|
206 |
<!--
|
207 |
## Bias, Risks and Limitations
|
|
|
274 |
### Training Logs
|
275 |
| Epoch | Step | train_cosine_ndcg@10 |
|
276 |
|:-----:|:----:|:--------------------:|
|
277 |
+
| -1 | -1 | 0.7522 |
|
278 |
|
279 |
|
280 |
### Framework Versions
|