275Gameplay commited on
Commit
59c5701
1 Parent(s): 5571b18

Upload trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +30 -0
trainer_state.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.3239669421487603,
5
+ "global_step": 400,
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.32,
12
+ "learning_rate": 0.00023999999999999998,
13
+ "loss": 6.7247,
14
+ "step": 400
15
+ },
16
+ {
17
+ "epoch": 1.32,
18
+ "eval_loss": 3.472536087036133,
19
+ "eval_runtime": 615.8884,
20
+ "eval_samples_per_second": 3.553,
21
+ "eval_wer": 1.0,
22
+ "step": 400
23
+ }
24
+ ],
25
+ "max_steps": 3020,
26
+ "num_train_epochs": 10,
27
+ "total_flos": 8.196165988048397e+17,
28
+ "trial_name": null,
29
+ "trial_params": null
30
+ }