eai6 commited on
Commit
28553cb
·
verified ·
1 Parent(s): 04ec0b3

End of training

Browse files
Files changed (1) hide show
  1. README.md +7 -9
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-tiny.en](https://huggingface.co/openai/whisper-tiny.en) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0722
21
- - Wer: 66.0915
22
 
23
  ## Model description
24
 
@@ -46,18 +46,16 @@ 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: 250
49
- - training_steps: 1500
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Wer |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | 3.058 | 2.76 | 250 | 0.5285 | 243.4858 |
56
- | 0.4211 | 5.52 | 500 | 0.0833 | 84.1242 |
57
- | 0.1963 | 8.29 | 750 | 0.0767 | 121.1389 |
58
- | 0.1269 | 11.05 | 1000 | 0.0716 | 57.2908 |
59
- | 0.103 | 13.81 | 1250 | 0.0732 | 113.0285 |
60
- | 0.1177 | 16.57 | 1500 | 0.0722 | 66.0915 |
61
 
62
 
63
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [openai/whisper-tiny.en](https://huggingface.co/openai/whisper-tiny.en) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0759
21
+ - Wer: 71.7860
22
 
23
  ## Model description
24
 
 
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_steps: 250
49
+ - training_steps: 1000
50
 
51
  ### Training results
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Wer |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 3.07 | 2.76 | 250 | 0.4848 | 242.7955 |
56
+ | 0.4114 | 5.52 | 500 | 0.0852 | 76.2726 |
57
+ | 0.1862 | 8.29 | 750 | 0.0795 | 122.6057 |
58
+ | 0.1434 | 11.05 | 1000 | 0.0759 | 71.7860 |
 
 
59
 
60
 
61
  ### Framework versions