Training in progress, step 2200, 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 |
<!--
|
|
@@ -1264,6 +1264,10 @@ You can finetune this model on your own dataset.
|
|
| 1264 |
| 0.0336 | 1900 | 0.5298 |
|
| 1265 |
| 0.0345 | 1950 | 0.5759 |
|
| 1266 |
| 0.0353 | 2000 | 0.5782 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1267 |
|
| 1268 |
|
| 1269 |
### Framework Versions
|
|
|
|
| 286 |
# Get the similarity scores for the embeddings
|
| 287 |
similarities = model.similarity(embeddings, embeddings)
|
| 288 |
print(similarities)
|
| 289 |
+
# tensor([[1.0000, 0.6084, 0.1042],
|
| 290 |
+
# [0.6084, 1.0000, 0.1457],
|
| 291 |
+
# [0.1042, 0.1457, 1.0000]])
|
| 292 |
```
|
| 293 |
|
| 294 |
<!--
|
|
|
|
| 1264 |
| 0.0336 | 1900 | 0.5298 |
|
| 1265 |
| 0.0345 | 1950 | 0.5759 |
|
| 1266 |
| 0.0353 | 2000 | 0.5782 |
|
| 1267 |
+
| 0.0362 | 2050 | 0.5221 |
|
| 1268 |
+
| 0.0371 | 2100 | 0.5966 |
|
| 1269 |
+
| 0.0380 | 2150 | 0.5989 |
|
| 1270 |
+
| 0.0389 | 2200 | 0.5097 |
|
| 1271 |
|
| 1272 |
|
| 1273 |
### 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:43e276da028dbf8b1ad5144673c6ce3925a2b3aabd87a44547c55a6459e20d87
|
| 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:93cc133162fde43973a8ccb2ec2dfc87437cbd187213b067665594adaa028144
|
| 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:e3c956e4b6b1160a43d807052e2f2f064099f54437c58331d632ad556682176f
|
| 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:1f6829e47549862e022b4eedf087cf81394f448150e958ad6663988076bf8691
|
| 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:fdfc272a547d5b2f74b766d251fe9186a84058fe1c0528c0560d11ed37d05aa5
|
| 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,
|
|
@@ -288,6 +288,34 @@
|
|
| 288 |
"learning_rate": 1.7659010600706715e-05,
|
| 289 |
"loss": 0.5782,
|
| 290 |
"step": 2000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 291 |
}
|
| 292 |
],
|
| 293 |
"logging_steps": 50,
|
|
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.038875439557526814,
|
| 6 |
"eval_steps": 500,
|
| 7 |
+
"global_step": 2200,
|
| 8 |
"is_hyper_param_search": false,
|
| 9 |
"is_local_process_zero": true,
|
| 10 |
"is_world_process_zero": true,
|
|
|
|
| 288 |
"learning_rate": 1.7659010600706715e-05,
|
| 289 |
"loss": 0.5782,
|
| 290 |
"step": 2000
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 0.03622484140587726,
|
| 294 |
+
"grad_norm": 2.3239428997039795,
|
| 295 |
+
"learning_rate": 1.810070671378092e-05,
|
| 296 |
+
"loss": 0.5221,
|
| 297 |
+
"step": 2050
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.03710837412309378,
|
| 301 |
+
"grad_norm": 4.565939426422119,
|
| 302 |
+
"learning_rate": 1.8542402826855124e-05,
|
| 303 |
+
"loss": 0.5966,
|
| 304 |
+
"step": 2100
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 0.0379919068403103,
|
| 308 |
+
"grad_norm": 2.6089091300964355,
|
| 309 |
+
"learning_rate": 1.898409893992933e-05,
|
| 310 |
+
"loss": 0.5989,
|
| 311 |
+
"step": 2150
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"epoch": 0.038875439557526814,
|
| 315 |
+
"grad_norm": 2.4395945072174072,
|
| 316 |
+
"learning_rate": 1.9425795053003533e-05,
|
| 317 |
+
"loss": 0.5097,
|
| 318 |
+
"step": 2200
|
| 319 |
}
|
| 320 |
],
|
| 321 |
"logging_steps": 50,
|