NDugar commited on
Commit
a7030ae
1 Parent(s): 08fd8e3

Upload trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +31 -0
trainer_state.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8809251522860411,
3
+ "best_model_checkpoint": "./results1/output/checkpoint-277230",
4
+ "epoch": 1.0,
5
+ "global_step": 277230,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.0,
12
+ "learning_rate": 4.787836344379806e-06,
13
+ "loss": 0.4724,
14
+ "step": 277230
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.8809251522860411,
19
+ "eval_loss": 0.55721116065979,
20
+ "eval_runtime": 500.703,
21
+ "eval_samples_per_second": 85.574,
22
+ "eval_steps_per_second": 21.394,
23
+ "step": 277230
24
+ }
25
+ ],
26
+ "max_steps": 1108920,
27
+ "num_train_epochs": 4,
28
+ "total_flos": 1.332665865899361e+17,
29
+ "trial_name": null,
30
+ "trial_params": null
31
+ }