abdelhalim commited on
Commit
9ecd959
1 Parent(s): 51e1d40

trainer_state

Browse files
Files changed (1) hide show
  1. trainer_state.json +49 -0
trainer_state.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.935,
3
+ "best_model_checkpoint": "wav2vec2-base-960h-finetuned-ks/checkpoint-40",
4
+ "epoch": 0.9876543209876543,
5
+ "global_step": 40,
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.25,
12
+ "learning_rate": 2.9166666666666666e-05,
13
+ "loss": 0.6795,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 0.49,
18
+ "learning_rate": 2.5e-05,
19
+ "loss": 0.6116,
20
+ "step": 20
21
+ },
22
+ {
23
+ "epoch": 0.74,
24
+ "learning_rate": 2.0833333333333333e-05,
25
+ "loss": 0.4633,
26
+ "step": 30
27
+ },
28
+ {
29
+ "epoch": 0.99,
30
+ "learning_rate": 1.6666666666666667e-05,
31
+ "loss": 0.3411,
32
+ "step": 40
33
+ },
34
+ {
35
+ "epoch": 0.99,
36
+ "eval_accuracy": 0.935,
37
+ "eval_loss": 0.3090434968471527,
38
+ "eval_runtime": 15.1932,
39
+ "eval_samples_per_second": 13.164,
40
+ "eval_steps_per_second": 1.645,
41
+ "step": 40
42
+ }
43
+ ],
44
+ "max_steps": 80,
45
+ "num_train_epochs": 2,
46
+ "total_flos": 7.037756022528e+16,
47
+ "trial_name": null,
48
+ "trial_params": null
49
+ }