Training in progress, step 4000, 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 |
<!--
|
@@ -1300,6 +1300,10 @@ You can finetune this model on your own dataset.
|
|
1300 |
| 0.0654 | 3700 | 0.5369 |
|
1301 |
| 0.0663 | 3750 | 0.5014 |
|
1302 |
| 0.0671 | 3800 | 0.5128 |
|
|
|
|
|
|
|
|
|
1303 |
|
1304 |
|
1305 |
### Framework Versions
|
|
|
286 |
# Get the similarity scores for the embeddings
|
287 |
similarities = model.similarity(embeddings, embeddings)
|
288 |
print(similarities)
|
289 |
+
# tensor([[1.0000, 0.6143, 0.1287],
|
290 |
+
# [0.6143, 1.0000, 0.1405],
|
291 |
+
# [0.1287, 0.1405, 1.0000]])
|
292 |
```
|
293 |
|
294 |
<!--
|
|
|
1300 |
| 0.0654 | 3700 | 0.5369 |
|
1301 |
| 0.0663 | 3750 | 0.5014 |
|
1302 |
| 0.0671 | 3800 | 0.5128 |
|
1303 |
+
| 0.0680 | 3850 | 0.5345 |
|
1304 |
+
| 0.0689 | 3900 | 0.479 |
|
1305 |
+
| 0.0698 | 3950 | 0.5652 |
|
1306 |
+
| 0.0707 | 4000 | 0.5272 |
|
1307 |
|
1308 |
|
1309 |
### 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:3afef13a9530b1d37e75e240905ad652534486251038ac7625bca52154bc22ae
|
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:222633b12bed53261169053ce24d1f241742034e7e3fa10de526bc970a0f195e
|
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:439c03324d2ae716408c6813f980622f620c92edbb619c9605e53bbfeb87c5d4
|
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:c0033c7745b46bdca3ecab5787678834ca68f7f7e1288869dceeb38812abc253
|
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:8a11c3e9771776b1c85d065a9955c717c9aa11482aedb6b822da5fe47cbf5c1f
|
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,
|
@@ -540,6 +540,34 @@
|
|
540 |
"learning_rate": 3.356007067137809e-05,
|
541 |
"loss": 0.5128,
|
542 |
"step": 3800
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
543 |
}
|
544 |
],
|
545 |
"logging_steps": 50,
|
|
|
2 |
"best_global_step": null,
|
3 |
"best_metric": null,
|
4 |
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.07068261737732148,
|
6 |
"eval_steps": 500,
|
7 |
+
"global_step": 4000,
|
8 |
"is_hyper_param_search": false,
|
9 |
"is_local_process_zero": true,
|
10 |
"is_world_process_zero": true,
|
|
|
540 |
"learning_rate": 3.356007067137809e-05,
|
541 |
"loss": 0.5128,
|
542 |
"step": 3800
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.06803201922567192,
|
546 |
+
"grad_norm": 2.095426559448242,
|
547 |
+
"learning_rate": 3.40017667844523e-05,
|
548 |
+
"loss": 0.5345,
|
549 |
+
"step": 3850
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.06891555194288844,
|
553 |
+
"grad_norm": 2.1965081691741943,
|
554 |
+
"learning_rate": 3.4443462897526505e-05,
|
555 |
+
"loss": 0.479,
|
556 |
+
"step": 3900
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.06979908466010497,
|
560 |
+
"grad_norm": 2.1722958087921143,
|
561 |
+
"learning_rate": 3.488515901060071e-05,
|
562 |
+
"loss": 0.5652,
|
563 |
+
"step": 3950
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.07068261737732148,
|
567 |
+
"grad_norm": 2.7183449268341064,
|
568 |
+
"learning_rate": 3.5326855123674914e-05,
|
569 |
+
"loss": 0.5272,
|
570 |
+
"step": 4000
|
571 |
}
|
572 |
],
|
573 |
"logging_steps": 50,
|