Upload trainer_state.json
Browse files- trainer_state.json +15 -0
trainer_state.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"global_step": 3893,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [],
|
10 |
+
"max_steps": 3893,
|
11 |
+
"num_train_epochs": 1,
|
12 |
+
"total_flos": 2.851092641764147e+16,
|
13 |
+
"trial_name": null,
|
14 |
+
"trial_params": null
|
15 |
+
}
|