namngo commited on
Commit
8a90ec3
·
verified ·
1 Parent(s): f8977b1

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +48 -0
trainer_state.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 586,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.7064846416382253,
13
+ "grad_norm": 12.248133659362793,
14
+ "learning_rate": 4.640287769784173e-06,
15
+ "loss": 0.158,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.7064846416382253,
20
+ "eval_train_loss": 0.256682425737381,
21
+ "eval_train_runtime": 376.9558,
22
+ "eval_train_samples_per_second": 52.367,
23
+ "eval_train_steps_per_second": 1.637,
24
+ "step": 500
25
+ }
26
+ ],
27
+ "logging_steps": 500,
28
+ "max_steps": 586,
29
+ "num_input_tokens_seen": 0,
30
+ "num_train_epochs": 2,
31
+ "save_steps": 500,
32
+ "stateful_callbacks": {
33
+ "TrainerControl": {
34
+ "args": {
35
+ "should_epoch_stop": false,
36
+ "should_evaluate": false,
37
+ "should_log": false,
38
+ "should_save": true,
39
+ "should_training_stop": true
40
+ },
41
+ "attributes": {}
42
+ }
43
+ },
44
+ "total_flos": 0.0,
45
+ "train_batch_size": 32,
46
+ "trial_name": null,
47
+ "trial_params": null
48
+ }