Commit
·
f456786
1
Parent(s):
7a444f6
End of training
Browse files- README.md +6 -6
- logs/events.out.tfevents.1703212401.17a84173843a.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.9326
|
17 |
+
- eval_runtime: 2015.1208
|
18 |
+
- eval_samples_per_second: 110.72
|
19 |
+
- eval_steps_per_second: 1.73
|
20 |
+
- epoch: 3.19
|
21 |
+
- step: 200000
|
22 |
|
23 |
## Model description
|
24 |
|
logs/events.out.tfevents.1703212401.17a84173843a.26.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff2bd105d8708d86a15bfd2fb3f56c4235fb2a8b26fe84cb6eeaec0d6a4725f6
|
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:a19116bc254cd3ca11b543d86ebe279b8a7068397e584380689d839c15a8fb45
|
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,
|
@@ -49,6 +49,20 @@
|
|
49 |
"eval_samples_per_second": 111.713,
|
50 |
"eval_steps_per_second": 1.746,
|
51 |
"step": 150000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
}
|
53 |
],
|
54 |
"logging_steps": 50000,
|
@@ -56,7 +70,7 @@
|
|
56 |
"num_input_tokens_seen": 0,
|
57 |
"num_train_epochs": 500,
|
58 |
"save_steps": 50000,
|
59 |
-
"total_flos":
|
60 |
"train_batch_size": 32,
|
61 |
"trial_name": null,
|
62 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 3.187200203980813,
|
5 |
"eval_steps": 50000,
|
6 |
+
"global_step": 200000,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
49 |
"eval_samples_per_second": 111.713,
|
50 |
"eval_steps_per_second": 1.746,
|
51 |
"step": 150000
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 3.19,
|
55 |
+
"learning_rate": 4.992034549250211e-05,
|
56 |
+
"loss": 0.9539,
|
57 |
+
"step": 200000
|
58 |
+
},
|
59 |
+
{
|
60 |
+
"epoch": 3.19,
|
61 |
+
"eval_loss": 0.9325647354125977,
|
62 |
+
"eval_runtime": 2015.1208,
|
63 |
+
"eval_samples_per_second": 110.72,
|
64 |
+
"eval_steps_per_second": 1.73,
|
65 |
+
"step": 200000
|
66 |
}
|
67 |
],
|
68 |
"logging_steps": 50000,
|
|
|
70 |
"num_input_tokens_seen": 0,
|
71 |
"num_train_epochs": 500,
|
72 |
"save_steps": 50000,
|
73 |
+
"total_flos": 4.1806627135488e+17,
|
74 |
"train_batch_size": 32,
|
75 |
"trial_name": null,
|
76 |
"trial_params": null
|