CKSINGH commited on
Commit
a4cc66a
1 Parent(s): 187e295

End of training

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -20,9 +20,9 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [CKSINGH/whisper-small-hi-firefox](https://huggingface.co/CKSINGH/whisper-small-hi-firefox) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.4751
24
- - Wer: 37.6174
25
- - Cer: 18.8637
26
 
27
  ## Model description
28
 
@@ -47,15 +47,17 @@ The following hyperparameters were used during training:
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - lr_scheduler_warmup_steps: 1
51
- - training_steps: 1
52
  - mixed_precision_training: Native AMP
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
57
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
58
- | 0.4479 | 0.02 | 1 | 0.4751 | 37.6174 | 18.8637 |
 
 
59
 
60
 
61
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [CKSINGH/whisper-small-hi-firefox](https://huggingface.co/CKSINGH/whisper-small-hi-firefox) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.3893
24
+ - Wer: 26.1932
25
+ - Cer: 12.5576
26
 
27
  ## Model description
28
 
 
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_steps: 500
51
+ - training_steps: 3000
52
  - mixed_precision_training: Native AMP
53
 
54
  ### Training results
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
57
  |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
58
+ | 0.0115 | 17.24 | 1000 | 0.3435 | 26.9823 | 13.1975 |
59
+ | 0.0004 | 34.48 | 2000 | 0.3805 | 26.4186 | 12.5888 |
60
+ | 0.0001 | 51.72 | 3000 | 0.3893 | 26.1932 | 12.5576 |
61
 
62
 
63
  ### Framework versions