Training in progress, step 800, 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 |
<!--
|
|
@@ -1236,6 +1236,10 @@ You can finetune this model on your own dataset.
|
|
| 1236 |
| 0.0088 | 500 | 0.7402 |
|
| 1237 |
| 0.0097 | 550 | 0.8769 |
|
| 1238 |
| 0.0106 | 600 | 0.6827 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1239 |
|
| 1240 |
|
| 1241 |
### Framework Versions
|
|
|
|
| 286 |
# Get the similarity scores for the embeddings
|
| 287 |
similarities = model.similarity(embeddings, embeddings)
|
| 288 |
print(similarities)
|
| 289 |
+
# tensor([[1.0000, 0.5922, 0.0910],
|
| 290 |
+
# [0.5922, 1.0000, 0.1485],
|
| 291 |
+
# [0.0910, 0.1485, 1.0000]])
|
| 292 |
```
|
| 293 |
|
| 294 |
<!--
|
|
|
|
| 1236 |
| 0.0088 | 500 | 0.7402 |
|
| 1237 |
| 0.0097 | 550 | 0.8769 |
|
| 1238 |
| 0.0106 | 600 | 0.6827 |
|
| 1239 |
+
| 0.0115 | 650 | 0.7252 |
|
| 1240 |
+
| 0.0124 | 700 | 0.7701 |
|
| 1241 |
+
| 0.0133 | 750 | 0.7525 |
|
| 1242 |
+
| 0.0141 | 800 | 0.7097 |
|
| 1243 |
|
| 1244 |
|
| 1245 |
### 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:4edf45758f8655b39949040bb376942e3eaf9cabfbd997bdd27d281a59e48fd7
|
| 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:b860245e653a414010bafe2c3c8174c59f95411463e02d1f20aed248e44dc779
|
| 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:6604fa50a947bb7a8c4e40ff3e2a5641ad506d5aa6a161b0cd0a5fa0c1d78ee8
|
| 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:6fef122931c86c2d2736773be787da21ac6460d41580735381e953556fb410be
|
| 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:8ec1539c27d7283f1e5aca2a0dde35cb977a77f34c850320b82d506a15f4bbbb
|
| 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,
|
|
@@ -92,6 +92,34 @@
|
|
| 92 |
"learning_rate": 5.291519434628975e-06,
|
| 93 |
"loss": 0.6827,
|
| 94 |
"step": 600
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
}
|
| 96 |
],
|
| 97 |
"logging_steps": 50,
|
|
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.014136523475464296,
|
| 6 |
"eval_steps": 500,
|
| 7 |
+
"global_step": 800,
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
|
|
|
| 92 |
"learning_rate": 5.291519434628975e-06,
|
| 93 |
"loss": 0.6827,
|
| 94 |
"step": 600
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 0.011485925323814742,
|
| 98 |
+
"grad_norm": 2.5824739933013916,
|
| 99 |
+
"learning_rate": 5.73321554770318e-06,
|
| 100 |
+
"loss": 0.7252,
|
| 101 |
+
"step": 650
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 0.01236945804103126,
|
| 105 |
+
"grad_norm": 2.586138963699341,
|
| 106 |
+
"learning_rate": 6.174911660777385e-06,
|
| 107 |
+
"loss": 0.7701,
|
| 108 |
+
"step": 700
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 0.013252990758247778,
|
| 112 |
+
"grad_norm": 2.3450210094451904,
|
| 113 |
+
"learning_rate": 6.6166077738515904e-06,
|
| 114 |
+
"loss": 0.7525,
|
| 115 |
+
"step": 750
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 0.014136523475464296,
|
| 119 |
+
"grad_norm": 2.7902042865753174,
|
| 120 |
+
"learning_rate": 7.058303886925795e-06,
|
| 121 |
+
"loss": 0.7097,
|
| 122 |
+
"step": 800
|
| 123 |
}
|
| 124 |
],
|
| 125 |
"logging_steps": 50,
|