Andreas Jörg
commited on
Commit
·
44122b1
1
Parent(s):
de84e56
Upload trainer_state.json
Browse files- trainer_state.json +40 -0
trainer_state.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 4.0472175379426645,
|
5 |
+
"global_step": 2400,
|
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.84,
|
12 |
+
"learning_rate": 5e-05,
|
13 |
+
"loss": 4.2906,
|
14 |
+
"step": 500
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.69,
|
18 |
+
"learning_rate": 4.539594843462247e-05,
|
19 |
+
"loss": 3.934,
|
20 |
+
"step": 1000
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 2.53,
|
24 |
+
"learning_rate": 4.079189686924494e-05,
|
25 |
+
"loss": 3.7996,
|
26 |
+
"step": 1500
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 3.37,
|
30 |
+
"learning_rate": 3.618784530386741e-05,
|
31 |
+
"loss": 3.7107,
|
32 |
+
"step": 2000
|
33 |
+
}
|
34 |
+
],
|
35 |
+
"max_steps": 5930,
|
36 |
+
"num_train_epochs": 10,
|
37 |
+
"total_flos": 5013671510016000.0,
|
38 |
+
"trial_name": null,
|
39 |
+
"trial_params": null
|
40 |
+
}
|