Upload trainer_state.json
Browse files- trainer_state.json +37 -0
trainer_state.json
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 30.0,
|
5 |
+
"global_step": 1020,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 14.71,
|
12 |
+
"learning_rate": 5.098039215686274e-06,
|
13 |
+
"loss": 0.0049,
|
14 |
+
"step": 500
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 29.41,
|
18 |
+
"learning_rate": 1.9607843137254904e-07,
|
19 |
+
"loss": 0.0012,
|
20 |
+
"step": 1000
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 30.0,
|
24 |
+
"step": 1020,
|
25 |
+
"total_flos": 1529333009280000.0,
|
26 |
+
"train_loss": 0.002993474760695986,
|
27 |
+
"train_runtime": 193.0701,
|
28 |
+
"train_samples_per_second": 124.307,
|
29 |
+
"train_steps_per_second": 5.283
|
30 |
+
}
|
31 |
+
],
|
32 |
+
"max_steps": 1020,
|
33 |
+
"num_train_epochs": 30,
|
34 |
+
"total_flos": 1529333009280000.0,
|
35 |
+
"trial_name": null,
|
36 |
+
"trial_params": null
|
37 |
+
}
|