Enpas commited on
Commit
7acdff0
·
verified ·
1 Parent(s): efa23bf

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0181
21
- - Wer: 19.6254
22
 
23
  ## Model description
24
 
@@ -43,18 +43,18 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - lr_scheduler_warmup_steps: 500
47
- - training_steps: 1600
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:------:|:----:|:---------------:|:-------:|
54
- | 0.0171 | 0.1634 | 400 | 0.0192 | 20.5479 |
55
- | 0.0182 | 0.3268 | 800 | 0.0196 | 20.9673 |
56
- | 0.0206 | 0.4902 | 1200 | 0.0189 | 20.5479 |
57
- | 0.0179 | 0.6536 | 1600 | 0.0181 | 19.6254 |
58
 
59
 
60
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0171
21
+ - Wer: 20.5156
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 320
47
+ - training_steps: 3200
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:------:|:----:|:---------------:|:-------:|
54
+ | 0.0204 | 0.3268 | 800 | 0.0194 | 22.4152 |
55
+ | 0.0205 | 0.6536 | 1600 | 0.0185 | 22.0081 |
56
+ | 0.021 | 0.9804 | 2400 | 0.0173 | 20.7870 |
57
+ | 0.0142 | 1.3072 | 3200 | 0.0171 | 20.5156 |
58
 
59
 
60
  ### Framework versions