Training in progress, step 2800, 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.
|
290 |
-
# [0.
|
291 |
-
# [0.
|
292 |
```
|
293 |
|
294 |
<!--
|
@@ -1276,6 +1276,10 @@ You can finetune this model on your own dataset.
|
|
1276 |
| 0.0442 | 2500 | 0.5418 |
|
1277 |
| 0.0451 | 2550 | 0.5944 |
|
1278 |
| 0.0459 | 2600 | 0.4945 |
|
|
|
|
|
|
|
|
|
1279 |
|
1280 |
|
1281 |
### Framework Versions
|
|
|
286 |
# Get the similarity scores for the embeddings
|
287 |
similarities = model.similarity(embeddings, embeddings)
|
288 |
print(similarities)
|
289 |
+
# tensor([[1.0000, 0.6549, 0.0935],
|
290 |
+
# [0.6549, 1.0000, 0.1232],
|
291 |
+
# [0.0935, 0.1232, 1.0000]])
|
292 |
```
|
293 |
|
294 |
<!--
|
|
|
1276 |
| 0.0442 | 2500 | 0.5418 |
|
1277 |
| 0.0451 | 2550 | 0.5944 |
|
1278 |
| 0.0459 | 2600 | 0.4945 |
|
1279 |
+
| 0.0468 | 2650 | 0.5225 |
|
1280 |
+
| 0.0477 | 2700 | 0.5661 |
|
1281 |
+
| 0.0486 | 2750 | 0.6125 |
|
1282 |
+
| 0.0495 | 2800 | 0.5105 |
|
1283 |
|
1284 |
|
1285 |
### Framework Versions
|
last-checkpoint/model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 90864192
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e151efa72ee25c48973734218defa123cf60ee46518a0b274dfcbca393fb422
|
3 |
size 90864192
|
last-checkpoint/optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 180609611
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:73660affbc9d00f2fca3a340ebf70404475af29a08ec697b69c11c1edfc06ecd
|
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:
|
3 |
size 14645
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64b89b481388e8776a92f8ffb923a2d2f40d85d6a0313cf7ed6f16d7e6a29dcb
|
3 |
size 14645
|
last-checkpoint/scaler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1383
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:091185d50211af5c59ac65d06f51cb55a1ff4a1312de54456a306e4731eb1fa7
|
3 |
size 1383
|
last-checkpoint/scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1465
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4232c28bf6d44f06b5f73efd0dc91c5ec7abf414fa6e4b4449aae1bd59d8543
|
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.
|
6 |
"eval_steps": 500,
|
7 |
-
"global_step":
|
8 |
"is_hyper_param_search": false,
|
9 |
"is_local_process_zero": true,
|
10 |
"is_world_process_zero": true,
|
@@ -372,6 +372,34 @@
|
|
372 |
"learning_rate": 2.2959363957597176e-05,
|
373 |
"loss": 0.4945,
|
374 |
"step": 2600
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
375 |
}
|
376 |
],
|
377 |
"logging_steps": 50,
|
|
|
2 |
"best_global_step": null,
|
3 |
"best_metric": null,
|
4 |
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.04947783216412504,
|
6 |
"eval_steps": 500,
|
7 |
+
"global_step": 2800,
|
8 |
"is_hyper_param_search": false,
|
9 |
"is_local_process_zero": true,
|
10 |
"is_world_process_zero": true,
|
|
|
372 |
"learning_rate": 2.2959363957597176e-05,
|
373 |
"loss": 0.4945,
|
374 |
"step": 2600
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 0.04682723401247548,
|
378 |
+
"grad_norm": 2.389902114868164,
|
379 |
+
"learning_rate": 2.340106007067138e-05,
|
380 |
+
"loss": 0.5225,
|
381 |
+
"step": 2650
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 0.047710766729692,
|
385 |
+
"grad_norm": 2.2676665782928467,
|
386 |
+
"learning_rate": 2.3842756183745584e-05,
|
387 |
+
"loss": 0.5661,
|
388 |
+
"step": 2700
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 0.04859429944690852,
|
392 |
+
"grad_norm": 2.340926170349121,
|
393 |
+
"learning_rate": 2.428445229681979e-05,
|
394 |
+
"loss": 0.6125,
|
395 |
+
"step": 2750
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 0.04947783216412504,
|
399 |
+
"grad_norm": 1.925943374633789,
|
400 |
+
"learning_rate": 2.4726148409893997e-05,
|
401 |
+
"loss": 0.5105,
|
402 |
+
"step": 2800
|
403 |
}
|
404 |
],
|
405 |
"logging_steps": 50,
|