Training in progress, step 600, 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 |
<!--
|
@@ -1232,6 +1232,10 @@ You can finetune this model on your own dataset.
|
|
1232 |
| 0.0053 | 300 | 0.8566 |
|
1233 |
| 0.0062 | 350 | 0.8697 |
|
1234 |
| 0.0071 | 400 | 0.8099 |
|
|
|
|
|
|
|
|
|
1235 |
|
1236 |
|
1237 |
### Framework Versions
|
|
|
286 |
# Get the similarity scores for the embeddings
|
287 |
similarities = model.similarity(embeddings, embeddings)
|
288 |
print(similarities)
|
289 |
+
# tensor([[1.0000, 0.5948, 0.0953],
|
290 |
+
# [0.5948, 1.0000, 0.1617],
|
291 |
+
# [0.0953, 0.1617, 1.0000]])
|
292 |
```
|
293 |
|
294 |
<!--
|
|
|
1232 |
| 0.0053 | 300 | 0.8566 |
|
1233 |
| 0.0062 | 350 | 0.8697 |
|
1234 |
| 0.0071 | 400 | 0.8099 |
|
1235 |
+
| 0.0080 | 450 | 0.766 |
|
1236 |
+
| 0.0088 | 500 | 0.7402 |
|
1237 |
+
| 0.0097 | 550 | 0.8769 |
|
1238 |
+
| 0.0106 | 600 | 0.6827 |
|
1239 |
|
1240 |
|
1241 |
### 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:0331d85acd4fecdd2f31fd21e71c37b15d11fa5d95f1960167c2115865d268eb
|
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:f0f2a519dd6cd0c172d7135799f3099fbcc09a2457a9690f71edda228c1586f6
|
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:c2615f3b3d60e5b013a5494b0df662cc433db404a047bf2af8ab2c80fe288cfc
|
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:cb7fde5111803012042c93a73aa191336bb6e10b3ad44f6bd1d94fc7008a22b6
|
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:b1791894c32e6460fc9c57eab981d0af91d945f1bc12022ff9b5f30caaac5c8b
|
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,
|
@@ -64,6 +64,34 @@
|
|
64 |
"learning_rate": 3.5247349823321555e-06,
|
65 |
"loss": 0.8099,
|
66 |
"step": 400
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
}
|
68 |
],
|
69 |
"logging_steps": 50,
|
|
|
2 |
"best_global_step": null,
|
3 |
"best_metric": null,
|
4 |
"best_model_checkpoint": null,
|
5 |
+
"epoch": 0.010602392606598222,
|
6 |
"eval_steps": 500,
|
7 |
+
"global_step": 600,
|
8 |
"is_hyper_param_search": false,
|
9 |
"is_local_process_zero": true,
|
10 |
"is_world_process_zero": true,
|
|
|
64 |
"learning_rate": 3.5247349823321555e-06,
|
65 |
"loss": 0.8099,
|
66 |
"step": 400
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.007951794454948667,
|
70 |
+
"grad_norm": 3.2528891563415527,
|
71 |
+
"learning_rate": 3.966431095406361e-06,
|
72 |
+
"loss": 0.766,
|
73 |
+
"step": 450
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.008835327172165185,
|
77 |
+
"grad_norm": 4.1086039543151855,
|
78 |
+
"learning_rate": 4.408127208480566e-06,
|
79 |
+
"loss": 0.7402,
|
80 |
+
"step": 500
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.009718859889381704,
|
84 |
+
"grad_norm": 3.8160510063171387,
|
85 |
+
"learning_rate": 4.849823321554771e-06,
|
86 |
+
"loss": 0.8769,
|
87 |
+
"step": 550
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.010602392606598222,
|
91 |
+
"grad_norm": 2.901653289794922,
|
92 |
+
"learning_rate": 5.291519434628975e-06,
|
93 |
+
"loss": 0.6827,
|
94 |
+
"step": 600
|
95 |
}
|
96 |
],
|
97 |
"logging_steps": 50,
|