rajivratn commited on
Commit
562659b
1 Parent(s): 68960fc

Upload trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +19 -0
trainer_state.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 11.98816263510036,
5
+ "global_step": 540,
6
+ "is_local_process_zero": true,
7
+ "is_world_process_zero": true,
8
+ "log_history": [
9
+ {
10
+ "epoch": 11.109795848344485,
11
+ "learning_rate": 2.222222222222222e-06,
12
+ "loss": 88.895875,
13
+ "step": 500
14
+ }
15
+ ],
16
+ "max_steps": 540,
17
+ "num_train_epochs": 12,
18
+ "total_flos": 16840514516156928
19
+ }