Training in progress, step 3600, 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 |
<!--
|
@@ -1292,6 +1292,10 @@ You can finetune this model on your own dataset.
|
|
1292 |
| 0.0583 | 3300 | 0.4647 |
|
1293 |
| 0.0592 | 3350 | 0.4652 |
|
1294 |
| 0.0601 | 3400 | 0.4914 |
|
|
|
|
|
|
|
|
|
1295 |
|
1296 |
|
1297 |
### Framework Versions
|
|
|
286 |
# Get the similarity scores for the embeddings
|
287 |
similarities = model.similarity(embeddings, embeddings)
|
288 |
print(similarities)
|
289 |
+
# tensor([[1.0000, 0.6194, 0.1435],
|
290 |
+
# [0.6194, 1.0000, 0.1726],
|
291 |
+
# [0.1435, 0.1726, 1.0000]])
|
292 |
```
|
293 |
|
294 |
<!--
|
|
|
1292 |
| 0.0583 | 3300 | 0.4647 |
|
1293 |
| 0.0592 | 3350 | 0.4652 |
|
1294 |
| 0.0601 | 3400 | 0.4914 |
|
1295 |
+
| 0.0610 | 3450 | 0.5449 |
|
1296 |
+
| 0.0618 | 3500 | 0.5072 |
|
1297 |
+
| 0.0627 | 3550 | 0.5639 |
|
1298 |
+
| 0.0636 | 3600 | 0.4729 |
|
1299 |
|
1300 |
|
1301 |
### 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:8ca20a406e292e76470b215099de7fd529457d8cb2dcb51edb2d8cc0c54a7d84
|
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:893256695d57723f84eb532bbc6684a2823d6b7a86ce840bdff5d57803b4ee3d
|
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:338476a870fd77d6e2a600e13b412756ba4bcad01f47d9e17c52ffe1b9d95af9
|
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:7788c7cc60bd991bb584c9a8631c7010707cb818c6f2829b9625a72fb3ec1a89
|
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:78830fc2cf66f7695494cde0cc4ab780d875d3f710f7c385f24ad0580d00b60e
|
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,
|
@@ -484,6 +484,34 @@
|
|
484 |
"learning_rate": 3.0026501766784454e-05,
|
485 |
"loss": 0.4914,
|
486 |
"step": 3400
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
487 |
}
|
488 |
],
|
489 |
"logging_steps": 50,
|
|
|
2 |
"best_global_step": null,
|
3 |
"best_metric": null,
|
4 |
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.06361435563958934,
|
6 |
"eval_steps": 500,
|
7 |
+
"global_step": 3600,
|
8 |
"is_hyper_param_search": false,
|
9 |
"is_local_process_zero": true,
|
10 |
"is_world_process_zero": true,
|
|
|
484 |
"learning_rate": 3.0026501766784454e-05,
|
485 |
"loss": 0.4914,
|
486 |
"step": 3400
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"epoch": 0.06096375748793978,
|
490 |
+
"grad_norm": 1.844643235206604,
|
491 |
+
"learning_rate": 3.0468197879858658e-05,
|
492 |
+
"loss": 0.5449,
|
493 |
+
"step": 3450
|
494 |
+
},
|
495 |
+
{
|
496 |
+
"epoch": 0.061847290205156294,
|
497 |
+
"grad_norm": 1.6973118782043457,
|
498 |
+
"learning_rate": 3.090989399293286e-05,
|
499 |
+
"loss": 0.5072,
|
500 |
+
"step": 3500
|
501 |
+
},
|
502 |
+
{
|
503 |
+
"epoch": 0.06273082292237281,
|
504 |
+
"grad_norm": 2.626692295074463,
|
505 |
+
"learning_rate": 3.135159010600707e-05,
|
506 |
+
"loss": 0.5639,
|
507 |
+
"step": 3550
|
508 |
+
},
|
509 |
+
{
|
510 |
+
"epoch": 0.06361435563958934,
|
511 |
+
"grad_norm": 2.971773624420166,
|
512 |
+
"learning_rate": 3.179328621908128e-05,
|
513 |
+
"loss": 0.4729,
|
514 |
+
"step": 3600
|
515 |
}
|
516 |
],
|
517 |
"logging_steps": 50,
|