CoolFace
Modelpublic

xavierwoon/cesterqwen

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes9downloads
trainer_state.json33 linesDownload Raw Back to root
1{
2  "best_metric": null,
3  "best_model_checkpoint": null,
4  "epoch": 2.8,
5  "eval_steps": 500,
6  "global_step": 21,
7  "is_hyper_param_search": false,
8  "is_local_process_zero": true,
9  "is_world_process_zero": true,
10  "log_history": [],
11  "logging_steps": 100,
12  "max_steps": 21,
13  "num_input_tokens_seen": 0,
14  "num_train_epochs": 3,
15  "save_steps": 500,
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": 676261546426368.0,
29  "train_batch_size": 1,
30  "trial_name": null,
31  "trial_params": null
32}
33