jxuhf commited on
Commit
ae91e7b
1 Parent(s): 4b45342

Upload trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +25 -0
trainer_state.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 345,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 3.0,
12
+ "step": 345,
13
+ "total_flos": 2563743180515328.0,
14
+ "train_loss": 0.3333333333333333,
15
+ "train_runtime": 160.3441,
16
+ "train_samples_per_second": 68.627,
17
+ "train_steps_per_second": 2.152
18
+ }
19
+ ],
20
+ "max_steps": 345,
21
+ "num_train_epochs": 3,
22
+ "total_flos": 2563743180515328.0,
23
+ "trial_name": null,
24
+ "trial_params": null
25
+ }