End of training
Browse files- README.md +6 -6
- logs/events.out.tfevents.1707026005.d77ab3a64c5c.34.0 +2 -2
- model.safetensors +1 -1
- trainer_state.json +19 -5
README.md
CHANGED
@@ -15,12 +15,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- eval_loss:
|
19 |
-
- eval_runtime: 0.
|
20 |
-
- eval_samples_per_second:
|
21 |
-
- eval_steps_per_second:
|
22 |
-
- epoch:
|
23 |
-
- step:
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- eval_loss: 6.9974
|
19 |
+
- eval_runtime: 0.0211
|
20 |
+
- eval_samples_per_second: 47.457
|
21 |
+
- eval_steps_per_second: 47.457
|
22 |
+
- epoch: 15.0
|
23 |
+
- step: 15
|
24 |
|
25 |
## Model description
|
26 |
|
logs/events.out.tfevents.1707026005.d77ab3a64c5c.34.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ba3d6e581aab74637b693922b066f79ffe151620bbe2904e337fe6d48bb02b4
|
3 |
+
size 10933
|
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:0f0f5d17dafec3300164ff2ba0d1d63fbe9d86331d49f4e267f4f76e9f82cadf
|
3 |
size 497918592
|
trainer_state.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"best_metric":
|
3 |
-
"best_model_checkpoint": "controlled-food-recipe-generation/checkpoint-
|
4 |
-
"epoch":
|
5 |
"eval_steps": 1,
|
6 |
-
"global_step":
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
@@ -203,6 +203,20 @@
|
|
203 |
"eval_samples_per_second": 44.006,
|
204 |
"eval_steps_per_second": 44.006,
|
205 |
"step": 14
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
206 |
}
|
207 |
],
|
208 |
"logging_steps": 1,
|
@@ -210,7 +224,7 @@
|
|
210 |
"num_input_tokens_seen": 0,
|
211 |
"num_train_epochs": 100,
|
212 |
"save_steps": 1,
|
213 |
-
"total_flos":
|
214 |
"train_batch_size": 32,
|
215 |
"trial_name": null,
|
216 |
"trial_params": null
|
|
|
1 |
{
|
2 |
+
"best_metric": 9.170014381408691,
|
3 |
+
"best_model_checkpoint": "controlled-food-recipe-generation/checkpoint-14",
|
4 |
+
"epoch": 15.0,
|
5 |
"eval_steps": 1,
|
6 |
+
"global_step": 15,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
203 |
"eval_samples_per_second": 44.006,
|
204 |
"eval_steps_per_second": 44.006,
|
205 |
"step": 14
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 15.0,
|
209 |
+
"learning_rate": 4.6500000000000005e-05,
|
210 |
+
"loss": 6.3525,
|
211 |
+
"step": 15
|
212 |
+
},
|
213 |
+
{
|
214 |
+
"epoch": 15.0,
|
215 |
+
"eval_loss": 6.997350215911865,
|
216 |
+
"eval_runtime": 0.0211,
|
217 |
+
"eval_samples_per_second": 47.457,
|
218 |
+
"eval_steps_per_second": 47.457,
|
219 |
+
"step": 15
|
220 |
}
|
221 |
],
|
222 |
"logging_steps": 1,
|
|
|
224 |
"num_input_tokens_seen": 0,
|
225 |
"num_train_epochs": 100,
|
226 |
"save_steps": 1,
|
227 |
+
"total_flos": 8818606080000.0,
|
228 |
"train_batch_size": 32,
|
229 |
"trial_name": null,
|
230 |
"trial_params": null
|