Commit
·
35cd355
1
Parent(s):
e320542
End of training
Browse files- README.md +6 -6
- logs/events.out.tfevents.1704523026.c58ea2b4ca4f.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.8834
|
17 |
+
- eval_runtime: 2010.1701
|
18 |
+
- eval_samples_per_second: 110.993
|
19 |
+
- eval_steps_per_second: 1.735
|
20 |
+
- epoch: 12.75
|
21 |
+
- step: 800000
|
22 |
|
23 |
## Model description
|
24 |
|
logs/events.out.tfevents.1704523026.c58ea2b4ca4f.26.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be42082267a047ff43379f21d63ef425b53e7ef3a19e0d91539353bc558547a0
|
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:13d8c2b3d9bd1e34b45401a71877f331f0befb78b5f8c0e889877ab1e0c096dc
|
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,
|
@@ -217,6 +217,20 @@
|
|
217 |
"eval_samples_per_second": 112.127,
|
218 |
"eval_steps_per_second": 1.752,
|
219 |
"step": 750000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
220 |
}
|
221 |
],
|
222 |
"logging_steps": 50000,
|
@@ -224,7 +238,7 @@
|
|
224 |
"num_input_tokens_seen": 0,
|
225 |
"num_train_epochs": 500,
|
226 |
"save_steps": 50000,
|
227 |
-
"total_flos": 1.
|
228 |
"train_batch_size": 32,
|
229 |
"trial_name": null,
|
230 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 12.748800815923252,
|
5 |
"eval_steps": 50000,
|
6 |
+
"global_step": 800000,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
217 |
"eval_samples_per_second": 112.127,
|
218 |
"eval_steps_per_second": 1.752,
|
219 |
"step": 750000
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 12.75,
|
223 |
+
"learning_rate": 4.992035186690252e-05,
|
224 |
+
"loss": 0.8628,
|
225 |
+
"step": 800000
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epoch": 12.75,
|
229 |
+
"eval_loss": 0.8833887577056885,
|
230 |
+
"eval_runtime": 2010.1701,
|
231 |
+
"eval_samples_per_second": 110.993,
|
232 |
+
"eval_steps_per_second": 1.735,
|
233 |
+
"step": 800000
|
234 |
}
|
235 |
],
|
236 |
"logging_steps": 50000,
|
|
|
238 |
"num_input_tokens_seen": 0,
|
239 |
"num_train_epochs": 500,
|
240 |
"save_steps": 50000,
|
241 |
+
"total_flos": 1.67226508541952e+18,
|
242 |
"train_batch_size": 32,
|
243 |
"trial_name": null,
|
244 |
"trial_params": null
|