Commit
·
18d986f
1
Parent(s):
61bc415
End of training
Browse files- README.md +6 -6
- logs/events.out.tfevents.1704166717.dacfc4e056f2.26.0 +3 -0
- model.safetensors +1 -1
- trainer_state.json +17 -3
README.md
CHANGED
@@ -13,12 +13,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model was trained from scratch on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- eval_loss: 0.
|
17 |
-
- eval_runtime:
|
18 |
-
- eval_samples_per_second:
|
19 |
-
- eval_steps_per_second: 1.
|
20 |
-
- epoch:
|
21 |
-
- step:
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
13 |
|
14 |
This model was trained from scratch on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- eval_loss: 0.8896
|
17 |
+
- eval_runtime: 2006.0064
|
18 |
+
- eval_samples_per_second: 111.223
|
19 |
+
- eval_steps_per_second: 1.738
|
20 |
+
- epoch: 10.36
|
21 |
+
- step: 650000
|
22 |
|
23 |
## Model description
|
24 |
|
logs/events.out.tfevents.1704166717.dacfc4e056f2.26.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d26d64cc3b8803ad7007812f04147b09b326cbfe42e12632230b324db1a46ca
|
3 |
+
size 5099
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497918592
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfd94057aad0373c5507053c75b00b127339bb5015b4f4d88173824b359a0aa9
|
3 |
size 497918592
|
trainer_state.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
-
"epoch":
|
5 |
"eval_steps": 50000,
|
6 |
-
"global_step":
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
@@ -175,6 +175,20 @@
|
|
175 |
"eval_samples_per_second": 112.034,
|
176 |
"eval_steps_per_second": 1.751,
|
177 |
"step": 600000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
}
|
179 |
],
|
180 |
"logging_steps": 50000,
|
@@ -182,7 +196,7 @@
|
|
182 |
"num_input_tokens_seen": 0,
|
183 |
"num_train_epochs": 500,
|
184 |
"save_steps": 50000,
|
185 |
-
"total_flos": 1.
|
186 |
"train_batch_size": 32,
|
187 |
"trial_name": null,
|
188 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 10.358400662937642,
|
5 |
"eval_steps": 50000,
|
6 |
+
"global_step": 650000,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
175 |
"eval_samples_per_second": 112.034,
|
176 |
"eval_steps_per_second": 1.751,
|
177 |
"step": 600000
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 10.36,
|
181 |
+
"learning_rate": 4.992035346050262e-05,
|
182 |
+
"loss": 0.8763,
|
183 |
+
"step": 650000
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 10.36,
|
187 |
+
"eval_loss": 0.8895950317382812,
|
188 |
+
"eval_runtime": 2006.0064,
|
189 |
+
"eval_samples_per_second": 111.223,
|
190 |
+
"eval_steps_per_second": 1.738,
|
191 |
+
"step": 650000
|
192 |
}
|
193 |
],
|
194 |
"logging_steps": 50000,
|
|
|
196 |
"num_input_tokens_seen": 0,
|
197 |
"num_train_epochs": 500,
|
198 |
"save_steps": 50000,
|
199 |
+
"total_flos": 1.3587153002496e+18,
|
200 |
"train_batch_size": 32,
|
201 |
"trial_name": null,
|
202 |
"trial_params": null
|