guyhadad01 commited on
Commit
7ea8cc3
·
verified ·
1 Parent(s): ab74365

Training in progress, step 2400, checkpoint

Browse files
last-checkpoint/README.md CHANGED
@@ -286,9 +286,9 @@ print(embeddings.shape)
286
  # Get the similarity scores for the embeddings
287
  similarities = model.similarity(embeddings, embeddings)
288
  print(similarities)
289
- # tensor([[1.0000, 0.6084, 0.1042],
290
- # [0.6084, 1.0000, 0.1457],
291
- # [0.1042, 0.1457, 1.0000]])
292
  ```
293
 
294
  <!--
@@ -1268,6 +1268,10 @@ You can finetune this model on your own dataset.
1268
  | 0.0371 | 2100 | 0.5966 |
1269
  | 0.0380 | 2150 | 0.5989 |
1270
  | 0.0389 | 2200 | 0.5097 |
 
 
 
 
1271
 
1272
 
1273
  ### Framework Versions
 
286
  # Get the similarity scores for the embeddings
287
  similarities = model.similarity(embeddings, embeddings)
288
  print(similarities)
289
+ # tensor([[1.0000, 0.5939, 0.0989],
290
+ # [0.5939, 1.0000, 0.1429],
291
+ # [0.0989, 0.1429, 1.0000]])
292
  ```
293
 
294
  <!--
 
1268
  | 0.0371 | 2100 | 0.5966 |
1269
  | 0.0380 | 2150 | 0.5989 |
1270
  | 0.0389 | 2200 | 0.5097 |
1271
+ | 0.0398 | 2250 | 0.4934 |
1272
+ | 0.0406 | 2300 | 0.5354 |
1273
+ | 0.0415 | 2350 | 0.5236 |
1274
+ | 0.0424 | 2400 | 0.5057 |
1275
 
1276
 
1277
  ### Framework Versions
last-checkpoint/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43e276da028dbf8b1ad5144673c6ce3925a2b3aabd87a44547c55a6459e20d87
3
  size 90864192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c241b1c1e2bc79f90ea3e691425a4d078b73a1355962e0a546f6d5b25945da0
3
  size 90864192
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:93cc133162fde43973a8ccb2ec2dfc87437cbd187213b067665594adaa028144
3
  size 180609611
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64ba4f5c69a3d02a5a6823d34b8da6ff44cacb16550bdd25ab1d7402501d6357
3
  size 180609611
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3c956e4b6b1160a43d807052e2f2f064099f54437c58331d632ad556682176f
3
  size 14645
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d318191f63943626d0af0c2a2dffd47f5f97e52b9ffb5b4186681760d24fbc1
3
  size 14645
last-checkpoint/scaler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f6829e47549862e022b4eedf087cf81394f448150e958ad6663988076bf8691
3
  size 1383
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7da7c5085795b13d2bf0030671cbddb9f62ae43221bf1424a3830d4cf8c19012
3
  size 1383
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fdfc272a547d5b2f74b766d251fe9186a84058fe1c0528c0560d11ed37d05aa5
3
  size 1465
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f85f103e0fd23f9c136b70ea64be4bf637404426959df56180c10126efe39d0a
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.038875439557526814,
6
  "eval_steps": 500,
7
- "global_step": 2200,
8
  "is_hyper_param_search": false,
9
  "is_local_process_zero": true,
10
  "is_world_process_zero": true,
@@ -316,6 +316,34 @@
316
  "learning_rate": 1.9425795053003533e-05,
317
  "loss": 0.5097,
318
  "step": 2200
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
319
  }
320
  ],
321
  "logging_steps": 50,
 
2
  "best_global_step": null,
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
+ "epoch": 0.04240957042639289,
6
  "eval_steps": 500,
7
+ "global_step": 2400,
8
  "is_hyper_param_search": false,
9
  "is_local_process_zero": true,
10
  "is_world_process_zero": true,
 
316
  "learning_rate": 1.9425795053003533e-05,
317
  "loss": 0.5097,
318
  "step": 2200
319
+ },
320
+ {
321
+ "epoch": 0.039758972274743336,
322
+ "grad_norm": 2.274600028991699,
323
+ "learning_rate": 1.986749116607774e-05,
324
+ "loss": 0.4934,
325
+ "step": 2250
326
+ },
327
+ {
328
+ "epoch": 0.04064250499195985,
329
+ "grad_norm": 2.393251895904541,
330
+ "learning_rate": 2.0309187279151945e-05,
331
+ "loss": 0.5354,
332
+ "step": 2300
333
+ },
334
+ {
335
+ "epoch": 0.04152603770917637,
336
+ "grad_norm": 2.613900899887085,
337
+ "learning_rate": 2.075088339222615e-05,
338
+ "loss": 0.5236,
339
+ "step": 2350
340
+ },
341
+ {
342
+ "epoch": 0.04240957042639289,
343
+ "grad_norm": 2.233302116394043,
344
+ "learning_rate": 2.1192579505300354e-05,
345
+ "loss": 0.5057,
346
+ "step": 2400
347
  }
348
  ],
349
  "logging_steps": 50,