crossdelenna commited on
Commit
b09ba14
1 Parent(s): 5bdca45

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -14,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # whisper-base.en
16
 
17
- This model is a fine-tuned version of [openai/whisper-base.en](https://huggingface.co/openai/whisper-base.en) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.0027
20
- - Wer: 2.0414
21
 
22
  ## Model description
23
 
@@ -48,15 +48,15 @@ The following hyperparameters were used during training:
48
 
49
  ### Training results
50
 
51
- | Training Loss | Epoch | Step | Validation Loss | Wer |
52
- |:-------------:|:-----:|:----:|:---------------:|:-------:|
53
- | 0.3217 | 1.62 | 500 | 0.2442 | 10.2872 |
54
- | 0.0874 | 3.25 | 1000 | 0.0774 | 5.5339 |
55
- | 0.0459 | 4.87 | 1500 | 0.0268 | 3.3624 |
56
- | 0.012 | 6.49 | 2000 | 0.0094 | 2.7119 |
57
- | 0.0041 | 8.12 | 2500 | 0.0041 | 2.1115 |
58
- | 0.0035 | 9.74 | 3000 | 0.0030 | 2.1315 |
59
- | 0.0036 | 11.36 | 3500 | 0.0027 | 2.0414 |
60
 
61
 
62
  ### Framework versions
 
14
 
15
  # whisper-base.en
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.0003
20
+ - Wer: 0.7305
21
 
22
  ## Model description
23
 
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
52
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
53
+ | 0.0059 | 1.62 | 500 | 0.0068 | 1.7512 |
54
+ | 0.0015 | 3.25 | 1000 | 0.0019 | 0.7906 |
55
+ | 0.0009 | 4.87 | 1500 | 0.0007 | 0.8206 |
56
+ | 0.0005 | 6.49 | 2000 | 0.0005 | 0.7605 |
57
+ | 0.0004 | 8.12 | 2500 | 0.0004 | 0.7805 |
58
+ | 0.0004 | 9.74 | 3000 | 0.0003 | 0.7305 |
59
+ | 0.0004 | 11.36 | 3500 | 0.0003 | 0.7305 |
60
 
61
 
62
  ### Framework versions