Commit
·
5d03e86
1
Parent(s):
d336431
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": 2.0,
|
5 |
+
"global_step": 16296,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 1.0,
|
12 |
+
"learning_rate": 2.5e-05,
|
13 |
+
"loss": 1.6534,
|
14 |
+
"step": 8148
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 2.0,
|
18 |
+
"learning_rate": 0.0,
|
19 |
+
"loss": 1.1522,
|
20 |
+
"step": 16296
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 2.0,
|
24 |
+
"step": 16296,
|
25 |
+
"total_flos": 2.0025974242197504e+16,
|
26 |
+
"train_loss": 1.4028112367490488,
|
27 |
+
"train_runtime": 6757.699,
|
28 |
+
"train_samples_per_second": 4.823,
|
29 |
+
"train_steps_per_second": 2.411
|
30 |
+
}
|
31 |
+
],
|
32 |
+
"max_steps": 16296,
|
33 |
+
"num_train_epochs": 2,
|
34 |
+
"total_flos": 2.0025974242197504e+16,
|
35 |
+
"trial_name": null,
|
36 |
+
"trial_params": null
|
37 |
+
}
|