Yanhao commited on
Commit
a3b5fba
1 Parent(s): b6250a3

Upload trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +28 -0
trainer_state.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.0,
5
+ "global_step": 990,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 2.53,
12
+ "learning_rate": 2.474747474747475e-05,
13
+ "loss": 0.861,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 5.0,
18
+ "step": 990,
19
+ "train_runtime": 467.303,
20
+ "train_samples_per_second": 2.119
21
+ }
22
+ ],
23
+ "max_steps": 990,
24
+ "num_train_epochs": 5,
25
+ "total_flos": 4316063138500608,
26
+ "trial_name": null,
27
+ "trial_params": null
28
+ }