Upload trainer_state.json
Browse files- trainer_state.json +46 -0
trainer_state.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.004442548956889505,
|
5 |
+
"global_step": 500,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 0.0,
|
12 |
+
"learning_rate": 1.9982229804172442e-05,
|
13 |
+
"loss": 0.048,
|
14 |
+
"step": 100
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 0.0,
|
18 |
+
"learning_rate": 1.9964459608344886e-05,
|
19 |
+
"loss": 0.0524,
|
20 |
+
"step": 200
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 0.0,
|
24 |
+
"learning_rate": 1.9946689412517327e-05,
|
25 |
+
"loss": 0.0469,
|
26 |
+
"step": 300
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 0.0,
|
30 |
+
"learning_rate": 1.992891921668977e-05,
|
31 |
+
"loss": 0.0442,
|
32 |
+
"step": 400
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 0.0,
|
36 |
+
"learning_rate": 1.9911149020862212e-05,
|
37 |
+
"loss": 0.0468,
|
38 |
+
"step": 500
|
39 |
+
}
|
40 |
+
],
|
41 |
+
"max_steps": 112548,
|
42 |
+
"num_train_epochs": 1,
|
43 |
+
"total_flos": 1150254608160.0,
|
44 |
+
"trial_name": null,
|
45 |
+
"trial_params": null
|
46 |
+
}
|