Training in progress, step 2600, 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 |
<!--
|
|
@@ -1272,6 +1272,10 @@ You can finetune this model on your own dataset.
|
|
| 1272 |
| 0.0406 | 2300 | 0.5354 |
|
| 1273 |
| 0.0415 | 2350 | 0.5236 |
|
| 1274 |
| 0.0424 | 2400 | 0.5057 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1275 |
|
| 1276 |
|
| 1277 |
### Framework Versions
|
|
|
|
| 286 |
# Get the similarity scores for the embeddings
|
| 287 |
similarities = model.similarity(embeddings, embeddings)
|
| 288 |
print(similarities)
|
| 289 |
+
# tensor([[1.0000, 0.6640, 0.1013],
|
| 290 |
+
# [0.6640, 1.0000, 0.1387],
|
| 291 |
+
# [0.1013, 0.1387, 1.0000]])
|
| 292 |
```
|
| 293 |
|
| 294 |
<!--
|
|
|
|
| 1272 |
| 0.0406 | 2300 | 0.5354 |
|
| 1273 |
| 0.0415 | 2350 | 0.5236 |
|
| 1274 |
| 0.0424 | 2400 | 0.5057 |
|
| 1275 |
+
| 0.0433 | 2450 | 0.5448 |
|
| 1276 |
+
| 0.0442 | 2500 | 0.5418 |
|
| 1277 |
+
| 0.0451 | 2550 | 0.5944 |
|
| 1278 |
+
| 0.0459 | 2600 | 0.4945 |
|
| 1279 |
|
| 1280 |
|
| 1281 |
### 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:3ae5685c6a0c1fe0ed28db5c9949645da1874fee361ce188af171f0dc464b051
|
| 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:582e7af731a5a8f6fce6c6c33c280e4b6a1edc557f2edfd6c016d9eab1c38ec7
|
| 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:7a4c0352f6445f2b7c6c3c51f895d528e2207f898cdc30fd189336a0b7b111fb
|
| 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:aea2b6a5675bb9dc7d6d847844f168cbc539a3493d586a8e2634d29c173b0f88
|
| 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:ed639e61f6a926a63462947428e7442536feff636cd037001a4560c56e961f18
|
| 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,
|
|
@@ -344,6 +344,34 @@
|
|
| 344 |
"learning_rate": 2.1192579505300354e-05,
|
| 345 |
"loss": 0.5057,
|
| 346 |
"step": 2400
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 347 |
}
|
| 348 |
],
|
| 349 |
"logging_steps": 50,
|
|
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.04594370129525897,
|
| 6 |
"eval_steps": 500,
|
| 7 |
+
"global_step": 2600,
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
|
|
|
| 344 |
"learning_rate": 2.1192579505300354e-05,
|
| 345 |
"loss": 0.5057,
|
| 346 |
"step": 2400
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"epoch": 0.04329310314360941,
|
| 350 |
+
"grad_norm": 2.2634503841400146,
|
| 351 |
+
"learning_rate": 2.163427561837456e-05,
|
| 352 |
+
"loss": 0.5448,
|
| 353 |
+
"step": 2450
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"epoch": 0.04417663586082592,
|
| 357 |
+
"grad_norm": 1.6744658946990967,
|
| 358 |
+
"learning_rate": 2.2075971731448763e-05,
|
| 359 |
+
"loss": 0.5418,
|
| 360 |
+
"step": 2500
|
| 361 |
+
},
|
| 362 |
+
{
|
| 363 |
+
"epoch": 0.045060168578042445,
|
| 364 |
+
"grad_norm": 2.9320178031921387,
|
| 365 |
+
"learning_rate": 2.2517667844522968e-05,
|
| 366 |
+
"loss": 0.5944,
|
| 367 |
+
"step": 2550
|
| 368 |
+
},
|
| 369 |
+
{
|
| 370 |
+
"epoch": 0.04594370129525897,
|
| 371 |
+
"grad_norm": 2.2643797397613525,
|
| 372 |
+
"learning_rate": 2.2959363957597176e-05,
|
| 373 |
+
"loss": 0.4945,
|
| 374 |
+
"step": 2600
|
| 375 |
}
|
| 376 |
],
|
| 377 |
"logging_steps": 50,
|