Upload trainer_state.json
Browse files- trainer_state.json +12 -0
trainer_state.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.987993138936535,
|
5 |
+
"global_step": 135,
|
6 |
+
"is_local_process_zero": true,
|
7 |
+
"is_world_process_zero": true,
|
8 |
+
"log_history": [],
|
9 |
+
"max_steps": 135,
|
10 |
+
"num_train_epochs": 3,
|
11 |
+
"total_flos": 0
|
12 |
+
}
|