Training in progress, step 3800, 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 |
<!--
|
@@ -1296,6 +1296,10 @@ You can finetune this model on your own dataset.
|
|
1296 |
| 0.0618 | 3500 | 0.5072 |
|
1297 |
| 0.0627 | 3550 | 0.5639 |
|
1298 |
| 0.0636 | 3600 | 0.4729 |
|
|
|
|
|
|
|
|
|
1299 |
|
1300 |
|
1301 |
### Framework Versions
|
|
|
286 |
# Get the similarity scores for the embeddings
|
287 |
similarities = model.similarity(embeddings, embeddings)
|
288 |
print(similarities)
|
289 |
+
# tensor([[1.0000, 0.6042, 0.1308],
|
290 |
+
# [0.6042, 1.0000, 0.1578],
|
291 |
+
# [0.1308, 0.1578, 1.0000]])
|
292 |
```
|
293 |
|
294 |
<!--
|
|
|
1296 |
| 0.0618 | 3500 | 0.5072 |
|
1297 |
| 0.0627 | 3550 | 0.5639 |
|
1298 |
| 0.0636 | 3600 | 0.4729 |
|
1299 |
+
| 0.0645 | 3650 | 0.6047 |
|
1300 |
+
| 0.0654 | 3700 | 0.5369 |
|
1301 |
+
| 0.0663 | 3750 | 0.5014 |
|
1302 |
+
| 0.0671 | 3800 | 0.5128 |
|
1303 |
|
1304 |
|
1305 |
### 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:897960436843d5c9a1c425e6db1c1503aa06a63a7f2fb8c908e144bba151febf
|
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:060a174b917d9184a5b50a8726fe66ae63586ccc23d2305493a5338da2826e75
|
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:9972509440ac3b65de1bed64e2e65c53cdb22f4a6ef4fd3051c31579884fa084
|
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:b831e7986e0350928fba31ac9273aa336c1c6fa67a9d2d87f294d90bb3e919fc
|
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:4a83b707965eabacd6bc32e8357a0712dd4d97c0978b2ff329d3ecefa2343faa
|
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,
|
@@ -512,6 +512,34 @@
|
|
512 |
"learning_rate": 3.179328621908128e-05,
|
513 |
"loss": 0.4729,
|
514 |
"step": 3600
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
515 |
}
|
516 |
],
|
517 |
"logging_steps": 50,
|
|
|
2 |
"best_global_step": null,
|
3 |
"best_metric": null,
|
4 |
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.06714848650845541,
|
6 |
"eval_steps": 500,
|
7 |
+
"global_step": 3800,
|
8 |
"is_hyper_param_search": false,
|
9 |
"is_local_process_zero": true,
|
10 |
"is_world_process_zero": true,
|
|
|
512 |
"learning_rate": 3.179328621908128e-05,
|
513 |
"loss": 0.4729,
|
514 |
"step": 3600
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.06449788835680585,
|
518 |
+
"grad_norm": 2.134610414505005,
|
519 |
+
"learning_rate": 3.2234982332155476e-05,
|
520 |
+
"loss": 0.6047,
|
521 |
+
"step": 3650
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.06538142107402237,
|
525 |
+
"grad_norm": 1.8596552610397339,
|
526 |
+
"learning_rate": 3.267667844522969e-05,
|
527 |
+
"loss": 0.5369,
|
528 |
+
"step": 3700
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.0662649537912389,
|
532 |
+
"grad_norm": 2.5137698650360107,
|
533 |
+
"learning_rate": 3.311837455830389e-05,
|
534 |
+
"loss": 0.5014,
|
535 |
+
"step": 3750
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.06714848650845541,
|
539 |
+
"grad_norm": 2.8211522102355957,
|
540 |
+
"learning_rate": 3.356007067137809e-05,
|
541 |
+
"loss": 0.5128,
|
542 |
+
"step": 3800
|
543 |
}
|
544 |
],
|
545 |
"logging_steps": 50,
|