yuweiiizz commited on
Commit
a303a44
1 Parent(s): 6c0b0d0

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 16.1 dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.8754
24
 
25
  ## Model description
26
 
@@ -48,15 +48,16 @@ The following hyperparameters were used during training:
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
  - lr_scheduler_warmup_ratio: 0.1
51
- - num_epochs: 2
52
  - mixed_precision_training: Native AMP
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss |
57
- |:-------------:|:-----:|:----:|:---------------:|
58
- | 1.1396 | 1.0 | 2500 | 0.9661 |
59
- | 0.8195 | 2.0 | 5000 | 0.8754 |
 
60
 
61
 
62
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 16.1 dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.8406
24
 
25
  ## Model description
26
 
 
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
  - lr_scheduler_warmup_ratio: 0.1
51
+ - num_epochs: 4
52
  - mixed_precision_training: Native AMP
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss |
57
+ |:-------------:|:-----:|:-----:|:---------------:|
58
+ | 1.1396 | 1.0 | 2500 | 0.9661 |
59
+ | 0.724 | 3.0 | 7500 | 0.8523 |
60
+ | 0.5567 | 4.0 | 10000 | 0.8406 |
61
 
62
 
63
  ### Framework versions