pszemraj commited on
Commit
7d0f9f2
1 Parent(s): 935c406

Upload trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +22 -0
trainer_state.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "global_step": 600,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.83,
12
+ "learning_rate": 2e-05,
13
+ "loss": 2.7007,
14
+ "step": 500
15
+ }
16
+ ],
17
+ "max_steps": 1200,
18
+ "num_train_epochs": 2,
19
+ "total_flos": 5.184393336533811e+16,
20
+ "trial_name": null,
21
+ "trial_params": null
22
+ }