yuweiiizz commited on
Commit
925265a
·
verified ·
1 Parent(s): b7b17a1

End of training

Browse files
Files changed (1) hide show
  1. README.md +10 -9
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: 0.8478
23
- - Cer: 49.1156
24
 
25
  ## Model description
26
 
@@ -52,17 +52,18 @@ The following hyperparameters were used during training:
52
 
53
  ### Training results
54
 
55
- | Training Loss | Epoch | Step | Cer | Validation Loss |
56
- |:-------------:|:------:|:----:|:-------:|:---------------:|
57
- | 1.2118 | 0.4002 | 1000 | 57.4322 | 1.1272 |
58
- | 1.083 | 0.8005 | 2000 | 52.3096 | 1.0036 |
59
- | 0.7856 | 1.2007 | 3000 | 0.8861 | 54.0876 |
60
- | 0.8188 | 1.6010 | 4000 | 0.8478 | 49.1156 |
 
61
 
62
 
63
  ### Framework versions
64
 
65
  - Transformers 4.40.1
66
  - Pytorch 2.1.2
67
- - Datasets 2.19.0
68
  - Tokenizers 0.19.1
 
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: 0.9064
23
+ - Cer: 50.5772
24
 
25
  ## Model description
26
 
 
52
 
53
  ### Training results
54
 
55
+ | Training Loss | Epoch | Step | Cer | Validation Loss |
56
+ |:-------------:|:-----:|:----:|:-------:|:---------------:|
57
+ | 1.1421 | 0.4 | 1000 | 61.1639 | 1.1692 |
58
+ | 1.0556 | 0.8 | 2000 | 51.7749 | 1.0215 |
59
+ | 0.7837 | 1.2 | 3000 | 0.9572 | 54.1978 |
60
+ | 0.7332 | 1.6 | 4000 | 0.9230 | 50.3966 |
61
+ | 0.6957 | 2.0 | 5000 | 0.9064 | 50.5772 |
62
 
63
 
64
  ### Framework versions
65
 
66
  - Transformers 4.40.1
67
  - Pytorch 2.1.2
68
+ - Datasets 2.19.1
69
  - Tokenizers 0.19.1