Commit
·
df2238a
1
Parent(s):
5198191
End of training
Browse files- README.md +6 -6
- logs/events.out.tfevents.1703432183.d9c68bf90493.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.9003
|
17 |
+
- eval_runtime: 1982.6092
|
18 |
+
- eval_samples_per_second: 112.536
|
19 |
+
- eval_steps_per_second: 1.759
|
20 |
+
- epoch: 7.17
|
21 |
+
- step: 450000
|
22 |
|
23 |
## Model description
|
24 |
|
logs/events.out.tfevents.1703432183.d9c68bf90493.26.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12d41be54d60e81fa3662705e00a7d3a2e13a04920de647838160bb20b2a65a9
|
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:606bd0335ab3b3f558e15ec0b468d5ef4993267b05d0cae2cd6a7594acb376cc
|
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,
|
@@ -119,6 +119,20 @@
|
|
119 |
"eval_samples_per_second": 111.628,
|
120 |
"eval_steps_per_second": 1.745,
|
121 |
"step": 400000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
}
|
123 |
],
|
124 |
"logging_steps": 50000,
|
@@ -126,7 +140,7 @@
|
|
126 |
"num_input_tokens_seen": 0,
|
127 |
"num_train_epochs": 500,
|
128 |
"save_steps": 50000,
|
129 |
-
"total_flos":
|
130 |
"train_batch_size": 32,
|
131 |
"trial_name": null,
|
132 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 7.17120045895683,
|
5 |
"eval_steps": 50000,
|
6 |
+
"global_step": 450000,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
119 |
"eval_samples_per_second": 111.628,
|
120 |
"eval_steps_per_second": 1.745,
|
121 |
"step": 400000
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 7.17,
|
125 |
+
"learning_rate": 4.9920355054102726e-05,
|
126 |
+
"loss": 0.8994,
|
127 |
+
"step": 450000
|
128 |
+
},
|
129 |
+
{
|
130 |
+
"epoch": 7.17,
|
131 |
+
"eval_loss": 0.9003444910049438,
|
132 |
+
"eval_runtime": 1982.6092,
|
133 |
+
"eval_samples_per_second": 112.536,
|
134 |
+
"eval_steps_per_second": 1.759,
|
135 |
+
"step": 450000
|
136 |
}
|
137 |
],
|
138 |
"logging_steps": 50000,
|
|
|
140 |
"num_input_tokens_seen": 0,
|
141 |
"num_train_epochs": 500,
|
142 |
"save_steps": 50000,
|
143 |
+
"total_flos": 9.4064902889472e+17,
|
144 |
"train_batch_size": 32,
|
145 |
"trial_name": null,
|
146 |
"trial_params": null
|