Training in progress, step 14060
Browse files- Information-Retrieval_evaluation_val_results.csv +1 -0
- README.md +73 -345
- eval/Information-Retrieval_evaluation_val_results.csv +141 -0
- final_metrics.json +14 -14
- model.safetensors +1 -1
Information-Retrieval_evaluation_val_results.csv
CHANGED
|
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Precisi
|
|
| 2 |
-1,-1,0.9208,0.9698,0.9842,0.9208,0.9208,0.3232666666666667,0.9698,0.19684,0.9842,0.9208,0.9460899999999998,0.9476021428571432,0.9593212690041523,0.9479260307963899
|
| 3 |
-1,-1,0.9184,0.97,0.9852,0.9184,0.9184,0.3233333333333333,0.97,0.19703999999999997,0.9852,0.9184,0.9451366666666663,0.9466038095238087,0.9586270476620361,0.946959374340519
|
| 4 |
-1,-1,0.829575,0.9048,0.9324,0.829575,0.829575,0.3016,0.9048,0.18648000000000003,0.9324,0.829575,0.8693266666666628,0.873717658730154,0.8957411186558171,0.8757871539962314
|
|
|
|
|
|
| 2 |
-1,-1,0.9208,0.9698,0.9842,0.9208,0.9208,0.3232666666666667,0.9698,0.19684,0.9842,0.9208,0.9460899999999998,0.9476021428571432,0.9593212690041523,0.9479260307963899
|
| 3 |
-1,-1,0.9184,0.97,0.9852,0.9184,0.9184,0.3233333333333333,0.97,0.19703999999999997,0.9852,0.9184,0.9451366666666663,0.9466038095238087,0.9586270476620361,0.946959374340519
|
| 4 |
-1,-1,0.829575,0.9048,0.9324,0.829575,0.829575,0.3016,0.9048,0.18648000000000003,0.9324,0.829575,0.8693266666666628,0.873717658730154,0.8957411186558171,0.8757871539962314
|
| 5 |
+
-1,-1,0.829275,0.9051,0.9329,0.829275,0.829275,0.30169999999999997,0.9051,0.18658000000000002,0.9329,0.829275,0.8692179166666618,0.8735753373015815,0.8956869608914538,0.8756452160249361
|
README.md
CHANGED
|
@@ -5,110 +5,38 @@ tags:
|
|
| 5 |
- feature-extraction
|
| 6 |
- dense
|
| 7 |
- generated_from_trainer
|
| 8 |
-
- dataset_size:
|
| 9 |
- loss:MultipleNegativesRankingLoss
|
| 10 |
base_model: prajjwal1/bert-small
|
| 11 |
widget:
|
| 12 |
-
- source_sentence:
|
| 13 |
-
for one that's not married? Which one is for what?
|
| 14 |
sentences:
|
| 15 |
-
-
|
| 16 |
-
|
| 17 |
-
-
|
| 18 |
-
|
| 19 |
-
- source_sentence: Which ointment is applied to the face of UFC fighters at the commencement
|
| 20 |
-
of a bout? What does it do?
|
| 21 |
sentences:
|
| 22 |
-
-
|
| 23 |
-
-
|
| 24 |
-
|
| 25 |
-
-
|
| 26 |
-
- source_sentence:
|
| 27 |
sentences:
|
| 28 |
-
-
|
| 29 |
-
-
|
| 30 |
-
-
|
| 31 |
-
- source_sentence:
|
| 32 |
-
no more on Menu! When if ever will I atleast get refund in cr card a/c?
|
| 33 |
sentences:
|
| 34 |
-
-
|
| 35 |
-
-
|
| 36 |
-
-
|
| 37 |
-
|
| 38 |
-
- source_sentence: How do you earn money on Quora?
|
| 39 |
sentences:
|
| 40 |
-
-
|
| 41 |
-
-
|
| 42 |
-
-
|
| 43 |
pipeline_tag: sentence-similarity
|
| 44 |
library_name: sentence-transformers
|
| 45 |
-
metrics:
|
| 46 |
-
- cosine_accuracy@1
|
| 47 |
-
- cosine_accuracy@3
|
| 48 |
-
- cosine_accuracy@5
|
| 49 |
-
- cosine_precision@1
|
| 50 |
-
- cosine_precision@3
|
| 51 |
-
- cosine_precision@5
|
| 52 |
-
- cosine_recall@1
|
| 53 |
-
- cosine_recall@3
|
| 54 |
-
- cosine_recall@5
|
| 55 |
-
- cosine_ndcg@10
|
| 56 |
-
- cosine_mrr@1
|
| 57 |
-
- cosine_mrr@5
|
| 58 |
-
- cosine_mrr@10
|
| 59 |
-
- cosine_map@100
|
| 60 |
-
model-index:
|
| 61 |
-
- name: SentenceTransformer based on prajjwal1/bert-small
|
| 62 |
-
results:
|
| 63 |
-
- task:
|
| 64 |
-
type: information-retrieval
|
| 65 |
-
name: Information Retrieval
|
| 66 |
-
dataset:
|
| 67 |
-
name: val
|
| 68 |
-
type: val
|
| 69 |
-
metrics:
|
| 70 |
-
- type: cosine_accuracy@1
|
| 71 |
-
value: 0.8292
|
| 72 |
-
name: Cosine Accuracy@1
|
| 73 |
-
- type: cosine_accuracy@3
|
| 74 |
-
value: 0.905075
|
| 75 |
-
name: Cosine Accuracy@3
|
| 76 |
-
- type: cosine_accuracy@5
|
| 77 |
-
value: 0.932925
|
| 78 |
-
name: Cosine Accuracy@5
|
| 79 |
-
- type: cosine_precision@1
|
| 80 |
-
value: 0.8292
|
| 81 |
-
name: Cosine Precision@1
|
| 82 |
-
- type: cosine_precision@3
|
| 83 |
-
value: 0.3016916666666666
|
| 84 |
-
name: Cosine Precision@3
|
| 85 |
-
- type: cosine_precision@5
|
| 86 |
-
value: 0.18658500000000003
|
| 87 |
-
name: Cosine Precision@5
|
| 88 |
-
- type: cosine_recall@1
|
| 89 |
-
value: 0.8292
|
| 90 |
-
name: Cosine Recall@1
|
| 91 |
-
- type: cosine_recall@3
|
| 92 |
-
value: 0.905075
|
| 93 |
-
name: Cosine Recall@3
|
| 94 |
-
- type: cosine_recall@5
|
| 95 |
-
value: 0.932925
|
| 96 |
-
name: Cosine Recall@5
|
| 97 |
-
- type: cosine_ndcg@10
|
| 98 |
-
value: 0.895673602678825
|
| 99 |
-
name: Cosine Ndcg@10
|
| 100 |
-
- type: cosine_mrr@1
|
| 101 |
-
value: 0.8292
|
| 102 |
-
name: Cosine Mrr@1
|
| 103 |
-
- type: cosine_mrr@5
|
| 104 |
-
value: 0.869192916666662
|
| 105 |
-
name: Cosine Mrr@5
|
| 106 |
-
- type: cosine_mrr@10
|
| 107 |
-
value: 0.8735491567460258
|
| 108 |
-
name: Cosine Mrr@10
|
| 109 |
-
- type: cosine_map@100
|
| 110 |
-
value: 0.8756171762848609
|
| 111 |
-
name: Cosine Map@100
|
| 112 |
---
|
| 113 |
|
| 114 |
# SentenceTransformer based on prajjwal1/bert-small
|
|
@@ -157,12 +85,12 @@ Then you can load this model and run inference.
|
|
| 157 |
from sentence_transformers import SentenceTransformer
|
| 158 |
|
| 159 |
# Download from the 🤗 Hub
|
| 160 |
-
model = SentenceTransformer("
|
| 161 |
# Run inference
|
| 162 |
sentences = [
|
| 163 |
-
'
|
| 164 |
-
'
|
| 165 |
-
'
|
| 166 |
]
|
| 167 |
embeddings = model.encode(sentences)
|
| 168 |
print(embeddings.shape)
|
|
@@ -171,9 +99,9 @@ print(embeddings.shape)
|
|
| 171 |
# Get the similarity scores for the embeddings
|
| 172 |
similarities = model.similarity(embeddings, embeddings)
|
| 173 |
print(similarities)
|
| 174 |
-
# tensor([[ 1.0000, 0.
|
| 175 |
-
# [ 0.
|
| 176 |
-
# [-0.
|
| 177 |
```
|
| 178 |
|
| 179 |
<!--
|
|
@@ -200,32 +128,6 @@ You can finetune this model on your own dataset.
|
|
| 200 |
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
| 201 |
-->
|
| 202 |
|
| 203 |
-
## Evaluation
|
| 204 |
-
|
| 205 |
-
### Metrics
|
| 206 |
-
|
| 207 |
-
#### Information Retrieval
|
| 208 |
-
|
| 209 |
-
* Dataset: `val`
|
| 210 |
-
* Evaluated with [<code>InformationRetrievalEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.InformationRetrievalEvaluator)
|
| 211 |
-
|
| 212 |
-
| Metric | Value |
|
| 213 |
-
|:-------------------|:-----------|
|
| 214 |
-
| cosine_accuracy@1 | 0.8292 |
|
| 215 |
-
| cosine_accuracy@3 | 0.9051 |
|
| 216 |
-
| cosine_accuracy@5 | 0.9329 |
|
| 217 |
-
| cosine_precision@1 | 0.8292 |
|
| 218 |
-
| cosine_precision@3 | 0.3017 |
|
| 219 |
-
| cosine_precision@5 | 0.1866 |
|
| 220 |
-
| cosine_recall@1 | 0.8292 |
|
| 221 |
-
| cosine_recall@3 | 0.9051 |
|
| 222 |
-
| cosine_recall@5 | 0.9329 |
|
| 223 |
-
| **cosine_ndcg@10** | **0.8957** |
|
| 224 |
-
| cosine_mrr@1 | 0.8292 |
|
| 225 |
-
| cosine_mrr@5 | 0.8692 |
|
| 226 |
-
| cosine_mrr@10 | 0.8735 |
|
| 227 |
-
| cosine_map@100 | 0.8756 |
|
| 228 |
-
|
| 229 |
<!--
|
| 230 |
## Bias, Risks and Limitations
|
| 231 |
|
|
@@ -244,45 +146,19 @@ You can finetune this model on your own dataset.
|
|
| 244 |
|
| 245 |
#### Unnamed Dataset
|
| 246 |
|
| 247 |
-
* Size:
|
| 248 |
-
* Columns: <code>
|
| 249 |
-
* Approximate statistics based on the first 1000 samples:
|
| 250 |
-
| | anchor | positive | negative |
|
| 251 |
-
|:--------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
|
| 252 |
-
| type | string | string | string |
|
| 253 |
-
| details | <ul><li>min: 4 tokens</li><li>mean: 15.46 tokens</li><li>max: 49 tokens</li></ul> | <ul><li>min: 4 tokens</li><li>mean: 15.52 tokens</li><li>max: 49 tokens</li></ul> | <ul><li>min: 5 tokens</li><li>mean: 17.1 tokens</li><li>max: 128 tokens</li></ul> |
|
| 254 |
-
* Samples:
|
| 255 |
-
| anchor | positive | negative |
|
| 256 |
-
|:--------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
|
| 257 |
-
| <code>Shall I upgrade my iPhone 5s to iOS 10 final version?</code> | <code>Should I upgrade an iPhone 5s to iOS 10?</code> | <code>What are the disadvantages and advantages of presidential democracy?</code> |
|
| 258 |
-
| <code>Is Donald Trump really going to be the president of United States?</code> | <code>Do you think Donald Trump could conceivably be the next President of the United States?</code> | <code>What should we do when we are bored?</code> |
|
| 259 |
-
| <code>What are real tips to improve work life balance?</code> | <code>What are the best ways to create a work life balance?</code> | <code>What are the best sites for college students to earn money online?</code> |
|
| 260 |
-
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
|
| 261 |
-
```json
|
| 262 |
-
{
|
| 263 |
-
"scale": 20.0,
|
| 264 |
-
"similarity_fct": "cos_sim",
|
| 265 |
-
"gather_across_devices": false
|
| 266 |
-
}
|
| 267 |
-
```
|
| 268 |
-
|
| 269 |
-
### Evaluation Dataset
|
| 270 |
-
|
| 271 |
-
#### Unnamed Dataset
|
| 272 |
-
|
| 273 |
-
* Size: 40,000 evaluation samples
|
| 274 |
-
* Columns: <code>anchor</code>, <code>positive</code>, and <code>negative</code>
|
| 275 |
* Approximate statistics based on the first 1000 samples:
|
| 276 |
-
| |
|
| 277 |
-
|
| 278 |
-
| type | string | string
|
| 279 |
-
| details | <ul><li>min:
|
| 280 |
* Samples:
|
| 281 |
-
|
|
| 282 |
-
|
| 283 |
-
| <code>
|
| 284 |
-
| <code>
|
| 285 |
-
| <code>
|
| 286 |
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
|
| 287 |
```json
|
| 288 |
{
|
|
@@ -295,49 +171,36 @@ You can finetune this model on your own dataset.
|
|
| 295 |
### Training Hyperparameters
|
| 296 |
#### Non-Default Hyperparameters
|
| 297 |
|
| 298 |
-
- `
|
| 299 |
-
- `
|
| 300 |
-
- `per_device_eval_batch_size`: 256
|
| 301 |
-
- `learning_rate`: 2e-05
|
| 302 |
-
- `weight_decay`: 0.001
|
| 303 |
-
- `max_steps`: 14060
|
| 304 |
-
- `warmup_ratio`: 0.1
|
| 305 |
- `fp16`: True
|
| 306 |
-
- `
|
| 307 |
-
- `dataloader_num_workers`: 1
|
| 308 |
-
- `dataloader_prefetch_factor`: 1
|
| 309 |
-
- `load_best_model_at_end`: True
|
| 310 |
-
- `optim`: adamw_torch
|
| 311 |
-
- `ddp_find_unused_parameters`: False
|
| 312 |
-
- `push_to_hub`: True
|
| 313 |
-
- `hub_model_id`: redis/model-a-baseline
|
| 314 |
-
- `eval_on_start`: True
|
| 315 |
|
| 316 |
#### All Hyperparameters
|
| 317 |
<details><summary>Click to expand</summary>
|
| 318 |
|
| 319 |
- `overwrite_output_dir`: False
|
| 320 |
- `do_predict`: False
|
| 321 |
-
- `eval_strategy`:
|
| 322 |
- `prediction_loss_only`: True
|
| 323 |
-
- `per_device_train_batch_size`:
|
| 324 |
-
- `per_device_eval_batch_size`:
|
| 325 |
- `per_gpu_train_batch_size`: None
|
| 326 |
- `per_gpu_eval_batch_size`: None
|
| 327 |
- `gradient_accumulation_steps`: 1
|
| 328 |
- `eval_accumulation_steps`: None
|
| 329 |
- `torch_empty_cache_steps`: None
|
| 330 |
-
- `learning_rate`:
|
| 331 |
-
- `weight_decay`: 0.
|
| 332 |
- `adam_beta1`: 0.9
|
| 333 |
- `adam_beta2`: 0.999
|
| 334 |
- `adam_epsilon`: 1e-08
|
| 335 |
-
- `max_grad_norm`: 1
|
| 336 |
-
- `num_train_epochs`: 3
|
| 337 |
-
- `max_steps`:
|
| 338 |
- `lr_scheduler_type`: linear
|
| 339 |
- `lr_scheduler_kwargs`: {}
|
| 340 |
-
- `warmup_ratio`: 0.
|
| 341 |
- `warmup_steps`: 0
|
| 342 |
- `log_level`: passive
|
| 343 |
- `log_level_replica`: warning
|
|
@@ -365,14 +228,14 @@ You can finetune this model on your own dataset.
|
|
| 365 |
- `tpu_num_cores`: None
|
| 366 |
- `tpu_metrics_debug`: False
|
| 367 |
- `debug`: []
|
| 368 |
-
- `dataloader_drop_last`:
|
| 369 |
-
- `dataloader_num_workers`:
|
| 370 |
-
- `dataloader_prefetch_factor`:
|
| 371 |
- `past_index`: -1
|
| 372 |
- `disable_tqdm`: False
|
| 373 |
- `remove_unused_columns`: True
|
| 374 |
- `label_names`: None
|
| 375 |
-
- `load_best_model_at_end`:
|
| 376 |
- `ignore_data_skip`: False
|
| 377 |
- `fsdp`: []
|
| 378 |
- `fsdp_min_num_params`: 0
|
|
@@ -382,23 +245,23 @@ You can finetune this model on your own dataset.
|
|
| 382 |
- `parallelism_config`: None
|
| 383 |
- `deepspeed`: None
|
| 384 |
- `label_smoothing_factor`: 0.0
|
| 385 |
-
- `optim`:
|
| 386 |
- `optim_args`: None
|
| 387 |
- `adafactor`: False
|
| 388 |
- `group_by_length`: False
|
| 389 |
- `length_column_name`: length
|
| 390 |
- `project`: huggingface
|
| 391 |
- `trackio_space_id`: trackio
|
| 392 |
-
- `ddp_find_unused_parameters`:
|
| 393 |
- `ddp_bucket_cap_mb`: None
|
| 394 |
- `ddp_broadcast_buffers`: False
|
| 395 |
- `dataloader_pin_memory`: True
|
| 396 |
- `dataloader_persistent_workers`: False
|
| 397 |
- `skip_memory_metrics`: True
|
| 398 |
- `use_legacy_prediction_loop`: False
|
| 399 |
-
- `push_to_hub`:
|
| 400 |
- `resume_from_checkpoint`: None
|
| 401 |
-
- `hub_model_id`:
|
| 402 |
- `hub_strategy`: every_save
|
| 403 |
- `hub_private_repo`: None
|
| 404 |
- `hub_always_push`: False
|
|
@@ -425,167 +288,32 @@ You can finetune this model on your own dataset.
|
|
| 425 |
- `neftune_noise_alpha`: None
|
| 426 |
- `optim_target_modules`: None
|
| 427 |
- `batch_eval_metrics`: False
|
| 428 |
-
- `eval_on_start`:
|
| 429 |
- `use_liger_kernel`: False
|
| 430 |
- `liger_kernel_config`: None
|
| 431 |
- `eval_use_gather_object`: False
|
| 432 |
- `average_tokens_across_devices`: True
|
| 433 |
- `prompts`: None
|
| 434 |
- `batch_sampler`: batch_sampler
|
| 435 |
-
- `multi_dataset_batch_sampler`:
|
| 436 |
- `router_mapping`: {}
|
| 437 |
- `learning_rate_mapping`: {}
|
| 438 |
|
| 439 |
</details>
|
| 440 |
|
| 441 |
### Training Logs
|
| 442 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 443 |
|
| 444 |
-
| Epoch | Step | Training Loss | Validation Loss | val_cosine_ndcg@10 |
|
| 445 |
-
|:------:|:-----:|:-------------:|:---------------:|:------------------:|
|
| 446 |
-
| 0 | 0 | - | 1.6259 | 0.8045 |
|
| 447 |
-
| 0.0711 | 100 | 1.9587 | 0.3153 | 0.8459 |
|
| 448 |
-
| 0.1422 | 200 | 0.3989 | 0.1195 | 0.8675 |
|
| 449 |
-
| 0.2134 | 300 | 0.1957 | 0.0920 | 0.8737 |
|
| 450 |
-
| 0.2845 | 400 | 0.1621 | 0.0806 | 0.8766 |
|
| 451 |
-
| 0.3556 | 500 | 0.1425 | 0.0733 | 0.8785 |
|
| 452 |
-
| 0.4267 | 600 | 0.1248 | 0.0688 | 0.8799 |
|
| 453 |
-
| 0.4979 | 700 | 0.117 | 0.0646 | 0.8813 |
|
| 454 |
-
| 0.5690 | 800 | 0.1145 | 0.0616 | 0.8822 |
|
| 455 |
-
| 0.6401 | 900 | 0.1069 | 0.0586 | 0.8832 |
|
| 456 |
-
| 0.7112 | 1000 | 0.101 | 0.0571 | 0.8836 |
|
| 457 |
-
| 0.7824 | 1100 | 0.0981 | 0.0552 | 0.8841 |
|
| 458 |
-
| 0.8535 | 1200 | 0.0938 | 0.0538 | 0.8847 |
|
| 459 |
-
| 0.9246 | 1300 | 0.0941 | 0.0518 | 0.8856 |
|
| 460 |
-
| 0.9957 | 1400 | 0.0869 | 0.0505 | 0.8858 |
|
| 461 |
-
| 1.0669 | 1500 | 0.0811 | 0.0489 | 0.8865 |
|
| 462 |
-
| 1.1380 | 1600 | 0.0767 | 0.0480 | 0.8866 |
|
| 463 |
-
| 1.2091 | 1700 | 0.0745 | 0.0469 | 0.8869 |
|
| 464 |
-
| 1.2802 | 1800 | 0.0722 | 0.0466 | 0.8873 |
|
| 465 |
-
| 1.3514 | 1900 | 0.073 | 0.0452 | 0.8881 |
|
| 466 |
-
| 1.4225 | 2000 | 0.0712 | 0.0450 | 0.8879 |
|
| 467 |
-
| 1.4936 | 2100 | 0.067 | 0.0444 | 0.8882 |
|
| 468 |
-
| 1.5647 | 2200 | 0.0699 | 0.0440 | 0.8883 |
|
| 469 |
-
| 1.6358 | 2300 | 0.0662 | 0.0432 | 0.8885 |
|
| 470 |
-
| 1.7070 | 2400 | 0.0697 | 0.0421 | 0.8894 |
|
| 471 |
-
| 1.7781 | 2500 | 0.0685 | 0.0418 | 0.8892 |
|
| 472 |
-
| 1.8492 | 2600 | 0.0649 | 0.0408 | 0.8896 |
|
| 473 |
-
| 1.9203 | 2700 | 0.0673 | 0.0406 | 0.8895 |
|
| 474 |
-
| 1.9915 | 2800 | 0.065 | 0.0403 | 0.8898 |
|
| 475 |
-
| 2.0626 | 2900 | 0.0601 | 0.0398 | 0.8903 |
|
| 476 |
-
| 2.1337 | 3000 | 0.0583 | 0.0394 | 0.8904 |
|
| 477 |
-
| 2.2048 | 3100 | 0.0557 | 0.0388 | 0.8905 |
|
| 478 |
-
| 2.2760 | 3200 | 0.0588 | 0.0389 | 0.8908 |
|
| 479 |
-
| 2.3471 | 3300 | 0.0587 | 0.0386 | 0.8908 |
|
| 480 |
-
| 2.4182 | 3400 | 0.0564 | 0.0384 | 0.8907 |
|
| 481 |
-
| 2.4893 | 3500 | 0.0567 | 0.0384 | 0.8907 |
|
| 482 |
-
| 2.5605 | 3600 | 0.0562 | 0.0381 | 0.8910 |
|
| 483 |
-
| 2.6316 | 3700 | 0.0532 | 0.0375 | 0.8912 |
|
| 484 |
-
| 2.7027 | 3800 | 0.0522 | 0.0375 | 0.8912 |
|
| 485 |
-
| 2.7738 | 3900 | 0.0555 | 0.0377 | 0.8914 |
|
| 486 |
-
| 2.8450 | 4000 | 0.0518 | 0.0371 | 0.8916 |
|
| 487 |
-
| 2.9161 | 4100 | 0.0529 | 0.0368 | 0.8920 |
|
| 488 |
-
| 2.9872 | 4200 | 0.0561 | 0.0367 | 0.8921 |
|
| 489 |
-
| 3.0583 | 4300 | 0.052 | 0.0365 | 0.8921 |
|
| 490 |
-
| 3.1294 | 4400 | 0.0515 | 0.0362 | 0.8924 |
|
| 491 |
-
| 3.2006 | 4500 | 0.0518 | 0.0357 | 0.8926 |
|
| 492 |
-
| 3.2717 | 4600 | 0.0522 | 0.0358 | 0.8927 |
|
| 493 |
-
| 3.3428 | 4700 | 0.0524 | 0.0357 | 0.8926 |
|
| 494 |
-
| 3.4139 | 4800 | 0.0472 | 0.0355 | 0.8926 |
|
| 495 |
-
| 3.4851 | 4900 | 0.0518 | 0.0354 | 0.8929 |
|
| 496 |
-
| 3.5562 | 5000 | 0.0497 | 0.0352 | 0.8926 |
|
| 497 |
-
| 3.6273 | 5100 | 0.0502 | 0.0349 | 0.8929 |
|
| 498 |
-
| 3.6984 | 5200 | 0.0478 | 0.0349 | 0.8929 |
|
| 499 |
-
| 3.7696 | 5300 | 0.0449 | 0.0346 | 0.8936 |
|
| 500 |
-
| 3.8407 | 5400 | 0.0506 | 0.0347 | 0.8930 |
|
| 501 |
-
| 3.9118 | 5500 | 0.0502 | 0.0347 | 0.8931 |
|
| 502 |
-
| 3.9829 | 5600 | 0.0501 | 0.0343 | 0.8932 |
|
| 503 |
-
| 4.0541 | 5700 | 0.0476 | 0.0343 | 0.8936 |
|
| 504 |
-
| 4.1252 | 5800 | 0.046 | 0.0340 | 0.8937 |
|
| 505 |
-
| 4.1963 | 5900 | 0.0479 | 0.0342 | 0.8937 |
|
| 506 |
-
| 4.2674 | 6000 | 0.0436 | 0.0339 | 0.8939 |
|
| 507 |
-
| 4.3385 | 6100 | 0.046 | 0.0338 | 0.8936 |
|
| 508 |
-
| 4.4097 | 6200 | 0.0474 | 0.0335 | 0.8939 |
|
| 509 |
-
| 4.4808 | 6300 | 0.0452 | 0.0335 | 0.8938 |
|
| 510 |
-
| 4.5519 | 6400 | 0.043 | 0.0333 | 0.8942 |
|
| 511 |
-
| 4.6230 | 6500 | 0.044 | 0.0333 | 0.8944 |
|
| 512 |
-
| 4.6942 | 6600 | 0.0472 | 0.0331 | 0.8944 |
|
| 513 |
-
| 4.7653 | 6700 | 0.0426 | 0.0330 | 0.8943 |
|
| 514 |
-
| 4.8364 | 6800 | 0.0459 | 0.0331 | 0.8943 |
|
| 515 |
-
| 4.9075 | 6900 | 0.0465 | 0.0331 | 0.8945 |
|
| 516 |
-
| 4.9787 | 7000 | 0.0427 | 0.0328 | 0.8943 |
|
| 517 |
-
| 5.0498 | 7100 | 0.0395 | 0.0328 | 0.8940 |
|
| 518 |
-
| 5.1209 | 7200 | 0.0409 | 0.0326 | 0.8942 |
|
| 519 |
-
| 5.1920 | 7300 | 0.0423 | 0.0326 | 0.8943 |
|
| 520 |
-
| 5.2632 | 7400 | 0.0433 | 0.0327 | 0.8940 |
|
| 521 |
-
| 5.3343 | 7500 | 0.0434 | 0.0324 | 0.8944 |
|
| 522 |
-
| 5.4054 | 7600 | 0.0428 | 0.0324 | 0.8945 |
|
| 523 |
-
| 5.4765 | 7700 | 0.0423 | 0.0323 | 0.8945 |
|
| 524 |
-
| 5.5477 | 7800 | 0.0426 | 0.0323 | 0.8946 |
|
| 525 |
-
| 5.6188 | 7900 | 0.0425 | 0.0322 | 0.8947 |
|
| 526 |
-
| 5.6899 | 8000 | 0.0428 | 0.0322 | 0.8949 |
|
| 527 |
-
| 5.7610 | 8100 | 0.0427 | 0.0319 | 0.8950 |
|
| 528 |
-
| 5.8321 | 8200 | 0.0412 | 0.0323 | 0.8949 |
|
| 529 |
-
| 5.9033 | 8300 | 0.0424 | 0.0321 | 0.8950 |
|
| 530 |
-
| 5.9744 | 8400 | 0.0402 | 0.0322 | 0.8949 |
|
| 531 |
-
| 6.0455 | 8500 | 0.0418 | 0.0319 | 0.8950 |
|
| 532 |
-
| 6.1166 | 8600 | 0.0391 | 0.0318 | 0.8952 |
|
| 533 |
-
| 6.1878 | 8700 | 0.0409 | 0.0317 | 0.8948 |
|
| 534 |
-
| 6.2589 | 8800 | 0.0386 | 0.0316 | 0.8949 |
|
| 535 |
-
| 6.3300 | 8900 | 0.0401 | 0.0318 | 0.8950 |
|
| 536 |
-
| 6.4011 | 9000 | 0.0413 | 0.0317 | 0.8950 |
|
| 537 |
-
| 6.4723 | 9100 | 0.0392 | 0.0315 | 0.8951 |
|
| 538 |
-
| 6.5434 | 9200 | 0.0418 | 0.0317 | 0.8947 |
|
| 539 |
-
| 6.6145 | 9300 | 0.0416 | 0.0316 | 0.8949 |
|
| 540 |
-
| 6.6856 | 9400 | 0.0394 | 0.0315 | 0.8948 |
|
| 541 |
-
| 6.7568 | 9500 | 0.0388 | 0.0314 | 0.8949 |
|
| 542 |
-
| 6.8279 | 9600 | 0.0389 | 0.0313 | 0.8951 |
|
| 543 |
-
| 6.8990 | 9700 | 0.0409 | 0.0314 | 0.8952 |
|
| 544 |
-
| 6.9701 | 9800 | 0.043 | 0.0312 | 0.8953 |
|
| 545 |
-
| 7.0413 | 9900 | 0.04 | 0.0313 | 0.8952 |
|
| 546 |
-
| 7.1124 | 10000 | 0.0384 | 0.0313 | 0.8951 |
|
| 547 |
-
| 7.1835 | 10100 | 0.0402 | 0.0313 | 0.8951 |
|
| 548 |
-
| 7.2546 | 10200 | 0.04 | 0.0312 | 0.8955 |
|
| 549 |
-
| 7.3257 | 10300 | 0.0378 | 0.0311 | 0.8953 |
|
| 550 |
-
| 7.3969 | 10400 | 0.0377 | 0.0310 | 0.8954 |
|
| 551 |
-
| 7.4680 | 10500 | 0.0381 | 0.0310 | 0.8955 |
|
| 552 |
-
| 7.5391 | 10600 | 0.0378 | 0.0310 | 0.8955 |
|
| 553 |
-
| 7.6102 | 10700 | 0.0381 | 0.0311 | 0.8953 |
|
| 554 |
-
| 7.6814 | 10800 | 0.0379 | 0.0310 | 0.8955 |
|
| 555 |
-
| 7.7525 | 10900 | 0.0409 | 0.0311 | 0.8952 |
|
| 556 |
-
| 7.8236 | 11000 | 0.0402 | 0.0309 | 0.8957 |
|
| 557 |
-
| 7.8947 | 11100 | 0.0381 | 0.0308 | 0.8954 |
|
| 558 |
-
| 7.9659 | 11200 | 0.0378 | 0.0308 | 0.8954 |
|
| 559 |
-
| 8.0370 | 11300 | 0.0404 | 0.0309 | 0.8955 |
|
| 560 |
-
| 8.1081 | 11400 | 0.0373 | 0.0308 | 0.8957 |
|
| 561 |
-
| 8.1792 | 11500 | 0.0365 | 0.0308 | 0.8955 |
|
| 562 |
-
| 8.2504 | 11600 | 0.0355 | 0.0308 | 0.8954 |
|
| 563 |
-
| 8.3215 | 11700 | 0.0395 | 0.0307 | 0.8952 |
|
| 564 |
-
| 8.3926 | 11800 | 0.0389 | 0.0307 | 0.8953 |
|
| 565 |
-
| 8.4637 | 11900 | 0.0383 | 0.0308 | 0.8952 |
|
| 566 |
-
| 8.5349 | 12000 | 0.036 | 0.0307 | 0.8954 |
|
| 567 |
-
| 8.6060 | 12100 | 0.0388 | 0.0307 | 0.8955 |
|
| 568 |
-
| 8.6771 | 12200 | 0.0356 | 0.0307 | 0.8955 |
|
| 569 |
-
| 8.7482 | 12300 | 0.0379 | 0.0306 | 0.8957 |
|
| 570 |
-
| 8.8193 | 12400 | 0.0379 | 0.0306 | 0.8956 |
|
| 571 |
-
| 8.8905 | 12500 | 0.0366 | 0.0305 | 0.8956 |
|
| 572 |
-
| 8.9616 | 12600 | 0.038 | 0.0305 | 0.8957 |
|
| 573 |
-
| 9.0327 | 12700 | 0.0378 | 0.0305 | 0.8957 |
|
| 574 |
-
| 9.1038 | 12800 | 0.0359 | 0.0306 | 0.8956 |
|
| 575 |
-
| 9.1750 | 12900 | 0.0385 | 0.0305 | 0.8955 |
|
| 576 |
-
| 9.2461 | 13000 | 0.0374 | 0.0305 | 0.8956 |
|
| 577 |
-
| 9.3172 | 13100 | 0.0396 | 0.0305 | 0.8956 |
|
| 578 |
-
| 9.3883 | 13200 | 0.0379 | 0.0305 | 0.8956 |
|
| 579 |
-
| 9.4595 | 13300 | 0.0366 | 0.0305 | 0.8957 |
|
| 580 |
-
| 9.5306 | 13400 | 0.0378 | 0.0305 | 0.8956 |
|
| 581 |
-
| 9.6017 | 13500 | 0.0363 | 0.0305 | 0.8956 |
|
| 582 |
-
| 9.6728 | 13600 | 0.0372 | 0.0305 | 0.8956 |
|
| 583 |
-
| 9.7440 | 13700 | 0.0405 | 0.0305 | 0.8957 |
|
| 584 |
-
| 9.8151 | 13800 | 0.039 | 0.0305 | 0.8957 |
|
| 585 |
-
| 9.8862 | 13900 | 0.0375 | 0.0304 | 0.8956 |
|
| 586 |
-
| 9.9573 | 14000 | 0.0396 | 0.0304 | 0.8957 |
|
| 587 |
-
|
| 588 |
-
</details>
|
| 589 |
|
| 590 |
### Framework Versions
|
| 591 |
- Python: 3.10.18
|
|
|
|
| 5 |
- feature-extraction
|
| 6 |
- dense
|
| 7 |
- generated_from_trainer
|
| 8 |
+
- dataset_size:100000
|
| 9 |
- loss:MultipleNegativesRankingLoss
|
| 10 |
base_model: prajjwal1/bert-small
|
| 11 |
widget:
|
| 12 |
+
- source_sentence: How do I polish my English skills?
|
|
|
|
| 13 |
sentences:
|
| 14 |
+
- How can we polish English skills?
|
| 15 |
+
- Why should I move to Israel as a Jew?
|
| 16 |
+
- What are vitamins responsible for?
|
| 17 |
+
- source_sentence: Can I use the Kozuka Gothic Pro font as a font-face on my web site?
|
|
|
|
|
|
|
| 18 |
sentences:
|
| 19 |
+
- Can I use the Kozuka Gothic Pro font as a font-face on my web site?
|
| 20 |
+
- Why are Google, Facebook, YouTube and other social networking sites banned in
|
| 21 |
+
China?
|
| 22 |
+
- What font is used in Bloomberg Terminal?
|
| 23 |
+
- source_sentence: Is Quora the best Q&A site?
|
| 24 |
sentences:
|
| 25 |
+
- What was the best Quora question ever?
|
| 26 |
+
- Is Quora the best inquiry site?
|
| 27 |
+
- Where do I buy Oway hair products online?
|
| 28 |
+
- source_sentence: How can I customize my walking speed on Google Maps?
|
|
|
|
| 29 |
sentences:
|
| 30 |
+
- How do I bring back Google maps icon in my home screen?
|
| 31 |
+
- How many pages are there in all the Harry Potter books combined?
|
| 32 |
+
- How can I customize my walking speed on Google Maps?
|
| 33 |
+
- source_sentence: DId something exist before the Big Bang?
|
|
|
|
| 34 |
sentences:
|
| 35 |
+
- How can I improve my memory problem?
|
| 36 |
+
- Where can I buy Fairy Tail Manga?
|
| 37 |
+
- Is there a scientific name for what existed before the Big Bang?
|
| 38 |
pipeline_tag: sentence-similarity
|
| 39 |
library_name: sentence-transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
---
|
| 41 |
|
| 42 |
# SentenceTransformer based on prajjwal1/bert-small
|
|
|
|
| 85 |
from sentence_transformers import SentenceTransformer
|
| 86 |
|
| 87 |
# Download from the 🤗 Hub
|
| 88 |
+
model = SentenceTransformer("sentence_transformers_model_id")
|
| 89 |
# Run inference
|
| 90 |
sentences = [
|
| 91 |
+
'DId something exist before the Big Bang?',
|
| 92 |
+
'Is there a scientific name for what existed before the Big Bang?',
|
| 93 |
+
'Where can I buy Fairy Tail Manga?',
|
| 94 |
]
|
| 95 |
embeddings = model.encode(sentences)
|
| 96 |
print(embeddings.shape)
|
|
|
|
| 99 |
# Get the similarity scores for the embeddings
|
| 100 |
similarities = model.similarity(embeddings, embeddings)
|
| 101 |
print(similarities)
|
| 102 |
+
# tensor([[ 1.0000, 0.7596, -0.0398],
|
| 103 |
+
# [ 0.7596, 1.0000, -0.0308],
|
| 104 |
+
# [-0.0398, -0.0308, 1.0000]])
|
| 105 |
```
|
| 106 |
|
| 107 |
<!--
|
|
|
|
| 128 |
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
| 129 |
-->
|
| 130 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 131 |
<!--
|
| 132 |
## Bias, Risks and Limitations
|
| 133 |
|
|
|
|
| 146 |
|
| 147 |
#### Unnamed Dataset
|
| 148 |
|
| 149 |
+
* Size: 100,000 training samples
|
| 150 |
+
* Columns: <code>sentence_0</code>, <code>sentence_1</code>, and <code>sentence_2</code>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 151 |
* Approximate statistics based on the first 1000 samples:
|
| 152 |
+
| | sentence_0 | sentence_1 | sentence_2 |
|
| 153 |
+
|:--------|:----------------------------------------------------------------------------------|:---------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
|
| 154 |
+
| type | string | string | string |
|
| 155 |
+
| details | <ul><li>min: 3 tokens</li><li>mean: 15.53 tokens</li><li>max: 59 tokens</li></ul> | <ul><li>min: 3 tokens</li><li>mean: 15.5 tokens</li><li>max: 59 tokens</li></ul> | <ul><li>min: 6 tokens</li><li>mean: 16.87 tokens</li><li>max: 128 tokens</li></ul> |
|
| 156 |
* Samples:
|
| 157 |
+
| sentence_0 | sentence_1 | sentence_2 |
|
| 158 |
+
|:----------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------|:-----------------------------------------------------------------------|
|
| 159 |
+
| <code>Is there visitor entry facility in Jaipur airport. How much is the ticket?</code> | <code>Is there visitor entry facility in Jaipur airport. How much is the ticket?</code> | <code>How much is the airport tax in bogota?</code> |
|
| 160 |
+
| <code>Which concept is more important: good planning or hard work?</code> | <code>Which concept is more important: good planning or hard work?</code> | <code>What is important in life: luck or hard work?</code> |
|
| 161 |
+
| <code>What is the most efficient way to make money?</code> | <code>How can I make my money make money?</code> | <code>What can one learn about Quantum Mechanics in 10 minutes?</code> |
|
| 162 |
* Loss: [<code>MultipleNegativesRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
|
| 163 |
```json
|
| 164 |
{
|
|
|
|
| 171 |
### Training Hyperparameters
|
| 172 |
#### Non-Default Hyperparameters
|
| 173 |
|
| 174 |
+
- `per_device_train_batch_size`: 64
|
| 175 |
+
- `per_device_eval_batch_size`: 64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 176 |
- `fp16`: True
|
| 177 |
+
- `multi_dataset_batch_sampler`: round_robin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 178 |
|
| 179 |
#### All Hyperparameters
|
| 180 |
<details><summary>Click to expand</summary>
|
| 181 |
|
| 182 |
- `overwrite_output_dir`: False
|
| 183 |
- `do_predict`: False
|
| 184 |
+
- `eval_strategy`: no
|
| 185 |
- `prediction_loss_only`: True
|
| 186 |
+
- `per_device_train_batch_size`: 64
|
| 187 |
+
- `per_device_eval_batch_size`: 64
|
| 188 |
- `per_gpu_train_batch_size`: None
|
| 189 |
- `per_gpu_eval_batch_size`: None
|
| 190 |
- `gradient_accumulation_steps`: 1
|
| 191 |
- `eval_accumulation_steps`: None
|
| 192 |
- `torch_empty_cache_steps`: None
|
| 193 |
+
- `learning_rate`: 5e-05
|
| 194 |
+
- `weight_decay`: 0.0
|
| 195 |
- `adam_beta1`: 0.9
|
| 196 |
- `adam_beta2`: 0.999
|
| 197 |
- `adam_epsilon`: 1e-08
|
| 198 |
+
- `max_grad_norm`: 1
|
| 199 |
+
- `num_train_epochs`: 3
|
| 200 |
+
- `max_steps`: -1
|
| 201 |
- `lr_scheduler_type`: linear
|
| 202 |
- `lr_scheduler_kwargs`: {}
|
| 203 |
+
- `warmup_ratio`: 0.0
|
| 204 |
- `warmup_steps`: 0
|
| 205 |
- `log_level`: passive
|
| 206 |
- `log_level_replica`: warning
|
|
|
|
| 228 |
- `tpu_num_cores`: None
|
| 229 |
- `tpu_metrics_debug`: False
|
| 230 |
- `debug`: []
|
| 231 |
+
- `dataloader_drop_last`: False
|
| 232 |
+
- `dataloader_num_workers`: 0
|
| 233 |
+
- `dataloader_prefetch_factor`: None
|
| 234 |
- `past_index`: -1
|
| 235 |
- `disable_tqdm`: False
|
| 236 |
- `remove_unused_columns`: True
|
| 237 |
- `label_names`: None
|
| 238 |
+
- `load_best_model_at_end`: False
|
| 239 |
- `ignore_data_skip`: False
|
| 240 |
- `fsdp`: []
|
| 241 |
- `fsdp_min_num_params`: 0
|
|
|
|
| 245 |
- `parallelism_config`: None
|
| 246 |
- `deepspeed`: None
|
| 247 |
- `label_smoothing_factor`: 0.0
|
| 248 |
+
- `optim`: adamw_torch_fused
|
| 249 |
- `optim_args`: None
|
| 250 |
- `adafactor`: False
|
| 251 |
- `group_by_length`: False
|
| 252 |
- `length_column_name`: length
|
| 253 |
- `project`: huggingface
|
| 254 |
- `trackio_space_id`: trackio
|
| 255 |
+
- `ddp_find_unused_parameters`: None
|
| 256 |
- `ddp_bucket_cap_mb`: None
|
| 257 |
- `ddp_broadcast_buffers`: False
|
| 258 |
- `dataloader_pin_memory`: True
|
| 259 |
- `dataloader_persistent_workers`: False
|
| 260 |
- `skip_memory_metrics`: True
|
| 261 |
- `use_legacy_prediction_loop`: False
|
| 262 |
+
- `push_to_hub`: False
|
| 263 |
- `resume_from_checkpoint`: None
|
| 264 |
+
- `hub_model_id`: None
|
| 265 |
- `hub_strategy`: every_save
|
| 266 |
- `hub_private_repo`: None
|
| 267 |
- `hub_always_push`: False
|
|
|
|
| 288 |
- `neftune_noise_alpha`: None
|
| 289 |
- `optim_target_modules`: None
|
| 290 |
- `batch_eval_metrics`: False
|
| 291 |
+
- `eval_on_start`: False
|
| 292 |
- `use_liger_kernel`: False
|
| 293 |
- `liger_kernel_config`: None
|
| 294 |
- `eval_use_gather_object`: False
|
| 295 |
- `average_tokens_across_devices`: True
|
| 296 |
- `prompts`: None
|
| 297 |
- `batch_sampler`: batch_sampler
|
| 298 |
+
- `multi_dataset_batch_sampler`: round_robin
|
| 299 |
- `router_mapping`: {}
|
| 300 |
- `learning_rate_mapping`: {}
|
| 301 |
|
| 302 |
</details>
|
| 303 |
|
| 304 |
### Training Logs
|
| 305 |
+
| Epoch | Step | Training Loss |
|
| 306 |
+
|:------:|:----:|:-------------:|
|
| 307 |
+
| 0.3199 | 500 | 0.2284 |
|
| 308 |
+
| 0.6398 | 1000 | 0.0571 |
|
| 309 |
+
| 0.9597 | 1500 | 0.0486 |
|
| 310 |
+
| 1.2796 | 2000 | 0.0378 |
|
| 311 |
+
| 1.5995 | 2500 | 0.0367 |
|
| 312 |
+
| 1.9194 | 3000 | 0.0338 |
|
| 313 |
+
| 2.2393 | 3500 | 0.0327 |
|
| 314 |
+
| 2.5592 | 4000 | 0.0285 |
|
| 315 |
+
| 2.8791 | 4500 | 0.0285 |
|
| 316 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 317 |
|
| 318 |
### Framework Versions
|
| 319 |
- Python: 3.10.18
|
eval/Information-Retrieval_evaluation_val_results.csv
CHANGED
|
@@ -321,3 +321,144 @@ epoch,steps,cosine-Accuracy@1,cosine-Accuracy@3,cosine-Accuracy@5,cosine-Precisi
|
|
| 321 |
9.815078236130867,13800,0.82925,0.905,0.932825,0.82925,0.82925,0.3016666666666666,0.905,0.186565,0.932825,0.82925,0.8691904166666616,0.873566468253962,0.8956952492720289,0.8756302411100991
|
| 322 |
9.88620199146515,13900,0.829175,0.905025,0.93285,0.829175,0.829175,0.3016749999999999,0.905025,0.18657,0.93285,0.829175,0.869152916666662,0.8735199007936449,0.895645535201997,0.8755899948508465
|
| 323 |
9.95732574679943,14000,0.8292,0.905075,0.932925,0.8292,0.8292,0.3016916666666666,0.905075,0.18658500000000003,0.932925,0.8292,0.869192916666662,0.8735491567460258,0.895673602678825,0.8756171762848609
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 321 |
9.815078236130867,13800,0.82925,0.905,0.932825,0.82925,0.82925,0.3016666666666666,0.905,0.186565,0.932825,0.82925,0.8691904166666616,0.873566468253962,0.8956952492720289,0.8756302411100991
|
| 322 |
9.88620199146515,13900,0.829175,0.905025,0.93285,0.829175,0.829175,0.3016749999999999,0.905025,0.18657,0.93285,0.829175,0.869152916666662,0.8735199007936449,0.895645535201997,0.8755899948508465
|
| 323 |
9.95732574679943,14000,0.8292,0.905075,0.932925,0.8292,0.8292,0.3016916666666666,0.905075,0.18658500000000003,0.932925,0.8292,0.869192916666662,0.8735491567460258,0.895673602678825,0.8756171762848609
|
| 324 |
+
0,0,0.754475,0.8076,0.830075,0.754475,0.754475,0.26919999999999994,0.8076,0.166015,0.830075,0.754475,0.7830412499999958,0.7870634920634902,0.8044747427125166,0.7901992003294468
|
| 325 |
+
0.07112375533428165,100,0.784525,0.8459,0.87105,0.784525,0.784525,0.2819666666666666,0.8459,0.17421,0.87105,0.784525,0.817521666666662,0.8218486507936487,0.8413508969547864,0.8249135287378744
|
| 326 |
+
0.1422475106685633,200,0.79835,0.8623,0.88565,0.79835,0.79835,0.2874333333333333,0.8623,0.17713000000000004,0.88565,0.79835,0.8318408333333273,0.8361207341269795,0.8556488704953861,0.8388703546164563
|
| 327 |
+
0.21337126600284495,300,0.793675,0.855975,0.879675,0.793675,0.793675,0.285325,0.855975,0.175935,0.879675,0.793675,0.8266162499999941,0.8306558234126941,0.8496284645994793,0.8334312347086948
|
| 328 |
+
0.2844950213371266,400,0.786225,0.846575,0.869875,0.786225,0.786225,0.2821916666666667,0.846575,0.173975,0.869875,0.786225,0.8181762499999944,0.8221635515872997,0.8407057468235147,0.8248762746642438
|
| 329 |
+
0.35561877667140823,500,0.779975,0.8387,0.8622,0.779975,0.779975,0.27956666666666663,0.8387,0.17244,0.8622,0.779975,0.8114262499999954,0.8152715972222201,0.8334012998058817,0.8180265794825874
|
| 330 |
+
0.4267425320056899,600,0.776225,0.833075,0.8555,0.776225,0.776225,0.27769166666666667,0.833075,0.17110000000000003,0.8555,0.776225,0.8066233333333289,0.8107258730158717,0.8287479387010124,0.8134712213474143
|
| 331 |
+
0.49786628733997157,700,0.773025,0.8288,0.85095,0.773025,0.773025,0.2762666666666666,0.8288,0.17019,0.85095,0.773025,0.8028408333333286,0.8069572222222217,0.8248338011382254,0.809808314130159
|
| 332 |
+
0.5689900426742532,800,0.77125,0.826175,0.848425,0.77125,0.77125,0.27539166666666665,0.826175,0.169685,0.848425,0.77125,0.8007033333333283,0.8046769444444436,0.8221673698175728,0.8076966591172493
|
| 333 |
+
0.6401137980085349,900,0.76825,0.823675,0.84605,0.76825,0.76825,0.2745583333333333,0.823675,0.16921000000000003,0.84605,0.76825,0.7979162499999947,0.8017693849206322,0.819238812082072,0.804889319593577
|
| 334 |
+
0.7112375533428165,1000,0.7669,0.821775,0.84415,0.7669,0.7669,0.273925,0.821775,0.16883,0.84415,0.7669,0.7961624999999951,0.8000712599206338,0.8175887992634122,0.8031765410188956
|
| 335 |
+
0.7823613086770982,1100,0.76655,0.821025,0.8433,0.76655,0.76655,0.27367499999999995,0.821025,0.16866,0.8433,0.76655,0.7956587499999954,0.7996896527777759,0.8172937949998041,0.8027955272453986
|
| 336 |
+
0.8534850640113798,1200,0.76645,0.8214,0.84215,0.76645,0.76645,0.27379999999999993,0.8214,0.16843000000000002,0.84215,0.76645,0.7953579166666622,0.7994811408730143,0.817057323795368,0.8026055336553365
|
| 337 |
+
0.9246088193456614,1300,0.765925,0.8206,0.842675,0.765925,0.765925,0.27353333333333335,0.8206,0.168535,0.842675,0.765925,0.7950549999999958,0.7989338591269828,0.8163386564023922,0.8021125026401171
|
| 338 |
+
0.9957325746799431,1400,0.765325,0.819525,0.84125,0.765325,0.765325,0.27317499999999995,0.819525,0.16825,0.84125,0.765325,0.7941016666666618,0.7981285813492038,0.8155914249412133,0.8013397856810704
|
| 339 |
+
1.0668563300142249,1500,0.7652,0.8204,0.842225,0.7652,0.7652,0.2734666666666667,0.8204,0.168445,0.842225,0.7652,0.7944904166666616,0.7984811309523789,0.816032304263489,0.8016984994563772
|
| 340 |
+
1.1379800853485065,1600,0.765125,0.820575,0.842375,0.765125,0.765125,0.27352499999999996,0.820575,0.168475,0.842375,0.765125,0.7944804166666618,0.7984983333333312,0.8161584869173512,0.8017290895478731
|
| 341 |
+
1.209103840682788,1700,0.76535,0.821075,0.8426,0.76535,0.76535,0.2736916666666666,0.821075,0.16852000000000003,0.8426,0.76535,0.7948262499999955,0.7988821130952362,0.8165683386502763,0.8020835317969468
|
| 342 |
+
1.2802275960170697,1800,0.765875,0.821,0.843025,0.765875,0.765875,0.2736666666666666,0.821,0.168605,0.843025,0.765875,0.7951612499999952,0.7991005357142824,0.816670220608109,0.8023196521809602
|
| 343 |
+
1.3513513513513513,1900,0.764925,0.8205,0.842575,0.764925,0.764925,0.27349999999999997,0.8205,0.168515,0.842575,0.764925,0.7944824999999954,0.7984914583333306,0.8161577696826784,0.8017469194878222
|
| 344 |
+
1.422475106685633,2000,0.765175,0.821075,0.842725,0.765175,0.765175,0.27369166666666667,0.821075,0.16854499999999997,0.842725,0.765175,0.7947141666666618,0.7986389285714259,0.8162083482362669,0.801909423823265
|
| 345 |
+
1.4935988620199145,2100,0.76475,0.820675,0.8424,0.76475,0.76475,0.2735583333333333,0.820675,0.16848,0.8424,0.76475,0.7944399999999954,0.7985384424603154,0.8163513396876774,0.8017437379031219
|
| 346 |
+
1.5647226173541964,2200,0.765325,0.820875,0.843225,0.765325,0.765325,0.273625,0.820875,0.16864500000000002,0.843225,0.765325,0.794987499999996,0.7989625992063487,0.8166215588212821,0.802247103827808
|
| 347 |
+
1.635846372688478,2300,0.7648,0.820425,0.842475,0.7648,0.7648,0.27347499999999997,0.820425,0.168495,0.842475,0.7648,0.7944845833333292,0.7984946825396817,0.8161662042975469,0.8017507969722727
|
| 348 |
+
1.7069701280227596,2400,0.76475,0.82055,0.84315,0.76475,0.76475,0.27351666666666663,0.82055,0.16862999999999997,0.84315,0.76475,0.7944874999999951,0.79839407738095,0.8160642698402352,0.8017113147839049
|
| 349 |
+
1.7780938833570412,2500,0.76445,0.82045,0.843225,0.76445,0.76445,0.2734833333333333,0.82045,0.16864500000000002,0.843225,0.76445,0.7943199999999959,0.7983027579365064,0.8161409964890775,0.801597629344065
|
| 350 |
+
1.8492176386913228,2600,0.764475,0.81965,0.84295,0.764475,0.764475,0.27321666666666666,0.81965,0.16859000000000002,0.84295,0.764475,0.7942866666666624,0.7984190674603158,0.8163941858681053,0.8016864944077957
|
| 351 |
+
1.9203413940256047,2700,0.7644,0.8207,0.842725,0.7644,0.7644,0.2735666666666666,0.8207,0.168545,0.842725,0.7644,0.7942654166666625,0.7984475496031733,0.8164899596993745,0.8017045029397712
|
| 352 |
+
1.991465149359886,2800,0.765025,0.820025,0.84305,0.765025,0.765025,0.27334166666666665,0.820025,0.16861000000000004,0.84305,0.765025,0.7945420833333293,0.798673740079363,0.8166318098685862,0.8019600057846535
|
| 353 |
+
2.062588904694168,2900,0.76455,0.82035,0.843325,0.76455,0.76455,0.27345,0.82035,0.168665,0.843325,0.76455,0.7944312499999953,0.7985618154761882,0.8166265520130438,0.8018358166173574
|
| 354 |
+
2.1337126600284497,3000,0.764075,0.82045,0.84385,0.764075,0.764075,0.2734833333333333,0.82045,0.16877000000000003,0.84385,0.764075,0.7942583333333286,0.7982505257936479,0.8163235247763886,0.8016024104270707
|
| 355 |
+
2.204836415362731,3100,0.764175,0.820575,0.84405,0.764175,0.764175,0.273525,0.820575,0.16881,0.84405,0.764175,0.7944329166666626,0.798535932539681,0.8167588358843046,0.8018167523448463
|
| 356 |
+
2.275960170697013,3200,0.764025,0.82025,0.842975,0.764025,0.764025,0.27341666666666664,0.82025,0.168595,0.842975,0.764025,0.793985416666662,0.798127053571425,0.8162558001825518,0.8014626803068483
|
| 357 |
+
2.3470839260312943,3300,0.76425,0.8201,0.842825,0.76425,0.76425,0.27336666666666665,0.8201,0.16856500000000002,0.842825,0.76425,0.7941362499999953,0.798399126984125,0.8166360782705371,0.8016756843775598
|
| 358 |
+
2.418207681365576,3400,0.76485,0.820525,0.84355,0.76485,0.76485,0.2735083333333333,0.820525,0.16871,0.84355,0.76485,0.7947674999999959,0.7989482242063476,0.8170684730976524,0.8022654230615797
|
| 359 |
+
2.4893314366998576,3500,0.764475,0.821225,0.84335,0.764475,0.764475,0.2737416666666666,0.821225,0.16867000000000001,0.84335,0.764475,0.7945837499999951,0.7988127182539659,0.8169761931759731,0.802143916880297
|
| 360 |
+
2.5604551920341394,3600,0.76485,0.820825,0.8441,0.76485,0.76485,0.27360833333333323,0.820825,0.16881999999999997,0.8441,0.76485,0.7949270833333286,0.7990591964285696,0.8172033388783754,0.8023964874348477
|
| 361 |
+
2.6315789473684212,3700,0.764975,0.821375,0.8441,0.764975,0.764975,0.27379166666666666,0.821375,0.16881999999999997,0.8441,0.764975,0.7950112499999955,0.7991706448412671,0.8173604710831816,0.8025106757345847
|
| 362 |
+
2.7027027027027026,3800,0.7652,0.82085,0.844025,0.7652,0.7652,0.2736166666666666,0.82085,0.168805,0.844025,0.7652,0.7950358333333291,0.7991994345238083,0.8173498774788821,0.8025595762334103
|
| 363 |
+
2.7738264580369845,3900,0.76515,0.820725,0.844525,0.76515,0.76515,0.27357499999999996,0.820725,0.168905,0.844525,0.76515,0.7951312499999966,0.7992685317460315,0.8174531493502726,0.8026252333884487
|
| 364 |
+
2.844950213371266,4000,0.76545,0.821,0.844575,0.76545,0.76545,0.27366666666666667,0.821,0.168915,0.844575,0.76545,0.7953633333333303,0.7994988591269832,0.8176146118848541,0.8028617673908617
|
| 365 |
+
2.9160739687055477,4100,0.765375,0.821375,0.845175,0.765375,0.765375,0.27379166666666666,0.821375,0.16903500000000002,0.845175,0.765375,0.7956374999999954,0.7998627579365053,0.8182317431463847,0.8031523209693004
|
| 366 |
+
2.987197724039829,4200,0.765425,0.820975,0.84485,0.765425,0.765425,0.2736583333333333,0.820975,0.16897000000000004,0.84485,0.765425,0.7954612499999961,0.7997394345238075,0.818120607067461,0.8030671343245245
|
| 367 |
+
3.058321479374111,4300,0.7655,0.82115,0.84575,0.7655,0.7655,0.27371666666666666,0.82115,0.16915,0.84575,0.7655,0.7957591666666631,0.7999773511904736,0.8184484344712795,0.803268041968391
|
| 368 |
+
3.1294452347083928,4400,0.764825,0.821425,0.845225,0.764825,0.764825,0.2738083333333333,0.821425,0.16904500000000003,0.845225,0.764825,0.7952808333333297,0.7995655952380947,0.8181246881501103,0.8028635738141704
|
| 369 |
+
3.200568990042674,4500,0.7652,0.820675,0.84515,0.7652,0.7652,0.2735583333333333,0.820675,0.16903,0.84515,0.7652,0.7952174999999966,0.7994597222222222,0.8179175882129982,0.8027853841674402
|
| 370 |
+
3.271692745376956,4600,0.765325,0.821425,0.8455,0.765325,0.765325,0.2738083333333333,0.821425,0.16910000000000003,0.8455,0.765325,0.7955074999999961,0.7997002876984117,0.8181215549322025,0.8030334260321687
|
| 371 |
+
3.3428165007112374,4700,0.765575,0.8212,0.845475,0.765575,0.765575,0.27373333333333333,0.8212,0.169095,0.845475,0.765575,0.7956287499999964,0.7999709027777767,0.8185784639010281,0.8032632537188747
|
| 372 |
+
3.413940256045519,4800,0.764925,0.8212,0.84505,0.764925,0.764925,0.27373333333333333,0.8212,0.16901,0.84505,0.764925,0.7951383333333294,0.799474255952378,0.8180740551433309,0.8027913323529449
|
| 373 |
+
3.485064011379801,4900,0.764825,0.82145,0.844875,0.764825,0.764825,0.27381666666666665,0.82145,0.16897500000000001,0.844875,0.764825,0.7950962499999953,0.7995402976190444,0.8182588384701954,0.8028343831066184
|
| 374 |
+
3.5561877667140824,5000,0.76515,0.821825,0.846,0.76515,0.76515,0.27394166666666664,0.821825,0.1692,0.846,0.76515,0.7955349999999954,0.7997946031746009,0.8184358904471711,0.8031387508150043
|
| 375 |
+
3.6273115220483643,5100,0.76495,0.82075,0.844925,0.76495,0.76495,0.27358333333333323,0.82075,0.168985,0.844925,0.76495,0.7950570833333291,0.7994528968253952,0.8181380223617266,0.802793191871343
|
| 376 |
+
3.6984352773826457,5200,0.7652,0.821025,0.844875,0.7652,0.7652,0.27367499999999995,0.821025,0.168975,0.844875,0.7652,0.7951704166666622,0.7995987103174595,0.8182371282228129,0.8029464426326236
|
| 377 |
+
3.7695590327169275,5300,0.76475,0.82135,0.845225,0.76475,0.76475,0.2737833333333333,0.82135,0.16904499999999997,0.845225,0.76475,0.7951733333333287,0.7995437003968239,0.8182277003819151,0.8028802023875456
|
| 378 |
+
3.8406827880512093,5400,0.76435,0.8212,0.845625,0.76435,0.76435,0.27373333333333333,0.8212,0.169125,0.845625,0.76435,0.7950149999999959,0.7992816071428557,0.8179690263035428,0.8026500529150197
|
| 379 |
+
3.9118065433854907,5500,0.76465,0.821425,0.845275,0.76465,0.76465,0.2738083333333333,0.821425,0.169055,0.845275,0.76465,0.7950720833333285,0.799360753968251,0.8180063251098729,0.8027411482652854
|
| 380 |
+
3.9829302987197726,5600,0.76505,0.822175,0.845375,0.76505,0.76505,0.2740583333333333,0.822175,0.16907500000000003,0.845375,0.76505,0.7954562499999953,0.7997987599206338,0.8184166003982454,0.8031827746148935
|
| 381 |
+
4.054054054054054,5700,0.764825,0.822075,0.845725,0.764825,0.764825,0.274025,0.822075,0.16914500000000002,0.845725,0.764825,0.7954112499999957,0.7997135615079356,0.8183797424844951,0.8031036204151145
|
| 382 |
+
4.125177809388336,5800,0.76465,0.821625,0.846275,0.76465,0.76465,0.273875,0.821625,0.169255,0.846275,0.76465,0.7953845833333292,0.7995857638888872,0.8182654366312773,0.8029677804001247
|
| 383 |
+
4.196301564722617,5900,0.764575,0.821725,0.84655,0.764575,0.764575,0.27390833333333336,0.821725,0.16931000000000002,0.84655,0.764575,0.7954491666666622,0.7996994642857111,0.8185175562841165,0.8030587013568511
|
| 384 |
+
4.2674253200568995,6000,0.7648,0.8216,0.846725,0.7648,0.7648,0.27386666666666665,0.8216,0.16934500000000002,0.846725,0.7648,0.7954729166666625,0.7997221329365048,0.8185773382909509,0.8030596754218939
|
| 385 |
+
4.338549075391181,6100,0.764475,0.821225,0.846575,0.764475,0.764475,0.27374166666666666,0.821225,0.16931500000000002,0.846575,0.764475,0.7953012499999961,0.7995422718253945,0.8183782235817488,0.8029079719499886
|
| 386 |
+
4.409672830725462,6200,0.7645,0.821275,0.846225,0.7645,0.7645,0.2737583333333333,0.821275,0.16924500000000003,0.846225,0.7645,0.7952137499999963,0.7994862797619038,0.8183147698281941,0.8028390648846843
|
| 387 |
+
4.480796586059744,6300,0.765,0.8212,0.846625,0.765,0.765,0.27373333333333333,0.8212,0.16932500000000003,0.846625,0.765,0.7955691666666629,0.7997924404761894,0.8185571796072126,0.8031694832153781
|
| 388 |
+
4.551920341394026,6400,0.765625,0.821275,0.8464,0.765625,0.765625,0.2737583333333333,0.821275,0.16928,0.8464,0.765625,0.79584458333333,0.8000942361111104,0.8187801510455923,0.8034811019755429
|
| 389 |
+
4.623044096728307,6500,0.764925,0.822,0.84685,0.764925,0.764925,0.27399999999999997,0.822,0.16937000000000002,0.84685,0.764925,0.7956845833333287,0.8000078571428549,0.8189547326855786,0.8033204035725364
|
| 390 |
+
4.694167852062589,6600,0.765525,0.822125,0.84625,0.765525,0.765525,0.27404166666666663,0.822125,0.16925,0.84625,0.765525,0.7959166666666617,0.8003494543650778,0.8192206322106315,0.8036743553476012
|
| 391 |
+
4.76529160739687,6700,0.765725,0.822,0.846725,0.765725,0.765725,0.274,0.822,0.169345,0.846725,0.765725,0.796070416666662,0.800394672619046,0.8192096580036561,0.8037432920325508
|
| 392 |
+
4.836415362731152,6800,0.76495,0.821525,0.84635,0.76495,0.76495,0.27384166666666665,0.821525,0.16927000000000003,0.84635,0.76495,0.7955533333333283,0.7999601488095215,0.8189221940197298,0.8032736112064531
|
| 393 |
+
4.907539118065434,6900,0.76505,0.8221,0.8468,0.76505,0.76505,0.27403333333333335,0.8221,0.16935999999999998,0.8468,0.76505,0.7957970833333288,0.8001683333333316,0.8191435253100844,0.8034878233095288
|
| 394 |
+
4.978662873399715,7000,0.7651,0.821975,0.846375,0.7651,0.7651,0.27399166666666663,0.821975,0.169275,0.846375,0.7651,0.7957570833333285,0.8002244642857129,0.8192284260508678,0.8035387835515009
|
| 395 |
+
5.049786628733997,7100,0.765325,0.821675,0.847075,0.765325,0.765325,0.27389166666666664,0.821675,0.169415,0.847075,0.765325,0.7959254166666626,0.800312599206348,0.8193142254366179,0.803637640984838
|
| 396 |
+
5.120910384068279,7200,0.764975,0.8218,0.84715,0.764975,0.764975,0.2739333333333333,0.8218,0.16943,0.84715,0.764975,0.795738749999996,0.8000890873015862,0.8191001986690734,0.803419579014666
|
| 397 |
+
5.19203413940256,7300,0.764425,0.82155,0.846975,0.764425,0.764425,0.27385,0.82155,0.16939500000000002,0.846975,0.764425,0.7954420833333289,0.7998166369047592,0.8189426406405058,0.8031253275062208
|
| 398 |
+
5.2631578947368425,7400,0.7649,0.8216,0.847325,0.7649,0.7649,0.27386666666666665,0.8216,0.169465,0.847325,0.7649,0.7957816666666626,0.8001363095238073,0.8192067511906527,0.8034541919760763
|
| 399 |
+
5.334281650071124,7500,0.765075,0.821825,0.84695,0.765075,0.765075,0.27394166666666664,0.821825,0.16939,0.84695,0.765075,0.7958337499999956,0.8002507738095225,0.8192979703811272,0.8035802362912288
|
| 400 |
+
5.405405405405405,7600,0.764975,0.8227,0.847075,0.764975,0.764975,0.27423333333333333,0.8227,0.169415,0.847075,0.764975,0.7959204166666616,0.8002917757936482,0.8192940797358522,0.8036669833180827
|
| 401 |
+
5.476529160739687,7700,0.764975,0.8224,0.847,0.764975,0.764975,0.2741333333333333,0.8224,0.16940000000000002,0.847,0.764975,0.7958691666666623,0.8002816170634901,0.8193400247039413,0.8036275643739885
|
| 402 |
+
5.547652916073969,7800,0.765375,0.8221,0.84645,0.765375,0.765375,0.2740333333333333,0.8221,0.16929,0.84645,0.765375,0.7959549999999951,0.8004127182539665,0.8193420781958248,0.8037858600024661
|
| 403 |
+
5.61877667140825,7900,0.76455,0.82205,0.847025,0.76455,0.76455,0.27401666666666663,0.82205,0.169405,0.847025,0.76455,0.795546249999995,0.8000050694444419,0.8192214572723766,0.8033470837683508
|
| 404 |
+
5.689900426742532,8000,0.764525,0.82145,0.8467,0.764525,0.764525,0.27381666666666665,0.82145,0.16934000000000002,0.8467,0.764525,0.795431666666662,0.7998947222222194,0.8190592952128877,0.8032615865001204
|
| 405 |
+
5.761024182076814,8100,0.764525,0.821525,0.8469,0.764525,0.764525,0.27384166666666665,0.821525,0.16938,0.8469,0.764525,0.7955349999999963,0.799950228174602,0.8190759198565386,0.8033507128023103
|
| 406 |
+
5.832147937411095,8200,0.764525,0.821425,0.8463,0.764525,0.764525,0.2738083333333333,0.821425,0.16926000000000002,0.8463,0.764525,0.7952562499999952,0.79974909722222,0.8188414086000152,0.8031738516797566
|
| 407 |
+
5.903271692745377,8300,0.764525,0.821075,0.84665,0.764525,0.764525,0.27369166666666667,0.821075,0.16933,0.84665,0.764525,0.79538208333333,0.799883849206349,0.8191158317894447,0.8032333502815028
|
| 408 |
+
5.974395448079658,8400,0.7649,0.82125,0.84715,0.7649,0.7649,0.27375,0.82125,0.16943000000000003,0.84715,0.7649,0.7956362499999964,0.800014384920634,0.8191410378955015,0.8033827365600026
|
| 409 |
+
6.0455192034139404,8500,0.7644,0.820975,0.846975,0.7644,0.7644,0.2736583333333333,0.820975,0.16939500000000002,0.846975,0.7644,0.7953541666666628,0.7997924603174595,0.8189932550506326,0.803154563831985
|
| 410 |
+
6.116642958748222,8600,0.76505,0.82095,0.846275,0.76505,0.76505,0.27364999999999995,0.82095,0.169255,0.846275,0.76505,0.7954970833333298,0.8000057043650786,0.8190864395941949,0.8033866576696106
|
| 411 |
+
6.187766714082503,8700,0.76465,0.8215,0.847025,0.76465,0.76465,0.2738333333333333,0.8215,0.16940500000000003,0.847025,0.76465,0.7955083333333295,0.7998620634920623,0.8189200742501902,0.8032743628721635
|
| 412 |
+
6.2588904694167855,8800,0.7644,0.8217,0.847125,0.7644,0.7644,0.2739,0.8217,0.169425,0.847125,0.7644,0.7954716666666635,0.7998331249999994,0.8189332470197619,0.8032480831909473
|
| 413 |
+
6.330014224751067,8900,0.764525,0.821175,0.847275,0.764525,0.764525,0.273725,0.821175,0.16945500000000002,0.847275,0.764525,0.7954779166666631,0.7998302182539672,0.8189541250107643,0.8032473569084546
|
| 414 |
+
6.401137980085348,9000,0.76435,0.821425,0.847375,0.76435,0.76435,0.27380833333333326,0.821425,0.16947500000000001,0.847375,0.76435,0.795444166666664,0.7997923710317459,0.8189314475365672,0.8032141855155424
|
| 415 |
+
6.472261735419631,9100,0.7644,0.82165,0.847125,0.7644,0.7644,0.2738833333333333,0.82165,0.16942500000000002,0.847125,0.7644,0.7955374999999972,0.7999519940476176,0.819118391047492,0.8033572809463736
|
| 416 |
+
6.543385490753912,9200,0.764825,0.822175,0.8469,0.764825,0.764825,0.2740583333333333,0.822175,0.16938000000000003,0.8469,0.764825,0.7956741666666624,0.8001743650793631,0.819349570698362,0.8035482208347562
|
| 417 |
+
6.614509246088193,9300,0.76515,0.821975,0.846775,0.76515,0.76515,0.27399166666666663,0.821975,0.16935499999999998,0.846775,0.76515,0.7958612499999963,0.8003988591269822,0.8195673348637833,0.8037702579226182
|
| 418 |
+
6.685633001422475,9400,0.764725,0.822175,0.8471,0.764725,0.764725,0.2740583333333333,0.822175,0.16942,0.8471,0.764725,0.795736249999996,0.8002090178571403,0.8194228773141691,0.8035788282863987
|
| 419 |
+
6.756756756756757,9500,0.764525,0.822575,0.84775,0.764525,0.764525,0.27419166666666667,0.822575,0.16955000000000003,0.84775,0.764525,0.7957979166666623,0.800174434523807,0.8194134965950203,0.8035560882546057
|
| 420 |
+
6.827880512091038,9600,0.764575,0.8228,0.847025,0.764575,0.764575,0.27426666666666666,0.8228,0.16940500000000003,0.847025,0.764575,0.7956929166666621,0.8001648015873,0.819342987840336,0.8035619526705674
|
| 421 |
+
6.89900426742532,9700,0.7647,0.822475,0.847475,0.7647,0.7647,0.2741583333333333,0.822475,0.169495,0.847475,0.7647,0.7957904166666627,0.8002399503968236,0.8194961741774507,0.8036086997581422
|
| 422 |
+
6.970128022759602,9800,0.764225,0.821975,0.847275,0.764225,0.764225,0.27399166666666663,0.821975,0.16945499999999997,0.847275,0.764225,0.795495833333329,0.7999296527777762,0.8191763528365084,0.8033410000361049
|
| 423 |
+
7.0412517780938835,9900,0.76435,0.821825,0.847025,0.76435,0.76435,0.27394166666666664,0.821825,0.16940500000000003,0.847025,0.76435,0.7955129166666622,0.799998055555553,0.8192612207794873,0.8033958506692953
|
| 424 |
+
7.112375533428165,10000,0.764575,0.82195,0.84715,0.764575,0.764575,0.2739833333333333,0.82195,0.16943000000000003,0.84715,0.764575,0.7956045833333296,0.8000916865079342,0.8193695751867713,0.803458715150359
|
| 425 |
+
7.183499288762446,10100,0.76485,0.8223,0.84695,0.76485,0.76485,0.2741,0.8223,0.16938999999999999,0.84695,0.76485,0.7958258333333297,0.8003303174603155,0.8195187637198375,0.8037075186633874
|
| 426 |
+
7.2546230440967285,10200,0.76435,0.821875,0.84705,0.76435,0.76435,0.2739583333333333,0.821875,0.16941,0.84705,0.76435,0.795473749999996,0.7999553472222211,0.8192236181317277,0.8033588571615148
|
| 427 |
+
7.32574679943101,10300,0.764275,0.822075,0.847525,0.764275,0.764275,0.274025,0.822075,0.16950500000000002,0.847525,0.764275,0.795564166666663,0.8000184722222203,0.8194000793169184,0.8033920903607706
|
| 428 |
+
7.396870554765291,10400,0.764125,0.82195,0.84705,0.764125,0.764125,0.2739833333333333,0.82195,0.16941,0.84705,0.764125,0.7953124999999962,0.7998641369047595,0.8193162148778325,0.8032141282204466
|
| 429 |
+
7.467994310099574,10500,0.764325,0.82175,0.846675,0.764325,0.764325,0.27391666666666664,0.82175,0.16933499999999999,0.846675,0.764325,0.7951962499999958,0.799756805555554,0.819113254733936,0.8031404693660137
|
| 430 |
+
7.539118065433855,10600,0.76395,0.8217,0.84705,0.76395,0.76395,0.2739,0.8217,0.16941,0.84705,0.76395,0.7952770833333298,0.7998158531746022,0.8192187897854003,0.8031855093552057
|
| 431 |
+
7.610241820768136,10700,0.764075,0.821625,0.846775,0.764075,0.764075,0.273875,0.821625,0.169355,0.846775,0.764075,0.795176249999996,0.7997035813492042,0.8190115109202767,0.8031262333803847
|
| 432 |
+
7.681365576102419,10800,0.764125,0.8216,0.84625,0.764125,0.764125,0.27386666666666665,0.8216,0.16925,0.84625,0.764125,0.7951283333333294,0.7998200496031728,0.8192727561421711,0.8031510950000997
|
| 433 |
+
7.7524893314367,10900,0.7637,0.821625,0.846825,0.7637,0.7637,0.273875,0.821625,0.169365,0.846825,0.7637,0.7949720833333297,0.7995640376984114,0.8190283377162207,0.8029354189097891
|
| 434 |
+
7.823613086770981,11000,0.764025,0.821925,0.846675,0.764025,0.764025,0.27397499999999997,0.821925,0.16933499999999999,0.846675,0.764025,0.7952370833333294,0.7999007936507929,0.8193682061419535,0.8032520111157417
|
| 435 |
+
7.894736842105263,11100,0.763925,0.821875,0.8467,0.763925,0.763925,0.2739583333333333,0.821875,0.16934000000000002,0.8467,0.763925,0.7952220833333298,0.7997911706349183,0.8191919073863356,0.803169689031513
|
| 436 |
+
7.965860597439545,11200,0.7641,0.8226,0.8475,0.7641,0.7641,0.2742,0.8226,0.1695,0.8475,0.7641,0.7955420833333293,0.8000764682539663,0.819512231790529,0.8034298763085715
|
| 437 |
+
8.036984352773827,11300,0.76405,0.82245,0.8471,0.76405,0.76405,0.27414999999999995,0.82245,0.16942,0.8471,0.76405,0.7953566666666632,0.7999559424603168,0.8193856307079086,0.8033259948194622
|
| 438 |
+
8.108108108108109,11400,0.7643,0.82225,0.846875,0.7643,0.7643,0.2740833333333333,0.82225,0.169375,0.846875,0.7643,0.7955262499999957,0.8001717757936478,0.8195945471900584,0.8035386143376548
|
| 439 |
+
8.17923186344239,11500,0.7643,0.821875,0.8469,0.7643,0.7643,0.27395833333333325,0.821875,0.16938,0.8469,0.7643,0.7953758333333301,0.7999189186507926,0.8192213742076258,0.8033363105765282
|
| 440 |
+
8.250355618776672,11600,0.764425,0.8218,0.84665,0.764425,0.764425,0.27393333333333336,0.8218,0.16933,0.84665,0.764425,0.7954074999999964,0.8000286210317447,0.8193791698064424,0.8034220332622637
|
| 441 |
+
8.321479374110954,11700,0.764275,0.821975,0.847025,0.764275,0.764275,0.27399166666666663,0.821975,0.16940500000000003,0.847025,0.764275,0.795429166666663,0.8000104365079351,0.8194141413995712,0.8034010063017651
|
| 442 |
+
8.392603129445234,11800,0.7641,0.822025,0.84725,0.7641,0.7641,0.2740083333333333,0.822025,0.16945,0.84725,0.7641,0.7954404166666623,0.799999950396822,0.819453558299371,0.8033627282863236
|
| 443 |
+
8.463726884779517,11900,0.764125,0.822175,0.8469,0.764125,0.764125,0.27405833333333335,0.822175,0.16938,0.8469,0.764125,0.7953358333333296,0.799981220238093,0.8194568502909748,0.8033323623090335
|
| 444 |
+
8.534850640113799,12000,0.76385,0.822175,0.847,0.76385,0.76385,0.2740583333333333,0.822175,0.1694,0.847,0.76385,0.7952391666666627,0.7998887797619028,0.8194235347541257,0.8032328484437518
|
| 445 |
+
8.60597439544808,12100,0.764125,0.822375,0.84755,0.764125,0.764125,0.27412499999999995,0.822375,0.16951000000000002,0.84755,0.764125,0.7954720833333293,0.8000191666666643,0.8195030092102704,0.8033819263096886
|
| 446 |
+
8.677098150782362,12200,0.763825,0.8222,0.847125,0.763825,0.763825,0.2740666666666666,0.8222,0.16942500000000005,0.847125,0.763825,0.7953362499999962,0.7998916567460301,0.8193128333930093,0.8032836886483586
|
| 447 |
+
8.748221906116642,12300,0.7639,0.8219,0.8472,0.7639,0.7639,0.2739666666666666,0.8219,0.16944,0.8472,0.7639,0.7952866666666633,0.7998607440476183,0.8193513345425996,0.8032411787927309
|
| 448 |
+
8.819345661450924,12400,0.763975,0.821875,0.84705,0.763975,0.763975,0.2739583333333333,0.821875,0.16941,0.84705,0.763975,0.7952687499999963,0.7998819642857132,0.8193620566245295,0.8032504413848094
|
| 449 |
+
8.890469416785207,12500,0.763975,0.8219,0.847075,0.763975,0.763975,0.27396666666666664,0.8219,0.169415,0.847075,0.763975,0.7953562499999965,0.7998942162698404,0.8192576268566211,0.8033062432014076
|
| 450 |
+
8.961593172119487,12600,0.7641,0.822125,0.847275,0.7641,0.7641,0.27404166666666663,0.822125,0.169455,0.847275,0.7641,0.7954629166666627,0.8000361607142837,0.8194787749500392,0.803410106857323
|
| 451 |
+
9.03271692745377,12700,0.764125,0.822125,0.847025,0.764125,0.764125,0.27404166666666663,0.822125,0.16940500000000003,0.847025,0.764125,0.7954329166666626,0.8000294047619039,0.8194616801586173,0.8033975066300689
|
| 452 |
+
9.103840682788052,12800,0.7641,0.821875,0.846575,0.7641,0.7641,0.2739583333333333,0.821875,0.16931500000000002,0.846575,0.7641,0.795309166666663,0.7999352281746019,0.8192989953557968,0.8033504033026198
|
| 453 |
+
9.174964438122332,12900,0.76375,0.82235,0.8471,0.76375,0.76375,0.2741166666666667,0.82235,0.16942000000000002,0.8471,0.76375,0.7952641666666627,0.7998831646825382,0.8193950687036522,0.8032508247041568
|
| 454 |
+
9.246088193456615,13000,0.763825,0.822275,0.846675,0.763825,0.763825,0.2740916666666667,0.822275,0.169335,0.846675,0.763825,0.7951583333333291,0.7998252480158718,0.819329443701937,0.8031960736387671
|
| 455 |
+
9.317211948790897,13100,0.76385,0.822,0.846875,0.76385,0.76385,0.274,0.822,0.169375,0.846875,0.76385,0.7951737499999962,0.7998393154761896,0.8193791982028173,0.8031906583819045
|
| 456 |
+
9.388335704125177,13200,0.764175,0.82235,0.8468,0.764175,0.764175,0.2741166666666667,0.82235,0.16936000000000004,0.8468,0.764175,0.7953820833333294,0.8000405158730144,0.8195075944318205,0.8033891418542728
|
| 457 |
+
9.45945945945946,13300,0.7638,0.82215,0.847,0.7638,0.7638,0.27405,0.82215,0.1694,0.847,0.7638,0.7952879166666631,0.7999282936507927,0.8194462693556487,0.8032816686648692
|
| 458 |
+
9.530583214793742,13400,0.763875,0.822425,0.846725,0.763875,0.763875,0.2741416666666667,0.822425,0.16934500000000002,0.846725,0.763875,0.7952724999999962,0.7999522519841252,0.8194383476090265,0.8033339481235409
|
| 459 |
+
9.601706970128022,13500,0.764125,0.82235,0.8468,0.764125,0.764125,0.2741166666666667,0.82235,0.16936,0.8468,0.764125,0.795329583333329,0.8000360615079345,0.8195776524276617,0.8033690010645995
|
| 460 |
+
9.672830725462305,13600,0.76415,0.8225,0.84665,0.76415,0.76415,0.27416666666666667,0.8225,0.16933,0.84665,0.76415,0.7954458333333292,0.800152519841268,0.8196401654308947,0.8035030141878624
|
| 461 |
+
9.743954480796585,13700,0.7641,0.8222,0.84705,0.7641,0.7641,0.2740666666666666,0.8222,0.16940999999999998,0.84705,0.7641,0.7954699999999959,0.8001458630952366,0.8196879947792386,0.8034865582187216
|
| 462 |
+
9.815078236130867,13800,0.763825,0.82225,0.847,0.763825,0.763825,0.2740833333333333,0.82225,0.16940000000000002,0.847,0.763825,0.7952858333333293,0.799954811507935,0.8195212182618785,0.803303660228457
|
| 463 |
+
9.88620199146515,13900,0.763875,0.82185,0.84695,0.763875,0.763875,0.27395,0.82185,0.16939000000000004,0.84695,0.763875,0.7952058333333295,0.7998402182539672,0.8193424066611443,0.8032217930140984
|
| 464 |
+
9.95732574679943,14000,0.764,0.8221,0.84635,0.764,0.764,0.27403333333333335,0.8221,0.16927000000000003,0.84635,0.764,0.7952029166666628,0.7999395039682529,0.8194586562525387,0.8032950373722874
|
final_metrics.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
{
|
| 2 |
-
"val_cosine_accuracy@1": 0.
|
| 3 |
-
"val_cosine_accuracy@3": 0.
|
| 4 |
-
"val_cosine_accuracy@5": 0.
|
| 5 |
-
"val_cosine_precision@1": 0.
|
| 6 |
-
"val_cosine_precision@3": 0.
|
| 7 |
-
"val_cosine_precision@5": 0.
|
| 8 |
-
"val_cosine_recall@1": 0.
|
| 9 |
-
"val_cosine_recall@3": 0.
|
| 10 |
-
"val_cosine_recall@5": 0.
|
| 11 |
-
"val_cosine_ndcg@10": 0.
|
| 12 |
-
"val_cosine_mrr@1": 0.
|
| 13 |
-
"val_cosine_mrr@5": 0.
|
| 14 |
-
"val_cosine_mrr@10": 0.
|
| 15 |
-
"val_cosine_map@100": 0.
|
| 16 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"val_cosine_accuracy@1": 0.829275,
|
| 3 |
+
"val_cosine_accuracy@3": 0.9051,
|
| 4 |
+
"val_cosine_accuracy@5": 0.9329,
|
| 5 |
+
"val_cosine_precision@1": 0.829275,
|
| 6 |
+
"val_cosine_precision@3": 0.30169999999999997,
|
| 7 |
+
"val_cosine_precision@5": 0.18658000000000002,
|
| 8 |
+
"val_cosine_recall@1": 0.829275,
|
| 9 |
+
"val_cosine_recall@3": 0.9051,
|
| 10 |
+
"val_cosine_recall@5": 0.9329,
|
| 11 |
+
"val_cosine_ndcg@10": 0.8956869608914538,
|
| 12 |
+
"val_cosine_mrr@1": 0.829275,
|
| 13 |
+
"val_cosine_mrr@5": 0.8692179166666618,
|
| 14 |
+
"val_cosine_mrr@10": 0.8735753373015815,
|
| 15 |
+
"val_cosine_map@100": 0.8756452160249361
|
| 16 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 114011616
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47776c0a310f3e5373785410310661fe1f5da06c5321098634df02df9cb53755
|
| 3 |
size 114011616
|