End of training
Browse files- README.md +7 -9
- config.json +1 -1
- logs/events.out.tfevents.1707102026.2f58af33d3db.26.0 +3 -0
- model.safetensors +1 -1
- trainer_state.json +17 -3
README.md
CHANGED
@@ -1,6 +1,4 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
-
base_model: gpt2
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
@@ -13,14 +11,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# controlled-food-recipe-generation
|
15 |
|
16 |
-
This model
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- eval_loss:
|
19 |
-
- eval_runtime:
|
20 |
-
- eval_samples_per_second:
|
21 |
-
- eval_steps_per_second: 1.
|
22 |
-
- epoch:
|
23 |
-
- step:
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
1 |
---
|
|
|
|
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
model-index:
|
|
|
11 |
|
12 |
# controlled-food-recipe-generation
|
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.9804
|
17 |
+
- eval_runtime: 1376.4724
|
18 |
+
- eval_samples_per_second: 108.974
|
19 |
+
- eval_steps_per_second: 1.703
|
20 |
+
- epoch: 2.37
|
21 |
+
- step: 100000
|
22 |
|
23 |
## Model description
|
24 |
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/kaggle/working/controlled-food-recipe-generation",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
logs/events.out.tfevents.1707102026.2f58af33d3db.26.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:347dd1c2c3debc6a8720f970d8c810dd55f20054ed1295e0429bba74aea735c9
|
3 |
+
size 5154
|
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:c463344c8cb5f2df488df653b7dba47cd576e06dd4f6531b17bfec7bce0d2f3a
|
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,
|
@@ -21,6 +21,20 @@
|
|
21 |
"eval_samples_per_second": 104.708,
|
22 |
"eval_steps_per_second": 1.636,
|
23 |
"step": 50000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
}
|
25 |
],
|
26 |
"logging_steps": 50000,
|
@@ -28,7 +42,7 @@
|
|
28 |
"num_input_tokens_seen": 0,
|
29 |
"num_train_epochs": 100,
|
30 |
"save_steps": 50000,
|
31 |
-
"total_flos":
|
32 |
"train_batch_size": 32,
|
33 |
"trial_name": null,
|
34 |
"trial_params": null
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.37034227742486,
|
5 |
"eval_steps": 50000,
|
6 |
+
"global_step": 100000,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
21 |
"eval_samples_per_second": 104.708,
|
22 |
"eval_steps_per_second": 1.636,
|
23 |
"step": 50000
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 2.37,
|
27 |
+
"learning_rate": 4.940763961316014e-05,
|
28 |
+
"loss": 1.0237,
|
29 |
+
"step": 100000
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"epoch": 2.37,
|
33 |
+
"eval_loss": 0.9803563356399536,
|
34 |
+
"eval_runtime": 1376.4724,
|
35 |
+
"eval_samples_per_second": 108.974,
|
36 |
+
"eval_steps_per_second": 1.703,
|
37 |
+
"step": 100000
|
38 |
}
|
39 |
],
|
40 |
"logging_steps": 50000,
|
|
|
42 |
"num_input_tokens_seen": 0,
|
43 |
"num_train_epochs": 100,
|
44 |
"save_steps": 50000,
|
45 |
+
"total_flos": 2.09031535263744e+17,
|
46 |
"train_batch_size": 32,
|
47 |
"trial_name": null,
|
48 |
"trial_params": null
|