radoslavralev commited on
Commit
290449f
·
verified ·
1 Parent(s): c955cc5

Add new SentenceTransformer model

Browse files
1_Pooling/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "word_embedding_dimension": 384,
3
- "pooling_mode_cls_token": false,
4
- "pooling_mode_mean_tokens": true,
5
  "pooling_mode_max_tokens": false,
6
  "pooling_mode_mean_sqrt_len_tokens": false,
7
  "pooling_mode_weightedmean_tokens": false,
 
1
  {
2
+ "word_embedding_dimension": 768,
3
+ "pooling_mode_cls_token": true,
4
+ "pooling_mode_mean_tokens": false,
5
  "pooling_mode_max_tokens": false,
6
  "pooling_mode_mean_sqrt_len_tokens": false,
7
  "pooling_mode_weightedmean_tokens": false,
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  - generated_from_trainer
8
  - dataset_size:111470
9
  - loss:MultipleNegativesRankingLoss
10
- base_model: sentence-transformers/all-MiniLM-L12-v2
11
  widget:
12
  - source_sentence: why are some rocks radioactive
13
  sentences:
@@ -106,7 +106,7 @@ metrics:
106
  - cosine_mrr@10
107
  - cosine_map@100
108
  model-index:
109
- - name: SentenceTransformer based on sentence-transformers/all-MiniLM-L12-v2
110
  results:
111
  - task:
112
  type: information-retrieval
@@ -116,49 +116,49 @@ model-index:
116
  type: NanoMSMARCO
117
  metrics:
118
  - type: cosine_accuracy@1
119
- value: 0.34
120
  name: Cosine Accuracy@1
121
  - type: cosine_accuracy@3
122
- value: 0.54
123
  name: Cosine Accuracy@3
124
  - type: cosine_accuracy@5
125
- value: 0.64
126
  name: Cosine Accuracy@5
127
  - type: cosine_accuracy@10
128
- value: 0.72
129
  name: Cosine Accuracy@10
130
  - type: cosine_precision@1
131
- value: 0.34
132
  name: Cosine Precision@1
133
  - type: cosine_precision@3
134
- value: 0.18
135
  name: Cosine Precision@3
136
  - type: cosine_precision@5
137
- value: 0.12800000000000003
138
  name: Cosine Precision@5
139
  - type: cosine_precision@10
140
- value: 0.07200000000000001
141
  name: Cosine Precision@10
142
  - type: cosine_recall@1
143
- value: 0.34
144
  name: Cosine Recall@1
145
  - type: cosine_recall@3
146
- value: 0.54
147
  name: Cosine Recall@3
148
  - type: cosine_recall@5
149
- value: 0.64
150
  name: Cosine Recall@5
151
  - type: cosine_recall@10
152
- value: 0.72
153
  name: Cosine Recall@10
154
  - type: cosine_ndcg@10
155
- value: 0.5240037339745247
156
  name: Cosine Ndcg@10
157
  - type: cosine_mrr@10
158
- value: 0.4620555555555555
159
  name: Cosine Mrr@10
160
  - type: cosine_map@100
161
- value: 0.47561895719519554
162
  name: Cosine Map@100
163
  - task:
164
  type: information-retrieval
@@ -171,46 +171,46 @@ model-index:
171
  value: 0.42
172
  name: Cosine Accuracy@1
173
  - type: cosine_accuracy@3
174
- value: 0.6
175
  name: Cosine Accuracy@3
176
  - type: cosine_accuracy@5
177
- value: 0.6
178
  name: Cosine Accuracy@5
179
  - type: cosine_accuracy@10
180
- value: 0.68
181
  name: Cosine Accuracy@10
182
  - type: cosine_precision@1
183
  value: 0.42
184
  name: Cosine Precision@1
185
  - type: cosine_precision@3
186
- value: 0.21333333333333332
187
  name: Cosine Precision@3
188
  - type: cosine_precision@5
189
- value: 0.128
190
  name: Cosine Precision@5
191
  - type: cosine_precision@10
192
- value: 0.07200000000000001
193
  name: Cosine Precision@10
194
  - type: cosine_recall@1
195
  value: 0.38
196
  name: Cosine Recall@1
197
  - type: cosine_recall@3
198
- value: 0.58
199
  name: Cosine Recall@3
200
  - type: cosine_recall@5
201
- value: 0.58
202
  name: Cosine Recall@5
203
  - type: cosine_recall@10
204
- value: 0.65
205
  name: Cosine Recall@10
206
  - type: cosine_ndcg@10
207
- value: 0.5323118123166091
208
  name: Cosine Ndcg@10
209
  - type: cosine_mrr@10
210
- value: 0.5109126984126984
211
  name: Cosine Mrr@10
212
  - type: cosine_map@100
213
- value: 0.49965941289619986
214
  name: Cosine Map@100
215
  - task:
216
  type: nano-beir
@@ -220,63 +220,63 @@ model-index:
220
  type: NanoBEIR_mean
221
  metrics:
222
  - type: cosine_accuracy@1
223
- value: 0.38
224
  name: Cosine Accuracy@1
225
  - type: cosine_accuracy@3
226
- value: 0.5700000000000001
227
  name: Cosine Accuracy@3
228
  - type: cosine_accuracy@5
229
- value: 0.62
230
  name: Cosine Accuracy@5
231
  - type: cosine_accuracy@10
232
- value: 0.7
233
  name: Cosine Accuracy@10
234
  - type: cosine_precision@1
235
- value: 0.38
236
  name: Cosine Precision@1
237
  - type: cosine_precision@3
238
- value: 0.19666666666666666
239
  name: Cosine Precision@3
240
  - type: cosine_precision@5
241
- value: 0.128
242
  name: Cosine Precision@5
243
  - type: cosine_precision@10
244
- value: 0.07200000000000001
245
  name: Cosine Precision@10
246
  - type: cosine_recall@1
247
- value: 0.36
248
  name: Cosine Recall@1
249
  - type: cosine_recall@3
250
- value: 0.56
251
  name: Cosine Recall@3
252
  - type: cosine_recall@5
253
- value: 0.61
254
  name: Cosine Recall@5
255
  - type: cosine_recall@10
256
- value: 0.685
257
  name: Cosine Recall@10
258
  - type: cosine_ndcg@10
259
- value: 0.5281577731455669
260
  name: Cosine Ndcg@10
261
  - type: cosine_mrr@10
262
- value: 0.4864841269841269
263
  name: Cosine Mrr@10
264
  - type: cosine_map@100
265
- value: 0.4876391850456977
266
  name: Cosine Map@100
267
  ---
268
 
269
- # SentenceTransformer based on sentence-transformers/all-MiniLM-L12-v2
270
 
271
- This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [sentence-transformers/all-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L12-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.
272
 
273
  ## Model Details
274
 
275
  ### Model Description
276
  - **Model Type:** Sentence Transformer
277
- - **Base model:** [sentence-transformers/all-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L12-v2) <!-- at revision 936af83a2ecce5fe87a09109ff5cbcefe073173a -->
278
  - **Maximum Sequence Length:** 128 tokens
279
- - **Output Dimensionality:** 384 dimensions
280
  - **Similarity Function:** Cosine Similarity
281
  <!-- - **Training Dataset:** Unknown -->
282
  <!-- - **Language:** Unknown -->
@@ -292,9 +292,8 @@ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [s
292
 
293
  ```
294
  SentenceTransformer(
295
- (0): Transformer({'max_seq_length': 128, 'do_lower_case': False, 'architecture': 'BertModel'})
296
- (1): Pooling({'word_embedding_dimension': 384, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
297
- (2): Normalize()
298
  )
299
  ```
300
 
@@ -322,14 +321,14 @@ sentences = [
322
  ]
323
  embeddings = model.encode(sentences)
324
  print(embeddings.shape)
325
- # [3, 384]
326
 
327
  # Get the similarity scores for the embeddings
328
  similarities = model.similarity(embeddings, embeddings)
329
  print(similarities)
330
- # tensor([[1.0000, 1.0000, 0.9589],
331
- # [1.0000, 1.0000, 0.9589],
332
- # [0.9589, 0.9589, 1.0001]])
333
  ```
334
 
335
  <!--
@@ -367,21 +366,21 @@ You can finetune this model on your own dataset.
367
 
368
  | Metric | NanoMSMARCO | NanoNQ |
369
  |:--------------------|:------------|:-----------|
370
- | cosine_accuracy@1 | 0.34 | 0.42 |
371
- | cosine_accuracy@3 | 0.54 | 0.6 |
372
- | cosine_accuracy@5 | 0.64 | 0.6 |
373
- | cosine_accuracy@10 | 0.72 | 0.68 |
374
- | cosine_precision@1 | 0.34 | 0.42 |
375
- | cosine_precision@3 | 0.18 | 0.2133 |
376
- | cosine_precision@5 | 0.128 | 0.128 |
377
- | cosine_precision@10 | 0.072 | 0.072 |
378
- | cosine_recall@1 | 0.34 | 0.38 |
379
- | cosine_recall@3 | 0.54 | 0.58 |
380
- | cosine_recall@5 | 0.64 | 0.58 |
381
- | cosine_recall@10 | 0.72 | 0.65 |
382
- | **cosine_ndcg@10** | **0.524** | **0.5323** |
383
- | cosine_mrr@10 | 0.4621 | 0.5109 |
384
- | cosine_map@100 | 0.4756 | 0.4997 |
385
 
386
  #### Nano BEIR
387
 
@@ -399,21 +398,21 @@ You can finetune this model on your own dataset.
399
 
400
  | Metric | Value |
401
  |:--------------------|:-----------|
402
- | cosine_accuracy@1 | 0.38 |
403
- | cosine_accuracy@3 | 0.57 |
404
- | cosine_accuracy@5 | 0.62 |
405
- | cosine_accuracy@10 | 0.7 |
406
- | cosine_precision@1 | 0.38 |
407
- | cosine_precision@3 | 0.1967 |
408
- | cosine_precision@5 | 0.128 |
409
- | cosine_precision@10 | 0.072 |
410
- | cosine_recall@1 | 0.36 |
411
- | cosine_recall@3 | 0.56 |
412
- | cosine_recall@5 | 0.61 |
413
- | cosine_recall@10 | 0.685 |
414
- | **cosine_ndcg@10** | **0.5282** |
415
- | cosine_mrr@10 | 0.4865 |
416
- | cosine_map@100 | 0.4876 |
417
 
418
  <!--
419
  ## Bias, Risks and Limitations
@@ -439,7 +438,7 @@ You can finetune this model on your own dataset.
439
  | | anchor | positive | negative |
440
  |:--------|:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
441
  | type | string | string | string |
442
- | details | <ul><li>min: 4 tokens</li><li>mean: 10.95 tokens</li><li>max: 60 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 67.57 tokens</li><li>max: 128 tokens</li></ul> | <ul><li>min: 7 tokens</li><li>mean: 66.64 tokens</li><li>max: 128 tokens</li></ul> |
443
  * Samples:
444
  | anchor | positive | negative |
445
  |:----------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -465,7 +464,7 @@ You can finetune this model on your own dataset.
465
  | | anchor | positive | negative |
466
  |:--------|:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
467
  | type | string | string | string |
468
- | details | <ul><li>min: 4 tokens</li><li>mean: 11.11 tokens</li><li>max: 66 tokens</li></ul> | <ul><li>min: 7 tokens</li><li>mean: 67.99 tokens</li><li>max: 128 tokens</li></ul> | <ul><li>min: 7 tokens</li><li>mean: 66.08 tokens</li><li>max: 128 tokens</li></ul> |
469
  * Samples:
470
  | anchor | positive | negative |
471
  |:----------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -487,9 +486,9 @@ You can finetune this model on your own dataset.
487
  - `eval_strategy`: steps
488
  - `per_device_train_batch_size`: 128
489
  - `per_device_eval_batch_size`: 128
490
- - `learning_rate`: 8e-05
491
  - `weight_decay`: 0.005
492
- - `max_steps`: 1687
493
  - `warmup_ratio`: 0.1
494
  - `fp16`: True
495
  - `dataloader_drop_last`: True
@@ -516,14 +515,14 @@ You can finetune this model on your own dataset.
516
  - `gradient_accumulation_steps`: 1
517
  - `eval_accumulation_steps`: None
518
  - `torch_empty_cache_steps`: None
519
- - `learning_rate`: 8e-05
520
  - `weight_decay`: 0.005
521
  - `adam_beta1`: 0.9
522
  - `adam_beta2`: 0.999
523
  - `adam_epsilon`: 1e-08
524
  - `max_grad_norm`: 1.0
525
  - `num_train_epochs`: 3.0
526
- - `max_steps`: 1687
527
  - `lr_scheduler_type`: linear
528
  - `lr_scheduler_kwargs`: {}
529
  - `warmup_ratio`: 0.1
@@ -628,16 +627,13 @@ You can finetune this model on your own dataset.
628
  </details>
629
 
630
  ### Training Logs
631
- | Epoch | Step | Training Loss | Validation Loss | NanoMSMARCO_cosine_ndcg@10 | NanoNQ_cosine_ndcg@10 | NanoBEIR_mean_cosine_ndcg@10 |
632
- |:------:|:----:|:-------------:|:---------------:|:--------------------------:|:---------------------:|:----------------------------:|
633
- | 0 | 0 | - | 1.1142 | 0.5887 | 0.5786 | 0.5836 |
634
- | 0.2874 | 250 | 1.0151 | 0.8262 | 0.5547 | 0.5323 | 0.5435 |
635
- | 0.5747 | 500 | 0.9318 | 0.8010 | 0.5094 | 0.5342 | 0.5218 |
636
- | 0.8621 | 750 | 0.9087 | 0.7803 | 0.5242 | 0.5461 | 0.5352 |
637
- | 1.1494 | 1000 | 0.8448 | 0.7753 | 0.5291 | 0.5333 | 0.5312 |
638
- | 1.4368 | 1250 | 0.798 | 0.7693 | 0.5249 | 0.5104 | 0.5176 |
639
- | 1.7241 | 1500 | 0.7883 | 0.7618 | 0.5240 | 0.5323 | 0.5282 |
640
 
 
641
 
642
  ### Framework Versions
643
  - Python: 3.10.18
 
7
  - generated_from_trainer
8
  - dataset_size:111470
9
  - loss:MultipleNegativesRankingLoss
10
+ base_model: Alibaba-NLP/gte-modernbert-base
11
  widget:
12
  - source_sentence: why are some rocks radioactive
13
  sentences:
 
106
  - cosine_mrr@10
107
  - cosine_map@100
108
  model-index:
109
+ - name: SentenceTransformer based on Alibaba-NLP/gte-modernbert-base
110
  results:
111
  - task:
112
  type: information-retrieval
 
116
  type: NanoMSMARCO
117
  metrics:
118
  - type: cosine_accuracy@1
119
+ value: 0.46
120
  name: Cosine Accuracy@1
121
  - type: cosine_accuracy@3
122
+ value: 0.64
123
  name: Cosine Accuracy@3
124
  - type: cosine_accuracy@5
125
+ value: 0.78
126
  name: Cosine Accuracy@5
127
  - type: cosine_accuracy@10
128
+ value: 0.84
129
  name: Cosine Accuracy@10
130
  - type: cosine_precision@1
131
+ value: 0.46
132
  name: Cosine Precision@1
133
  - type: cosine_precision@3
134
+ value: 0.21333333333333332
135
  name: Cosine Precision@3
136
  - type: cosine_precision@5
137
+ value: 0.156
138
  name: Cosine Precision@5
139
  - type: cosine_precision@10
140
+ value: 0.08399999999999999
141
  name: Cosine Precision@10
142
  - type: cosine_recall@1
143
+ value: 0.46
144
  name: Cosine Recall@1
145
  - type: cosine_recall@3
146
+ value: 0.64
147
  name: Cosine Recall@3
148
  - type: cosine_recall@5
149
+ value: 0.78
150
  name: Cosine Recall@5
151
  - type: cosine_recall@10
152
+ value: 0.84
153
  name: Cosine Recall@10
154
  - type: cosine_ndcg@10
155
+ value: 0.6436072717719088
156
  name: Cosine Ndcg@10
157
  - type: cosine_mrr@10
158
+ value: 0.5809365079365079
159
  name: Cosine Mrr@10
160
  - type: cosine_map@100
161
+ value: 0.5875442422678194
162
  name: Cosine Map@100
163
  - task:
164
  type: information-retrieval
 
171
  value: 0.42
172
  name: Cosine Accuracy@1
173
  - type: cosine_accuracy@3
174
+ value: 0.58
175
  name: Cosine Accuracy@3
176
  - type: cosine_accuracy@5
177
+ value: 0.66
178
  name: Cosine Accuracy@5
179
  - type: cosine_accuracy@10
180
+ value: 0.76
181
  name: Cosine Accuracy@10
182
  - type: cosine_precision@1
183
  value: 0.42
184
  name: Cosine Precision@1
185
  - type: cosine_precision@3
186
+ value: 0.19333333333333333
187
  name: Cosine Precision@3
188
  - type: cosine_precision@5
189
+ value: 0.136
190
  name: Cosine Precision@5
191
  - type: cosine_precision@10
192
+ value: 0.08399999999999999
193
  name: Cosine Precision@10
194
  - type: cosine_recall@1
195
  value: 0.38
196
  name: Cosine Recall@1
197
  - type: cosine_recall@3
198
+ value: 0.54
199
  name: Cosine Recall@3
200
  - type: cosine_recall@5
201
+ value: 0.62
202
  name: Cosine Recall@5
203
  - type: cosine_recall@10
204
+ value: 0.74
205
  name: Cosine Recall@10
206
  - type: cosine_ndcg@10
207
+ value: 0.5512960895859668
208
  name: Cosine Ndcg@10
209
  - type: cosine_mrr@10
210
+ value: 0.5124126984126984
211
  name: Cosine Mrr@10
212
  - type: cosine_map@100
213
+ value: 0.4936325526558866
214
  name: Cosine Map@100
215
  - task:
216
  type: nano-beir
 
220
  type: NanoBEIR_mean
221
  metrics:
222
  - type: cosine_accuracy@1
223
+ value: 0.44
224
  name: Cosine Accuracy@1
225
  - type: cosine_accuracy@3
226
+ value: 0.61
227
  name: Cosine Accuracy@3
228
  - type: cosine_accuracy@5
229
+ value: 0.72
230
  name: Cosine Accuracy@5
231
  - type: cosine_accuracy@10
232
+ value: 0.8
233
  name: Cosine Accuracy@10
234
  - type: cosine_precision@1
235
+ value: 0.44
236
  name: Cosine Precision@1
237
  - type: cosine_precision@3
238
+ value: 0.2033333333333333
239
  name: Cosine Precision@3
240
  - type: cosine_precision@5
241
+ value: 0.14600000000000002
242
  name: Cosine Precision@5
243
  - type: cosine_precision@10
244
+ value: 0.08399999999999999
245
  name: Cosine Precision@10
246
  - type: cosine_recall@1
247
+ value: 0.42000000000000004
248
  name: Cosine Recall@1
249
  - type: cosine_recall@3
250
+ value: 0.5900000000000001
251
  name: Cosine Recall@3
252
  - type: cosine_recall@5
253
+ value: 0.7
254
  name: Cosine Recall@5
255
  - type: cosine_recall@10
256
+ value: 0.79
257
  name: Cosine Recall@10
258
  - type: cosine_ndcg@10
259
+ value: 0.5974516806789378
260
  name: Cosine Ndcg@10
261
  - type: cosine_mrr@10
262
+ value: 0.5466746031746031
263
  name: Cosine Mrr@10
264
  - type: cosine_map@100
265
+ value: 0.540588397461853
266
  name: Cosine Map@100
267
  ---
268
 
269
+ # SentenceTransformer based on Alibaba-NLP/gte-modernbert-base
270
 
271
+ This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [Alibaba-NLP/gte-modernbert-base](https://huggingface.co/Alibaba-NLP/gte-modernbert-base). It maps sentences & paragraphs to a 768-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
272
 
273
  ## Model Details
274
 
275
  ### Model Description
276
  - **Model Type:** Sentence Transformer
277
+ - **Base model:** [Alibaba-NLP/gte-modernbert-base](https://huggingface.co/Alibaba-NLP/gte-modernbert-base) <!-- at revision e7f32e3c00f91d699e8c43b53106206bcc72bb22 -->
278
  - **Maximum Sequence Length:** 128 tokens
279
+ - **Output Dimensionality:** 768 dimensions
280
  - **Similarity Function:** Cosine Similarity
281
  <!-- - **Training Dataset:** Unknown -->
282
  <!-- - **Language:** Unknown -->
 
292
 
293
  ```
294
  SentenceTransformer(
295
+ (0): Transformer({'max_seq_length': 128, 'do_lower_case': False, 'architecture': 'ModernBertModel'})
296
+ (1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
 
297
  )
298
  ```
299
 
 
321
  ]
322
  embeddings = model.encode(sentences)
323
  print(embeddings.shape)
324
+ # [3, 768]
325
 
326
  # Get the similarity scores for the embeddings
327
  similarities = model.similarity(embeddings, embeddings)
328
  print(similarities)
329
+ # tensor([[0.9999, 0.9999, 0.1540],
330
+ # [0.9999, 0.9999, 0.1540],
331
+ # [0.1540, 0.1540, 1.0000]])
332
  ```
333
 
334
  <!--
 
366
 
367
  | Metric | NanoMSMARCO | NanoNQ |
368
  |:--------------------|:------------|:-----------|
369
+ | cosine_accuracy@1 | 0.46 | 0.42 |
370
+ | cosine_accuracy@3 | 0.64 | 0.58 |
371
+ | cosine_accuracy@5 | 0.78 | 0.66 |
372
+ | cosine_accuracy@10 | 0.84 | 0.76 |
373
+ | cosine_precision@1 | 0.46 | 0.42 |
374
+ | cosine_precision@3 | 0.2133 | 0.1933 |
375
+ | cosine_precision@5 | 0.156 | 0.136 |
376
+ | cosine_precision@10 | 0.084 | 0.084 |
377
+ | cosine_recall@1 | 0.46 | 0.38 |
378
+ | cosine_recall@3 | 0.64 | 0.54 |
379
+ | cosine_recall@5 | 0.78 | 0.62 |
380
+ | cosine_recall@10 | 0.84 | 0.74 |
381
+ | **cosine_ndcg@10** | **0.6436** | **0.5513** |
382
+ | cosine_mrr@10 | 0.5809 | 0.5124 |
383
+ | cosine_map@100 | 0.5875 | 0.4936 |
384
 
385
  #### Nano BEIR
386
 
 
398
 
399
  | Metric | Value |
400
  |:--------------------|:-----------|
401
+ | cosine_accuracy@1 | 0.44 |
402
+ | cosine_accuracy@3 | 0.61 |
403
+ | cosine_accuracy@5 | 0.72 |
404
+ | cosine_accuracy@10 | 0.8 |
405
+ | cosine_precision@1 | 0.44 |
406
+ | cosine_precision@3 | 0.2033 |
407
+ | cosine_precision@5 | 0.146 |
408
+ | cosine_precision@10 | 0.084 |
409
+ | cosine_recall@1 | 0.42 |
410
+ | cosine_recall@3 | 0.59 |
411
+ | cosine_recall@5 | 0.7 |
412
+ | cosine_recall@10 | 0.79 |
413
+ | **cosine_ndcg@10** | **0.5975** |
414
+ | cosine_mrr@10 | 0.5467 |
415
+ | cosine_map@100 | 0.5406 |
416
 
417
  <!--
418
  ## Bias, Risks and Limitations
 
438
  | | anchor | positive | negative |
439
  |:--------|:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
440
  | type | string | string | string |
441
+ | details | <ul><li>min: 4 tokens</li><li>mean: 11.17 tokens</li><li>max: 59 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 68.53 tokens</li><li>max: 128 tokens</li></ul> | <ul><li>min: 7 tokens</li><li>mean: 67.56 tokens</li><li>max: 128 tokens</li></ul> |
442
  * Samples:
443
  | anchor | positive | negative |
444
  |:----------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 
464
  | | anchor | positive | negative |
465
  |:--------|:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
466
  | type | string | string | string |
467
+ | details | <ul><li>min: 4 tokens</li><li>mean: 11.35 tokens</li><li>max: 64 tokens</li></ul> | <ul><li>min: 7 tokens</li><li>mean: 68.67 tokens</li><li>max: 128 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 67.03 tokens</li><li>max: 128 tokens</li></ul> |
468
  * Samples:
469
  | anchor | positive | negative |
470
  |:----------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 
486
  - `eval_strategy`: steps
487
  - `per_device_train_batch_size`: 128
488
  - `per_device_eval_batch_size`: 128
489
+ - `learning_rate`: 4e-05
490
  - `weight_decay`: 0.005
491
+ - `max_steps`: 500
492
  - `warmup_ratio`: 0.1
493
  - `fp16`: True
494
  - `dataloader_drop_last`: True
 
515
  - `gradient_accumulation_steps`: 1
516
  - `eval_accumulation_steps`: None
517
  - `torch_empty_cache_steps`: None
518
+ - `learning_rate`: 4e-05
519
  - `weight_decay`: 0.005
520
  - `adam_beta1`: 0.9
521
  - `adam_beta2`: 0.999
522
  - `adam_epsilon`: 1e-08
523
  - `max_grad_norm`: 1.0
524
  - `num_train_epochs`: 3.0
525
+ - `max_steps`: 500
526
  - `lr_scheduler_type`: linear
527
  - `lr_scheduler_kwargs`: {}
528
  - `warmup_ratio`: 0.1
 
627
  </details>
628
 
629
  ### Training Logs
630
+ | Epoch | Step | Training Loss | Validation Loss | NanoMSMARCO_cosine_ndcg@10 | NanoNQ_cosine_ndcg@10 | NanoBEIR_mean_cosine_ndcg@10 |
631
+ |:----------:|:-------:|:-------------:|:---------------:|:--------------------------:|:---------------------:|:----------------------------:|
632
+ | 0 | 0 | - | 2.5772 | 0.6530 | 0.6552 | 0.6541 |
633
+ | 0.2874 | 250 | 0.9403 | 0.7617 | 0.6082 | 0.5623 | 0.5853 |
634
+ | **0.5747** | **500** | **0.7488** | **0.743** | **0.6436** | **0.5513** | **0.5975** |
 
 
 
 
635
 
636
+ * The bold row denotes the saved checkpoint.
637
 
638
  ### Framework Versions
639
  - Python: 3.10.18
config_sentence_transformers.json CHANGED
@@ -4,11 +4,11 @@
4
  "transformers": "4.57.3",
5
  "pytorch": "2.9.1+cu128"
6
  },
7
- "model_type": "SentenceTransformer",
8
  "prompts": {
9
  "query": "",
10
  "document": ""
11
  },
12
  "default_prompt_name": null,
13
- "similarity_fn_name": "cosine"
 
14
  }
 
4
  "transformers": "4.57.3",
5
  "pytorch": "2.9.1+cu128"
6
  },
 
7
  "prompts": {
8
  "query": "",
9
  "document": ""
10
  },
11
  "default_prompt_name": null,
12
+ "similarity_fn_name": "cosine",
13
+ "model_type": "SentenceTransformer"
14
  }
modules.json CHANGED
@@ -10,11 +10,5 @@
10
  "name": "1",
11
  "path": "1_Pooling",
12
  "type": "sentence_transformers.models.Pooling"
13
- },
14
- {
15
- "idx": 2,
16
- "name": "2",
17
- "path": "2_Normalize",
18
- "type": "sentence_transformers.models.Normalize"
19
  }
20
  ]
 
10
  "name": "1",
11
  "path": "1_Pooling",
12
  "type": "sentence_transformers.models.Pooling"
 
 
 
 
 
 
13
  }
14
  ]