Add new SentenceTransformer model
Browse files- README.md +87 -97
- config_sentence_transformers.json +1 -1
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
- generated_from_trainer
|
| 8 |
- dataset_size:90000
|
| 9 |
- loss:MultipleNegativesRankingLoss
|
| 10 |
-
base_model:
|
| 11 |
widget:
|
| 12 |
- source_sentence: what is the maximum i can contribute to a traditional ira
|
| 13 |
sentences:
|
|
@@ -121,7 +121,7 @@ metrics:
|
|
| 121 |
- cosine_mrr@10
|
| 122 |
- cosine_map@100
|
| 123 |
model-index:
|
| 124 |
-
- name: SentenceTransformer based on
|
| 125 |
results:
|
| 126 |
- task:
|
| 127 |
type: information-retrieval
|
|
@@ -131,49 +131,49 @@ model-index:
|
|
| 131 |
type: NanoMSMARCO
|
| 132 |
metrics:
|
| 133 |
- type: cosine_accuracy@1
|
| 134 |
-
value: 0.
|
| 135 |
name: Cosine Accuracy@1
|
| 136 |
- type: cosine_accuracy@3
|
| 137 |
-
value: 0.
|
| 138 |
name: Cosine Accuracy@3
|
| 139 |
- type: cosine_accuracy@5
|
| 140 |
-
value: 0.
|
| 141 |
name: Cosine Accuracy@5
|
| 142 |
- type: cosine_accuracy@10
|
| 143 |
value: 0.72
|
| 144 |
name: Cosine Accuracy@10
|
| 145 |
- type: cosine_precision@1
|
| 146 |
-
value: 0.
|
| 147 |
name: Cosine Precision@1
|
| 148 |
- type: cosine_precision@3
|
| 149 |
-
value: 0.
|
| 150 |
name: Cosine Precision@3
|
| 151 |
- type: cosine_precision@5
|
| 152 |
-
value: 0.
|
| 153 |
name: Cosine Precision@5
|
| 154 |
- type: cosine_precision@10
|
| 155 |
value: 0.07200000000000001
|
| 156 |
name: Cosine Precision@10
|
| 157 |
- type: cosine_recall@1
|
| 158 |
-
value: 0.
|
| 159 |
name: Cosine Recall@1
|
| 160 |
- type: cosine_recall@3
|
| 161 |
-
value: 0.
|
| 162 |
name: Cosine Recall@3
|
| 163 |
- type: cosine_recall@5
|
| 164 |
-
value: 0.
|
| 165 |
name: Cosine Recall@5
|
| 166 |
- type: cosine_recall@10
|
| 167 |
value: 0.72
|
| 168 |
name: Cosine Recall@10
|
| 169 |
- type: cosine_ndcg@10
|
| 170 |
-
value: 0.
|
| 171 |
name: Cosine Ndcg@10
|
| 172 |
- type: cosine_mrr@10
|
| 173 |
-
value: 0.
|
| 174 |
name: Cosine Mrr@10
|
| 175 |
- type: cosine_map@100
|
| 176 |
-
value: 0.
|
| 177 |
name: Cosine Map@100
|
| 178 |
- task:
|
| 179 |
type: information-retrieval
|
|
@@ -183,49 +183,49 @@ model-index:
|
|
| 183 |
type: NanoNQ
|
| 184 |
metrics:
|
| 185 |
- type: cosine_accuracy@1
|
| 186 |
-
value: 0.
|
| 187 |
name: Cosine Accuracy@1
|
| 188 |
- type: cosine_accuracy@3
|
| 189 |
-
value: 0.
|
| 190 |
name: Cosine Accuracy@3
|
| 191 |
- type: cosine_accuracy@5
|
| 192 |
-
value: 0.
|
| 193 |
name: Cosine Accuracy@5
|
| 194 |
- type: cosine_accuracy@10
|
| 195 |
-
value: 0.
|
| 196 |
name: Cosine Accuracy@10
|
| 197 |
- type: cosine_precision@1
|
| 198 |
-
value: 0.
|
| 199 |
name: Cosine Precision@1
|
| 200 |
- type: cosine_precision@3
|
| 201 |
-
value: 0.
|
| 202 |
name: Cosine Precision@3
|
| 203 |
- type: cosine_precision@5
|
| 204 |
-
value: 0.
|
| 205 |
name: Cosine Precision@5
|
| 206 |
- type: cosine_precision@10
|
| 207 |
-
value: 0.
|
| 208 |
name: Cosine Precision@10
|
| 209 |
- type: cosine_recall@1
|
| 210 |
-
value: 0.
|
| 211 |
name: Cosine Recall@1
|
| 212 |
- type: cosine_recall@3
|
| 213 |
-
value: 0.
|
| 214 |
name: Cosine Recall@3
|
| 215 |
- type: cosine_recall@5
|
| 216 |
-
value: 0.
|
| 217 |
name: Cosine Recall@5
|
| 218 |
- type: cosine_recall@10
|
| 219 |
-
value: 0.
|
| 220 |
name: Cosine Recall@10
|
| 221 |
- type: cosine_ndcg@10
|
| 222 |
-
value: 0.
|
| 223 |
name: Cosine Ndcg@10
|
| 224 |
- type: cosine_mrr@10
|
| 225 |
-
value: 0.
|
| 226 |
name: Cosine Mrr@10
|
| 227 |
- type: cosine_map@100
|
| 228 |
-
value: 0.
|
| 229 |
name: Cosine Map@100
|
| 230 |
- task:
|
| 231 |
type: nano-beir
|
|
@@ -235,61 +235,61 @@ model-index:
|
|
| 235 |
type: NanoBEIR_mean
|
| 236 |
metrics:
|
| 237 |
- type: cosine_accuracy@1
|
| 238 |
-
value: 0.
|
| 239 |
name: Cosine Accuracy@1
|
| 240 |
- type: cosine_accuracy@3
|
| 241 |
value: 0.56
|
| 242 |
name: Cosine Accuracy@3
|
| 243 |
- type: cosine_accuracy@5
|
| 244 |
-
value: 0.
|
| 245 |
name: Cosine Accuracy@5
|
| 246 |
- type: cosine_accuracy@10
|
| 247 |
-
value: 0.
|
| 248 |
name: Cosine Accuracy@10
|
| 249 |
- type: cosine_precision@1
|
| 250 |
-
value: 0.
|
| 251 |
name: Cosine Precision@1
|
| 252 |
- type: cosine_precision@3
|
| 253 |
value: 0.19
|
| 254 |
name: Cosine Precision@3
|
| 255 |
- type: cosine_precision@5
|
| 256 |
-
value: 0.
|
| 257 |
name: Cosine Precision@5
|
| 258 |
- type: cosine_precision@10
|
| 259 |
-
value: 0.
|
| 260 |
name: Cosine Precision@10
|
| 261 |
- type: cosine_recall@1
|
| 262 |
-
value: 0.
|
| 263 |
name: Cosine Recall@1
|
| 264 |
- type: cosine_recall@3
|
| 265 |
-
value: 0.
|
| 266 |
name: Cosine Recall@3
|
| 267 |
- type: cosine_recall@5
|
| 268 |
-
value: 0.
|
| 269 |
name: Cosine Recall@5
|
| 270 |
- type: cosine_recall@10
|
| 271 |
-
value: 0.
|
| 272 |
name: Cosine Recall@10
|
| 273 |
- type: cosine_ndcg@10
|
| 274 |
-
value: 0.
|
| 275 |
name: Cosine Ndcg@10
|
| 276 |
- type: cosine_mrr@10
|
| 277 |
-
value: 0.
|
| 278 |
name: Cosine Mrr@10
|
| 279 |
- type: cosine_map@100
|
| 280 |
-
value: 0.
|
| 281 |
name: Cosine Map@100
|
| 282 |
---
|
| 283 |
|
| 284 |
-
# SentenceTransformer based on
|
| 285 |
|
| 286 |
-
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [
|
| 287 |
|
| 288 |
## Model Details
|
| 289 |
|
| 290 |
### Model Description
|
| 291 |
- **Model Type:** Sentence Transformer
|
| 292 |
-
- **Base model:** [
|
| 293 |
- **Maximum Sequence Length:** 128 tokens
|
| 294 |
- **Output Dimensionality:** 384 dimensions
|
| 295 |
- **Similarity Function:** Cosine Similarity
|
|
@@ -342,9 +342,9 @@ print(embeddings.shape)
|
|
| 342 |
# Get the similarity scores for the embeddings
|
| 343 |
similarities = model.similarity(embeddings, embeddings)
|
| 344 |
print(similarities)
|
| 345 |
-
# tensor([[1.0000, 0.
|
| 346 |
-
# [0.
|
| 347 |
-
# [0.
|
| 348 |
```
|
| 349 |
|
| 350 |
<!--
|
|
@@ -380,23 +380,23 @@ You can finetune this model on your own dataset.
|
|
| 380 |
* Datasets: `NanoMSMARCO` and `NanoNQ`
|
| 381 |
* Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
|
| 382 |
|
| 383 |
-
| Metric | NanoMSMARCO | NanoNQ
|
| 384 |
-
|
| 385 |
-
| cosine_accuracy@1 | 0.
|
| 386 |
-
| cosine_accuracy@3 | 0.
|
| 387 |
-
| cosine_accuracy@5 | 0.
|
| 388 |
-
| cosine_accuracy@10 | 0.72 | 0.
|
| 389 |
-
| cosine_precision@1 | 0.
|
| 390 |
-
| cosine_precision@3 | 0.
|
| 391 |
-
| cosine_precision@5 | 0.
|
| 392 |
-
| cosine_precision@10 | 0.072 | 0.
|
| 393 |
-
| cosine_recall@1 | 0.
|
| 394 |
-
| cosine_recall@3 | 0.
|
| 395 |
-
| cosine_recall@5 | 0.
|
| 396 |
-
| cosine_recall@10 | 0.72 | 0.
|
| 397 |
-
| **cosine_ndcg@10** | **0.
|
| 398 |
-
| cosine_mrr@10 | 0.
|
| 399 |
-
| cosine_map@100 | 0.
|
| 400 |
|
| 401 |
#### Nano BEIR
|
| 402 |
|
|
@@ -414,21 +414,21 @@ You can finetune this model on your own dataset.
|
|
| 414 |
|
| 415 |
| Metric | Value |
|
| 416 |
|:--------------------|:-----------|
|
| 417 |
-
| cosine_accuracy@1 | 0.
|
| 418 |
| cosine_accuracy@3 | 0.56 |
|
| 419 |
-
| cosine_accuracy@5 | 0.
|
| 420 |
-
| cosine_accuracy@10 | 0.
|
| 421 |
-
| cosine_precision@1 | 0.
|
| 422 |
| cosine_precision@3 | 0.19 |
|
| 423 |
-
| cosine_precision@5 | 0.
|
| 424 |
-
| cosine_precision@10 | 0.
|
| 425 |
-
| cosine_recall@1 | 0.
|
| 426 |
-
| cosine_recall@3 | 0.
|
| 427 |
-
| cosine_recall@5 | 0.
|
| 428 |
-
| cosine_recall@10 | 0.
|
| 429 |
-
| **cosine_ndcg@10** | **0.
|
| 430 |
-
| cosine_mrr@10 | 0.
|
| 431 |
-
| cosine_map@100 | 0.
|
| 432 |
|
| 433 |
<!--
|
| 434 |
## Bias, Risks and Limitations
|
|
@@ -502,9 +502,9 @@ You can finetune this model on your own dataset.
|
|
| 502 |
- `eval_strategy`: steps
|
| 503 |
- `per_device_train_batch_size`: 128
|
| 504 |
- `per_device_eval_batch_size`: 128
|
| 505 |
-
- `learning_rate`:
|
| 506 |
-
- `weight_decay`: 0.
|
| 507 |
-
- `max_steps`:
|
| 508 |
- `warmup_ratio`: 0.1
|
| 509 |
- `fp16`: True
|
| 510 |
- `dataloader_drop_last`: True
|
|
@@ -531,14 +531,14 @@ You can finetune this model on your own dataset.
|
|
| 531 |
- `gradient_accumulation_steps`: 1
|
| 532 |
- `eval_accumulation_steps`: None
|
| 533 |
- `torch_empty_cache_steps`: None
|
| 534 |
-
- `learning_rate`:
|
| 535 |
-
- `weight_decay`: 0.
|
| 536 |
- `adam_beta1`: 0.9
|
| 537 |
- `adam_beta2`: 0.999
|
| 538 |
- `adam_epsilon`: 1e-08
|
| 539 |
- `max_grad_norm`: 1.0
|
| 540 |
- `num_train_epochs`: 3.0
|
| 541 |
-
- `max_steps`:
|
| 542 |
- `lr_scheduler_type`: linear
|
| 543 |
- `lr_scheduler_kwargs`: {}
|
| 544 |
- `warmup_ratio`: 0.1
|
|
@@ -645,19 +645,9 @@ You can finetune this model on your own dataset.
|
|
| 645 |
### Training Logs
|
| 646 |
| Epoch | Step | Training Loss | Validation Loss | NanoMSMARCO_cosine_ndcg@10 | NanoNQ_cosine_ndcg@10 | NanoBEIR_mean_cosine_ndcg@10 |
|
| 647 |
|:------:|:----:|:-------------:|:---------------:|:--------------------------:|:---------------------:|:----------------------------:|
|
| 648 |
-
| 0 | 0 | - |
|
| 649 |
-
| 0.3556 | 250 |
|
| 650 |
-
| 0.7112 | 500 | 1.
|
| 651 |
-
| 1.0669 | 750 | 1.1157 | 0.9385 | 0.5568 | 0.5444 | 0.5506 |
|
| 652 |
-
| 1.4225 | 1000 | 1.0721 | 0.9241 | 0.5523 | 0.5520 | 0.5521 |
|
| 653 |
-
| 1.7781 | 1250 | 1.0561 | 0.9159 | 0.5677 | 0.5454 | 0.5565 |
|
| 654 |
-
| 2.1337 | 1500 | 1.0411 | 0.9116 | 0.5505 | 0.5527 | 0.5516 |
|
| 655 |
-
| 2.4893 | 1750 | 1.0248 | 0.9073 | 0.5433 | 0.5631 | 0.5532 |
|
| 656 |
-
| 2.8450 | 2000 | 1.022 | 0.9042 | 0.5424 | 0.5648 | 0.5536 |
|
| 657 |
-
| 3.2006 | 2250 | 1.0079 | 0.9015 | 0.5557 | 0.5626 | 0.5592 |
|
| 658 |
-
| 3.5562 | 2500 | 1.0092 | 0.8998 | 0.5560 | 0.5590 | 0.5575 |
|
| 659 |
-
| 3.9118 | 2750 | 0.9982 | 0.8986 | 0.5560 | 0.5535 | 0.5548 |
|
| 660 |
-
| 4.2674 | 3000 | 0.9947 | 0.8986 | 0.5560 | 0.5530 | 0.5545 |
|
| 661 |
|
| 662 |
|
| 663 |
### Framework Versions
|
|
|
|
| 7 |
- generated_from_trainer
|
| 8 |
- dataset_size:90000
|
| 9 |
- loss:MultipleNegativesRankingLoss
|
| 10 |
+
base_model: sentence-transformers/all-MiniLM-L6-v2
|
| 11 |
widget:
|
| 12 |
- source_sentence: what is the maximum i can contribute to a traditional ira
|
| 13 |
sentences:
|
|
|
|
| 121 |
- cosine_mrr@10
|
| 122 |
- cosine_map@100
|
| 123 |
model-index:
|
| 124 |
+
- name: SentenceTransformer based on sentence-transformers/all-MiniLM-L6-v2
|
| 125 |
results:
|
| 126 |
- task:
|
| 127 |
type: information-retrieval
|
|
|
|
| 131 |
type: NanoMSMARCO
|
| 132 |
metrics:
|
| 133 |
- type: cosine_accuracy@1
|
| 134 |
+
value: 0.3
|
| 135 |
name: Cosine Accuracy@1
|
| 136 |
- type: cosine_accuracy@3
|
| 137 |
+
value: 0.62
|
| 138 |
name: Cosine Accuracy@3
|
| 139 |
- type: cosine_accuracy@5
|
| 140 |
+
value: 0.62
|
| 141 |
name: Cosine Accuracy@5
|
| 142 |
- type: cosine_accuracy@10
|
| 143 |
value: 0.72
|
| 144 |
name: Cosine Accuracy@10
|
| 145 |
- type: cosine_precision@1
|
| 146 |
+
value: 0.3
|
| 147 |
name: Cosine Precision@1
|
| 148 |
- type: cosine_precision@3
|
| 149 |
+
value: 0.20666666666666667
|
| 150 |
name: Cosine Precision@3
|
| 151 |
- type: cosine_precision@5
|
| 152 |
+
value: 0.124
|
| 153 |
name: Cosine Precision@5
|
| 154 |
- type: cosine_precision@10
|
| 155 |
value: 0.07200000000000001
|
| 156 |
name: Cosine Precision@10
|
| 157 |
- type: cosine_recall@1
|
| 158 |
+
value: 0.3
|
| 159 |
name: Cosine Recall@1
|
| 160 |
- type: cosine_recall@3
|
| 161 |
+
value: 0.62
|
| 162 |
name: Cosine Recall@3
|
| 163 |
- type: cosine_recall@5
|
| 164 |
+
value: 0.62
|
| 165 |
name: Cosine Recall@5
|
| 166 |
- type: cosine_recall@10
|
| 167 |
value: 0.72
|
| 168 |
name: Cosine Recall@10
|
| 169 |
- type: cosine_ndcg@10
|
| 170 |
+
value: 0.5180879550984706
|
| 171 |
name: Cosine Ndcg@10
|
| 172 |
- type: cosine_mrr@10
|
| 173 |
+
value: 0.4529126984126984
|
| 174 |
name: Cosine Mrr@10
|
| 175 |
- type: cosine_map@100
|
| 176 |
+
value: 0.4665743772173455
|
| 177 |
name: Cosine Map@100
|
| 178 |
- task:
|
| 179 |
type: information-retrieval
|
|
|
|
| 183 |
type: NanoNQ
|
| 184 |
metrics:
|
| 185 |
- type: cosine_accuracy@1
|
| 186 |
+
value: 0.36
|
| 187 |
name: Cosine Accuracy@1
|
| 188 |
- type: cosine_accuracy@3
|
| 189 |
+
value: 0.5
|
| 190 |
name: Cosine Accuracy@3
|
| 191 |
- type: cosine_accuracy@5
|
| 192 |
+
value: 0.54
|
| 193 |
name: Cosine Accuracy@5
|
| 194 |
- type: cosine_accuracy@10
|
| 195 |
+
value: 0.6
|
| 196 |
name: Cosine Accuracy@10
|
| 197 |
- type: cosine_precision@1
|
| 198 |
+
value: 0.36
|
| 199 |
name: Cosine Precision@1
|
| 200 |
- type: cosine_precision@3
|
| 201 |
+
value: 0.1733333333333333
|
| 202 |
name: Cosine Precision@3
|
| 203 |
- type: cosine_precision@5
|
| 204 |
+
value: 0.11600000000000002
|
| 205 |
name: Cosine Precision@5
|
| 206 |
- type: cosine_precision@10
|
| 207 |
+
value: 0.066
|
| 208 |
name: Cosine Precision@10
|
| 209 |
- type: cosine_recall@1
|
| 210 |
+
value: 0.34
|
| 211 |
name: Cosine Recall@1
|
| 212 |
- type: cosine_recall@3
|
| 213 |
+
value: 0.47
|
| 214 |
name: Cosine Recall@3
|
| 215 |
- type: cosine_recall@5
|
| 216 |
+
value: 0.52
|
| 217 |
name: Cosine Recall@5
|
| 218 |
- type: cosine_recall@10
|
| 219 |
+
value: 0.59
|
| 220 |
name: Cosine Recall@10
|
| 221 |
- type: cosine_ndcg@10
|
| 222 |
+
value: 0.4736769259177555
|
| 223 |
name: Cosine Ndcg@10
|
| 224 |
- type: cosine_mrr@10
|
| 225 |
+
value: 0.44483333333333336
|
| 226 |
name: Cosine Mrr@10
|
| 227 |
- type: cosine_map@100
|
| 228 |
+
value: 0.4475757336608197
|
| 229 |
name: Cosine Map@100
|
| 230 |
- task:
|
| 231 |
type: nano-beir
|
|
|
|
| 235 |
type: NanoBEIR_mean
|
| 236 |
metrics:
|
| 237 |
- type: cosine_accuracy@1
|
| 238 |
+
value: 0.32999999999999996
|
| 239 |
name: Cosine Accuracy@1
|
| 240 |
- type: cosine_accuracy@3
|
| 241 |
value: 0.56
|
| 242 |
name: Cosine Accuracy@3
|
| 243 |
- type: cosine_accuracy@5
|
| 244 |
+
value: 0.5800000000000001
|
| 245 |
name: Cosine Accuracy@5
|
| 246 |
- type: cosine_accuracy@10
|
| 247 |
+
value: 0.6599999999999999
|
| 248 |
name: Cosine Accuracy@10
|
| 249 |
- type: cosine_precision@1
|
| 250 |
+
value: 0.32999999999999996
|
| 251 |
name: Cosine Precision@1
|
| 252 |
- type: cosine_precision@3
|
| 253 |
value: 0.19
|
| 254 |
name: Cosine Precision@3
|
| 255 |
- type: cosine_precision@5
|
| 256 |
+
value: 0.12000000000000001
|
| 257 |
name: Cosine Precision@5
|
| 258 |
- type: cosine_precision@10
|
| 259 |
+
value: 0.069
|
| 260 |
name: Cosine Precision@10
|
| 261 |
- type: cosine_recall@1
|
| 262 |
+
value: 0.32
|
| 263 |
name: Cosine Recall@1
|
| 264 |
- type: cosine_recall@3
|
| 265 |
+
value: 0.5449999999999999
|
| 266 |
name: Cosine Recall@3
|
| 267 |
- type: cosine_recall@5
|
| 268 |
+
value: 0.5700000000000001
|
| 269 |
name: Cosine Recall@5
|
| 270 |
- type: cosine_recall@10
|
| 271 |
+
value: 0.655
|
| 272 |
name: Cosine Recall@10
|
| 273 |
- type: cosine_ndcg@10
|
| 274 |
+
value: 0.49588244050811303
|
| 275 |
name: Cosine Ndcg@10
|
| 276 |
- type: cosine_mrr@10
|
| 277 |
+
value: 0.44887301587301587
|
| 278 |
name: Cosine Mrr@10
|
| 279 |
- type: cosine_map@100
|
| 280 |
+
value: 0.4570750554390826
|
| 281 |
name: Cosine Map@100
|
| 282 |
---
|
| 283 |
|
| 284 |
+
# SentenceTransformer based on sentence-transformers/all-MiniLM-L6-v2
|
| 285 |
|
| 286 |
+
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2). It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
|
| 287 |
|
| 288 |
## Model Details
|
| 289 |
|
| 290 |
### Model Description
|
| 291 |
- **Model Type:** Sentence Transformer
|
| 292 |
+
- **Base model:** [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) <!-- at revision c9745ed1d9f207416be6d2e6f8de32d1f16199bf -->
|
| 293 |
- **Maximum Sequence Length:** 128 tokens
|
| 294 |
- **Output Dimensionality:** 384 dimensions
|
| 295 |
- **Similarity Function:** Cosine Similarity
|
|
|
|
| 342 |
# Get the similarity scores for the embeddings
|
| 343 |
similarities = model.similarity(embeddings, embeddings)
|
| 344 |
print(similarities)
|
| 345 |
+
# tensor([[1.0000, 0.5217, 0.5263],
|
| 346 |
+
# [0.5217, 0.9999, 0.2880],
|
| 347 |
+
# [0.5263, 0.2880, 1.0000]])
|
| 348 |
```
|
| 349 |
|
| 350 |
<!--
|
|
|
|
| 380 |
* Datasets: `NanoMSMARCO` and `NanoNQ`
|
| 381 |
* Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
|
| 382 |
|
| 383 |
+
| Metric | NanoMSMARCO | NanoNQ |
|
| 384 |
+
|:--------------------|:------------|:-----------|
|
| 385 |
+
| cosine_accuracy@1 | 0.3 | 0.36 |
|
| 386 |
+
| cosine_accuracy@3 | 0.62 | 0.5 |
|
| 387 |
+
| cosine_accuracy@5 | 0.62 | 0.54 |
|
| 388 |
+
| cosine_accuracy@10 | 0.72 | 0.6 |
|
| 389 |
+
| cosine_precision@1 | 0.3 | 0.36 |
|
| 390 |
+
| cosine_precision@3 | 0.2067 | 0.1733 |
|
| 391 |
+
| cosine_precision@5 | 0.124 | 0.116 |
|
| 392 |
+
| cosine_precision@10 | 0.072 | 0.066 |
|
| 393 |
+
| cosine_recall@1 | 0.3 | 0.34 |
|
| 394 |
+
| cosine_recall@3 | 0.62 | 0.47 |
|
| 395 |
+
| cosine_recall@5 | 0.62 | 0.52 |
|
| 396 |
+
| cosine_recall@10 | 0.72 | 0.59 |
|
| 397 |
+
| **cosine_ndcg@10** | **0.5181** | **0.4737** |
|
| 398 |
+
| cosine_mrr@10 | 0.4529 | 0.4448 |
|
| 399 |
+
| cosine_map@100 | 0.4666 | 0.4476 |
|
| 400 |
|
| 401 |
#### Nano BEIR
|
| 402 |
|
|
|
|
| 414 |
|
| 415 |
| Metric | Value |
|
| 416 |
|:--------------------|:-----------|
|
| 417 |
+
| cosine_accuracy@1 | 0.33 |
|
| 418 |
| cosine_accuracy@3 | 0.56 |
|
| 419 |
+
| cosine_accuracy@5 | 0.58 |
|
| 420 |
+
| cosine_accuracy@10 | 0.66 |
|
| 421 |
+
| cosine_precision@1 | 0.33 |
|
| 422 |
| cosine_precision@3 | 0.19 |
|
| 423 |
+
| cosine_precision@5 | 0.12 |
|
| 424 |
+
| cosine_precision@10 | 0.069 |
|
| 425 |
+
| cosine_recall@1 | 0.32 |
|
| 426 |
+
| cosine_recall@3 | 0.545 |
|
| 427 |
+
| cosine_recall@5 | 0.57 |
|
| 428 |
+
| cosine_recall@10 | 0.655 |
|
| 429 |
+
| **cosine_ndcg@10** | **0.4959** |
|
| 430 |
+
| cosine_mrr@10 | 0.4489 |
|
| 431 |
+
| cosine_map@100 | 0.4571 |
|
| 432 |
|
| 433 |
<!--
|
| 434 |
## Bias, Risks and Limitations
|
|
|
|
| 502 |
- `eval_strategy`: steps
|
| 503 |
- `per_device_train_batch_size`: 128
|
| 504 |
- `per_device_eval_batch_size`: 128
|
| 505 |
+
- `learning_rate`: 0.0001
|
| 506 |
+
- `weight_decay`: 0.005
|
| 507 |
+
- `max_steps`: 562
|
| 508 |
- `warmup_ratio`: 0.1
|
| 509 |
- `fp16`: True
|
| 510 |
- `dataloader_drop_last`: True
|
|
|
|
| 531 |
- `gradient_accumulation_steps`: 1
|
| 532 |
- `eval_accumulation_steps`: None
|
| 533 |
- `torch_empty_cache_steps`: None
|
| 534 |
+
- `learning_rate`: 0.0001
|
| 535 |
+
- `weight_decay`: 0.005
|
| 536 |
- `adam_beta1`: 0.9
|
| 537 |
- `adam_beta2`: 0.999
|
| 538 |
- `adam_epsilon`: 1e-08
|
| 539 |
- `max_grad_norm`: 1.0
|
| 540 |
- `num_train_epochs`: 3.0
|
| 541 |
+
- `max_steps`: 562
|
| 542 |
- `lr_scheduler_type`: linear
|
| 543 |
- `lr_scheduler_kwargs`: {}
|
| 544 |
- `warmup_ratio`: 0.1
|
|
|
|
| 645 |
### Training Logs
|
| 646 |
| Epoch | Step | Training Loss | Validation Loss | NanoMSMARCO_cosine_ndcg@10 | NanoNQ_cosine_ndcg@10 | NanoBEIR_mean_cosine_ndcg@10 |
|
| 647 |
|:------:|:----:|:-------------:|:---------------:|:--------------------------:|:---------------------:|:----------------------------:|
|
| 648 |
+
| 0 | 0 | - | 1.2542 | 0.5540 | 0.5931 | 0.5735 |
|
| 649 |
+
| 0.3556 | 250 | 1.138 | 0.9359 | 0.5039 | 0.4586 | 0.4813 |
|
| 650 |
+
| 0.7112 | 500 | 1.0665 | 0.9102 | 0.5181 | 0.4737 | 0.4959 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 651 |
|
| 652 |
|
| 653 |
### Framework Versions
|
config_sentence_transformers.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"model_type": "SentenceTransformer",
|
| 3 |
"__version__": {
|
| 4 |
"sentence_transformers": "5.2.0",
|
| 5 |
"transformers": "4.57.3",
|
| 6 |
"pytorch": "2.9.1+cu128"
|
| 7 |
},
|
|
|
|
| 8 |
"prompts": {
|
| 9 |
"query": "",
|
| 10 |
"document": ""
|
|
|
|
| 1 |
{
|
|
|
|
| 2 |
"__version__": {
|
| 3 |
"sentence_transformers": "5.2.0",
|
| 4 |
"transformers": "4.57.3",
|
| 5 |
"pytorch": "2.9.1+cu128"
|
| 6 |
},
|
| 7 |
+
"model_type": "SentenceTransformer",
|
| 8 |
"prompts": {
|
| 9 |
"query": "",
|
| 10 |
"document": ""
|