Upload trainer_state.json with huggingface_hub
Browse files- trainer_state.json +20 -0
trainer_state.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 4.444444444444445,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 10,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [],
|
11 |
+
"logging_steps": 500,
|
12 |
+
"max_steps": 10,
|
13 |
+
"num_input_tokens_seen": 0,
|
14 |
+
"num_train_epochs": 5,
|
15 |
+
"save_steps": 10,
|
16 |
+
"total_flos": 0.0,
|
17 |
+
"train_batch_size": 4,
|
18 |
+
"trial_name": null,
|
19 |
+
"trial_params": null
|
20 |
+
}
|