reproductionguru commited on
Commit
731cbe1
1 Parent(s): 4abc9a4

End of training

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -19,8 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the tutorial Voice 11.0 dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.5910
23
- - Wer: 95.8127
24
 
25
  ## Model description
26
 
@@ -46,15 +46,13 @@ The following hyperparameters were used during training:
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_steps: 500
49
- - training_steps: 3000
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Wer |
54
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
55
- | 0.6188 | 0.64 | 1000 | 0.6863 | 79.4283 |
56
- | 0.3827 | 1.28 | 2000 | 0.6164 | 80.7766 |
57
- | 0.3412 | 1.93 | 3000 | 0.5910 | 95.8127 |
58
 
59
 
60
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the tutorial Voice 11.0 dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.6918
23
+ - Wer: 91.5799
24
 
25
  ## Model description
26
 
 
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_steps: 500
49
+ - training_steps: 1000
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Wer |
54
  |:-------------:|:-----:|:----:|:---------------:|:-------:|
55
+ | 0.6216 | 0.64 | 1000 | 0.6918 | 91.5799 |
 
 
56
 
57
 
58
  ### Framework versions