jun-han commited on
Commit
14f49e5
·
verified ·
1 Parent(s): 902ea16

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -7
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 Common Voice 16.1 dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 3.0715
23
- - Cer: 97.9036
24
 
25
  ## Model description
26
 
@@ -45,15 +45,15 @@ The following hyperparameters were used during training:
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
- - lr_scheduler_warmup_steps: 200
49
- - training_steps: 200
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
- | Training Loss | Epoch | Step | Validation Loss | Cer |
55
- |:-------------:|:------:|:----:|:---------------:|:-------:|
56
- | 3.1484 | 0.2649 | 200 | 3.0715 | 97.9036 |
57
 
58
 
59
  ### Framework versions
 
19
 
20
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 16.1 dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 2.9956
23
+ - Cer: 105.1745
24
 
25
  ## Model description
26
 
 
45
  - seed: 42
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 400
49
+ - training_steps: 400
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | Cer |
55
+ |:-------------:|:------:|:----:|:---------------:|:--------:|
56
+ | 3.033 | 0.5298 | 400 | 2.9956 | 105.1745 |
57
 
58
 
59
  ### Framework versions