Training in progress, step 3400, 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 |
<!--
|
@@ -1288,6 +1288,10 @@ You can finetune this model on your own dataset.
|
|
1288 |
| 0.0548 | 3100 | 0.6663 |
|
1289 |
| 0.0557 | 3150 | 0.5152 |
|
1290 |
| 0.0565 | 3200 | 0.5417 |
|
|
|
|
|
|
|
|
|
1291 |
|
1292 |
|
1293 |
### Framework Versions
|
|
|
286 |
# Get the similarity scores for the embeddings
|
287 |
similarities = model.similarity(embeddings, embeddings)
|
288 |
print(similarities)
|
289 |
+
# tensor([[1.0000, 0.6213, 0.1034],
|
290 |
+
# [0.6213, 1.0000, 0.1548],
|
291 |
+
# [0.1034, 0.1548, 1.0000]])
|
292 |
```
|
293 |
|
294 |
<!--
|
|
|
1288 |
| 0.0548 | 3100 | 0.6663 |
|
1289 |
| 0.0557 | 3150 | 0.5152 |
|
1290 |
| 0.0565 | 3200 | 0.5417 |
|
1291 |
+
| 0.0574 | 3250 | 0.5039 |
|
1292 |
+
| 0.0583 | 3300 | 0.4647 |
|
1293 |
+
| 0.0592 | 3350 | 0.4652 |
|
1294 |
+
| 0.0601 | 3400 | 0.4914 |
|
1295 |
|
1296 |
|
1297 |
### 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:96302fbbd7e0f6d0492ce6ba1f9f65f0cba90c6cb4cd835da0c1f3411654d653
|
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:e781618525c9855e4f157136a16d3e26d3f42648498f20aa5fe31fe6a0aed0f2
|
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:0305d5c9d4f21839e046a110958334e61d6cefa97054a71fb45b4a1a270d4081
|
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:a7f0057f1a0cc52de60522c168cd59fee011d5489cd8505c56661af314a337f0
|
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:1431f76ecd1262a7cee93f19f73849ff3ccfef9b13f029cc43fe09b5880dedb6
|
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,
|
@@ -456,6 +456,34 @@
|
|
456 |
"learning_rate": 2.8259717314487632e-05,
|
457 |
"loss": 0.5417,
|
458 |
"step": 3200
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
459 |
}
|
460 |
],
|
461 |
"logging_steps": 50,
|
|
|
2 |
"best_global_step": null,
|
3 |
"best_metric": null,
|
4 |
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.06008022477072326,
|
6 |
"eval_steps": 500,
|
7 |
+
"global_step": 3400,
|
8 |
"is_hyper_param_search": false,
|
9 |
"is_local_process_zero": true,
|
10 |
"is_world_process_zero": true,
|
|
|
456 |
"learning_rate": 2.8259717314487632e-05,
|
457 |
"loss": 0.5417,
|
458 |
"step": 3200
|
459 |
+
},
|
460 |
+
{
|
461 |
+
"epoch": 0.057429626619073706,
|
462 |
+
"grad_norm": 2.8348097801208496,
|
463 |
+
"learning_rate": 2.870141342756184e-05,
|
464 |
+
"loss": 0.5039,
|
465 |
+
"step": 3250
|
466 |
+
},
|
467 |
+
{
|
468 |
+
"epoch": 0.05831315933629022,
|
469 |
+
"grad_norm": 3.6297833919525146,
|
470 |
+
"learning_rate": 2.9143109540636045e-05,
|
471 |
+
"loss": 0.4647,
|
472 |
+
"step": 3300
|
473 |
+
},
|
474 |
+
{
|
475 |
+
"epoch": 0.05919669205350674,
|
476 |
+
"grad_norm": 2.6729063987731934,
|
477 |
+
"learning_rate": 2.9584805653710253e-05,
|
478 |
+
"loss": 0.4652,
|
479 |
+
"step": 3350
|
480 |
+
},
|
481 |
+
{
|
482 |
+
"epoch": 0.06008022477072326,
|
483 |
+
"grad_norm": 3.030548572540283,
|
484 |
+
"learning_rate": 3.0026501766784454e-05,
|
485 |
+
"loss": 0.4914,
|
486 |
+
"step": 3400
|
487 |
}
|
488 |
],
|
489 |
"logging_steps": 50,
|