CoolFace
Modelpublic

kkcplacement123/lightLLM

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes4downloads
trainer_state.json33 linesDownload Raw Back to root
1{
2  "best_metric": null,
3  "best_model_checkpoint": null,
4  "epoch": 20.0,
5  "eval_steps": 500,
6  "global_step": 20,
7  "is_hyper_param_search": false,
8  "is_local_process_zero": true,
9  "is_world_process_zero": true,
10  "log_history": [],
11  "logging_steps": 25,
12  "max_steps": 20,
13  "num_input_tokens_seen": 0,
14  "num_train_epochs": 20,
15  "save_steps": 0,
16  "stateful_callbacks": {
17    "TrainerControl": {
18      "args": {
19        "should_epoch_stop": false,
20        "should_evaluate": false,
21        "should_log": false,
22        "should_save": true,
23        "should_training_stop": true
24      },
25      "attributes": {}
26    }
27  },
28  "total_flos": 925555218186240.0,
29  "train_batch_size": 4,
30  "trial_name": null,
31  "trial_params": null
32}
33