crossdelenna commited on
Commit
5bef89e
1 Parent(s): fe169e8

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [crossdelenna/whisper-base.en](https://huggingface.co/crossdelenna/whisper-base.en) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0265
20
- - Wer: 1.7660
21
 
22
  ## Model description
23
 
@@ -48,12 +48,12 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Wer |
52
- |:-------------:|:-----:|:----:|:---------------:|:-------:|
53
- | 0.5324 | 2.0 | 500 | 0.3535 | 11.4524 |
54
- | 0.2141 | 4.0 | 1000 | 0.1069 | 5.9510 |
55
- | 0.0816 | 6.0 | 1500 | 0.0403 | 2.2691 |
56
- | 0.0436 | 8.0 | 2000 | 0.0265 | 1.7660 |
57
 
58
 
59
  ### Framework versions
 
16
 
17
  This model is a fine-tuned version of [crossdelenna/whisper-base.en](https://huggingface.co/crossdelenna/whisper-base.en) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.0018
20
+ - Wer: 0.7385
21
 
22
  ## Model description
23
 
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 0.0254 | 2.0 | 500 | 0.0133 | 1.6269 |
54
+ | 0.0119 | 4.0 | 1000 | 0.0049 | 0.9740 |
55
+ | 0.0051 | 6.0 | 1500 | 0.0021 | 0.7064 |
56
+ | 0.0026 | 8.0 | 2000 | 0.0018 | 0.7385 |
57
 
58
 
59
  ### Framework versions