Commit
·
28707e4
1
Parent(s):
ce334ac
End of training
Browse files- README.md +5 -5
- logs/events.out.tfevents.1702893748.c87f45a5aed4.42.1 +2 -2
- 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: 1.
|
17 |
-
- eval_runtime:
|
18 |
-
- eval_samples_per_second:
|
19 |
-
- eval_steps_per_second: 1.
|
20 |
- epoch: 0.02
|
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: 1.1335
|
17 |
+
- eval_runtime: 18.0469
|
18 |
+
- eval_samples_per_second: 110.823
|
19 |
+
- eval_steps_per_second: 1.773
|
20 |
- epoch: 0.02
|
21 |
+
- step: 65
|
22 |
|
23 |
## Model description
|
24 |
|
logs/events.out.tfevents.1702893748.c87f45a5aed4.42.1
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:9de95e510743adc9435e0b43123b8d3ae1d2ccb8fafa4aefe8a600a18f48f7d5
|
3 |
+
size 5911
|
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:5e61e3bd1c996a2773a820b93fa6954cc5f60e51780cc5f1901127d1f3122031
|
3 |
size 497918592
|
trainer_state.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"best_metric": 1.124158501625061,
|
3 |
"best_model_checkpoint": "food-recipe-generation/checkpoint-45",
|
4 |
-
"epoch": 0.
|
5 |
"eval_steps": 5,
|
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": 111.475,
|
176 |
"eval_steps_per_second": 1.784,
|
177 |
"step": 60
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
}
|
179 |
],
|
180 |
"logging_steps": 5,
|
@@ -182,7 +196,7 @@
|
|
182 |
"num_input_tokens_seen": 0,
|
183 |
"num_train_epochs": 1,
|
184 |
"save_steps": 5,
|
185 |
-
"total_flos":
|
186 |
"train_batch_size": 32,
|
187 |
"trial_name": null,
|
188 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": 1.124158501625061,
|
3 |
"best_model_checkpoint": "food-recipe-generation/checkpoint-45",
|
4 |
+
"epoch": 0.021221025138752857,
|
5 |
"eval_steps": 5,
|
6 |
+
"global_step": 65,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
175 |
"eval_samples_per_second": 111.475,
|
176 |
"eval_steps_per_second": 1.784,
|
177 |
"step": 60
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.02,
|
181 |
+
"learning_rate": 4.755700325732899e-05,
|
182 |
+
"loss": 1.1628,
|
183 |
+
"step": 65
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.02,
|
187 |
+
"eval_loss": 1.1334753036499023,
|
188 |
+
"eval_runtime": 18.0469,
|
189 |
+
"eval_samples_per_second": 110.823,
|
190 |
+
"eval_steps_per_second": 1.773,
|
191 |
+
"step": 65
|
192 |
}
|
193 |
],
|
194 |
"logging_steps": 5,
|
|
|
196 |
"num_input_tokens_seen": 0,
|
197 |
"num_train_epochs": 1,
|
198 |
"save_steps": 5,
|
199 |
+
"total_flos": 135871856640000.0,
|
200 |
"train_batch_size": 32,
|
201 |
"trial_name": null,
|
202 |
"trial_params": null
|