andrewbawitlung commited on
Commit
5009c36
·
verified ·
1 Parent(s): f176c89

Add CER, hyperparameters, and training logs to README

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -28,6 +28,9 @@ model-index:
28
  - name: Cer
29
  type: cer
30
  value: 5.2331
 
 
 
31
  ---
32
 
33
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -41,6 +44,7 @@ Note: ~1 hour of conversational speech was added to this dataset version.
41
  It achieves the following results on the evaluation set:
42
  - Wer: 22.2146
43
  - Cer: 5.2331
 
44
 
45
  ## Model description
46
 
@@ -73,7 +77,14 @@ More information needed
73
 
74
  ### Training hyperparameters
75
 
76
- More information needed
 
 
 
 
 
 
 
77
 
78
  ### Training results
79
 
 
28
  - name: Cer
29
  type: cer
30
  value: 5.2331
31
+ - name: Real Time Factor
32
+ type: rtf
33
+ value: 0.0685
34
  ---
35
 
36
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
44
  It achieves the following results on the evaluation set:
45
  - Wer: 22.2146
46
  - Cer: 5.2331
47
+ - Real Time Factor: 0.0685
48
 
49
  ## Model description
50
 
 
77
 
78
  ### Training hyperparameters
79
 
80
+ The following hyperparameters were used during training:
81
+ - learning_rate: 2e-05
82
+ - train_batch_size: 16
83
+ - eval_batch_size: 8
84
+ - seed: 42
85
+ - optimizer: OptimizerNames.ADAMW_TORCH_FUSED
86
+ - lr_scheduler_type: SchedulerType.LINEAR
87
+ - num_epochs: 8
88
 
89
  ### Training results
90