Training in progress, step 7000, 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 |
<!--
|
@@ -1252,6 +1252,10 @@ You can finetune this model on your own dataset.
|
|
1252 |
| 0.1184 | 6700 | 0.3458 |
|
1253 |
| 0.1193 | 6750 | 0.4791 |
|
1254 |
| 0.1202 | 6800 | 0.4445 |
|
|
|
|
|
|
|
|
|
1255 |
|
1256 |
|
1257 |
### Framework Versions
|
|
|
286 |
# Get the similarity scores for the embeddings
|
287 |
similarities = model.similarity(embeddings, embeddings)
|
288 |
print(similarities)
|
289 |
+
# tensor([[1.0000, 0.6619, 0.0916],
|
290 |
+
# [0.6619, 1.0000, 0.1211],
|
291 |
+
# [0.0916, 0.1211, 1.0000]])
|
292 |
```
|
293 |
|
294 |
<!--
|
|
|
1252 |
| 0.1184 | 6700 | 0.3458 |
|
1253 |
| 0.1193 | 6750 | 0.4791 |
|
1254 |
| 0.1202 | 6800 | 0.4445 |
|
1255 |
+
| 0.1210 | 6850 | 0.4907 |
|
1256 |
+
| 0.1219 | 6900 | 0.5377 |
|
1257 |
+
| 0.1228 | 6950 | 0.5275 |
|
1258 |
+
| 0.1237 | 7000 | 0.5489 |
|
1259 |
|
1260 |
|
1261 |
### 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:28a44e0cd1f0ccf12b1dca9efa9b0a109d1425c46e6ee135b4bd9edab468c9fb
|
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:c416ec7d63637f42fd412c23b32b2de49e0fc0ccea09c98c6c470af5e0b0abd7
|
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:f2f959cd98ceabc97c807d274c7db83cee5e9c5263d8148d895ba0898affda3b
|
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:cb26cc4077b901ce929db4f71fc0921ae313290fcd552277dc07d08aeff1cb82
|
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:9bc1ade0b823d69812ec43663888123a640bc3eb21cbec83f295c4c1cde60129
|
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,
|
@@ -960,6 +960,34 @@
|
|
960 |
"learning_rate": 4.8881820502248144e-05,
|
961 |
"loss": 0.4445,
|
962 |
"step": 6800
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
963 |
}
|
964 |
],
|
965 |
"logging_steps": 50,
|
|
|
2 |
"best_global_step": null,
|
3 |
"best_metric": null,
|
4 |
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.12369458041031259,
|
6 |
"eval_steps": 500,
|
7 |
+
"global_step": 7000,
|
8 |
"is_hyper_param_search": false,
|
9 |
"is_local_process_zero": true,
|
10 |
"is_world_process_zero": true,
|
|
|
960 |
"learning_rate": 4.8881820502248144e-05,
|
961 |
"loss": 0.4445,
|
962 |
"step": 6800
|
963 |
+
},
|
964 |
+
{
|
965 |
+
"epoch": 0.12104398225866304,
|
966 |
+
"grad_norm": 3.1055896282196045,
|
967 |
+
"learning_rate": 4.88327344839096e-05,
|
968 |
+
"loss": 0.4907,
|
969 |
+
"step": 6850
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"epoch": 0.12192751497587956,
|
973 |
+
"grad_norm": 3.251380681991577,
|
974 |
+
"learning_rate": 4.8783648465571066e-05,
|
975 |
+
"loss": 0.5377,
|
976 |
+
"step": 6900
|
977 |
+
},
|
978 |
+
{
|
979 |
+
"epoch": 0.12281104769309607,
|
980 |
+
"grad_norm": 2.909510850906372,
|
981 |
+
"learning_rate": 4.873456244723254e-05,
|
982 |
+
"loss": 0.5275,
|
983 |
+
"step": 6950
|
984 |
+
},
|
985 |
+
{
|
986 |
+
"epoch": 0.12369458041031259,
|
987 |
+
"grad_norm": 2.0700035095214844,
|
988 |
+
"learning_rate": 4.8685476428893995e-05,
|
989 |
+
"loss": 0.5489,
|
990 |
+
"step": 7000
|
991 |
}
|
992 |
],
|
993 |
"logging_steps": 50,
|