rabaevn commited on
Commit
9384076
·
verified ·
1 Parent(s): eb40b14

Training in progress, step 3022, checkpoint

Browse files
last-checkpoint/2_Dense/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea38fe71b4fc93cbe68622a9309bd62ac567ce9362561aae1fb1413f1e1279c5
3
  size 9437272
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fef1b3c217baea0137c9dd9d9285aa950451b1b0911180e518224683b0d268b9
3
  size 9437272
last-checkpoint/3_Dense/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6578a4180e63149bd07142c934c05e790e222b4bdafe8cbfb13ec6bb7b0eb990
3
  size 9437272
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18f6e7f019c20d33b04b84c11d057fc1cf41f98a0a2407ba1917385f18fe9992
3
  size 9437272
last-checkpoint/README.md CHANGED
@@ -450,7 +450,7 @@ print(query_embeddings.shape, document_embeddings.shape)
450
  # Get the similarity scores for the embeddings
451
  similarities = model.similarity(query_embeddings, document_embeddings)
452
  print(similarities)
453
- # tensor([[ 0.5897, -0.1380, 0.2647]])
454
  ```
455
 
456
  <!--
 
450
  # Get the similarity scores for the embeddings
451
  similarities = model.similarity(query_embeddings, document_embeddings)
452
  print(similarities)
453
+ # tensor([[ 0.5900, -0.1375, 0.2649]])
454
  ```
455
 
456
  <!--
last-checkpoint/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ef383b42a96cf989b5ea5f2f57691ed7f173177e227d8af401b1ce939eeeef0e
3
  size 1211486072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d229d583fb4917adb3fcb9b1f5a4b7083008c85e408c43d8f91d6f39d9d8f64
3
  size 1211486072
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f8682dc9728a848b2d7b2200731d8a05575a66f7e9e9ba3f88c6ec383f5127ac
3
  size 2460923467
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d8c90039bd4a16f39064e4868992f8c95065871c8e34ea7b9f585a29f8e46e2
3
  size 2460923467
last-checkpoint/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fb197e441ecbf3d517ec5cc71281886cf0daa798b522fd64348360f6a6763284
3
  size 1383
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbb91ddae58a05d02896e4869e04885c1a36c3d6b255ce973882c789b6c6aecf
3
  size 1383
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:879e85e1c6ae493744a544924cd5f86076951c82592e69abf0d8b51b66bc5e1a
3
  size 1465
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad3959b9127e5e9b7170382db79fd9eee6582ddcfac1f4513929aec5fc93bc55
3
  size 1465
last-checkpoint/trainer_state.json CHANGED
@@ -2,9 +2,9 @@
2
  "best_global_step": null,
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
- "epoch": 0.9927200529450695,
6
  "eval_steps": 500,
7
- "global_step": 3000,
8
  "is_hyper_param_search": false,
9
  "is_local_process_zero": true,
10
  "is_world_process_zero": true,
@@ -442,7 +442,7 @@
442
  "should_evaluate": false,
443
  "should_log": false,
444
  "should_save": true,
445
- "should_training_stop": false
446
  },
447
  "attributes": {}
448
  }
 
2
  "best_global_step": null,
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
  "eval_steps": 500,
7
+ "global_step": 3022,
8
  "is_hyper_param_search": false,
9
  "is_local_process_zero": true,
10
  "is_world_process_zero": true,
 
442
  "should_evaluate": false,
443
  "should_log": false,
444
  "should_save": true,
445
+ "should_training_stop": true
446
  },
447
  "attributes": {}
448
  }