GerwinVanGiessen commited on
Commit
121c231
·
verified ·
1 Parent(s): a198ecf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -17
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  base_model: openai/whisper-base
3
  datasets:
4
- - mozilla-foundation/common_voice_13_0
5
  language:
6
  - nl
7
  license: apache-2.0
@@ -16,14 +16,14 @@ model-index:
16
  type: automatic-speech-recognition
17
  name: Automatic Speech Recognition
18
  dataset:
19
- name: Common Voice 13.0
20
- type: mozilla-foundation/common_voice_13_0
21
  config: nl
22
  split: test
23
  args: 'config: nl, split: test'
24
  metrics:
25
  - type: wer
26
- value: 19.29784
27
  name: Wer
28
  ---
29
 
@@ -34,8 +34,8 @@ should probably proofread and complete it, then remove this comment. -->
34
 
35
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 13.0 dataset.
36
  It achieves the following results on the evaluation set:
37
- - Loss: 0.331696
38
- - Wer: 19.2978
39
 
40
  ## Model description
41
 
@@ -59,23 +59,28 @@ The following hyperparameters were used during training:
59
  - seed: 42
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
- - training_steps: 5000
63
  - mixed_precision_training: Native AMP
64
 
65
  ### Training results
66
 
67
  | Training Loss | Step | Validation Loss | Wer |
68
  |:-------------:|:----:|:---------------:|:-------:|
69
- | 0.3695 | 500 | 0.397109 | 24.2911 |
70
- | 0.2612 | 1000 | 0.365275 | 22.6367 |
71
- | 0.2067 | 1500 | 0.348754 | 21.6366 |
72
- | 0.1473 | 2000 | 0.336159 | 20.4868 |
73
- | 0.1424 | 2500 | 0.326552 | 20.1531 |
74
- | 0.1042 | 3000 | 0.330685 | 19.9752 |
75
- | 0.0872 | 3500 | 0.326190 | 19.5249 |
76
- | 0.0872 | 4000 | 0.322959 | 19.4213 |
77
- | 0.0541 | 4500 | 0.331140 | 19.3702 |
78
- | 0.0529 | 5000 | 0.331696 | 19.2978 |
 
 
 
 
 
79
 
80
 
81
  ### Framework versions
 
1
  ---
2
  base_model: openai/whisper-base
3
  datasets:
4
+ - mozilla-foundation/common_voice_17_0
5
  language:
6
  - nl
7
  license: apache-2.0
 
16
  type: automatic-speech-recognition
17
  name: Automatic Speech Recognition
18
  dataset:
19
+ name: Common Voice 17.0
20
+ type: mozilla-foundation/common_voice_17_0
21
  config: nl
22
  split: test
23
  args: 'config: nl, split: test'
24
  metrics:
25
  - type: wer
26
+ value: 19.0031
27
  name: Wer
28
  ---
29
 
 
34
 
35
  This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the Common Voice 13.0 dataset.
36
  It achieves the following results on the evaluation set:
37
+ - Loss: 0.343928
38
+ - Wer: 19.003155
39
 
40
  ## Model description
41
 
 
59
  - seed: 42
60
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
  - lr_scheduler_type: linear
62
+ - training_steps: 7500
63
  - mixed_precision_training: Native AMP
64
 
65
  ### Training results
66
 
67
  | Training Loss | Step | Validation Loss | Wer |
68
  |:-------------:|:----:|:---------------:|:-------:|
69
+ | 0.3639 | 500 | 0.396971 | 24.3028 |
70
+ | 0.2625 | 1000 | 0.358340 | 22.5210 |
71
+ | 0.2212 | 1500 | 0.341232 | 21.0322 |
72
+ | 0.1455 | 2000 | 0.330033 | 20.2046 |
73
+ | 0.1406 | 2500 | 0.324484 | 20.0508 |
74
+ | 0.1244 | 3000 | 0.321562 | 19.5279 |
75
+ | 0.0848 | 3500 | 0.321506 | 19.5114 |
76
+ | 0.0844 | 4000 | 0.316492 | 19.1462 |
77
+ | 0.0731 | 4500 | 0.321992 | 19.0167 |
78
+ | 0.0515 | 5000 | 0.324720 | 19.1492 |
79
+ | 0.0532 | 5500 | 0.324773 | 19.0148 |
80
+ | 0.0426 | 6000 | 0.332404 | 19.0576 |
81
+ | 0.0328 | 6500 | 0.334900 | 18.8249 |
82
+ | 0.0327 | 7000 | 0.335876 | 19.0080 |
83
+ | 0.0252 | 7500 | 0.343928 | 19.0031 |
84
 
85
 
86
  ### Framework versions