Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
base_model: openai/whisper-base
|
3 |
datasets:
|
4 |
-
- mozilla-foundation/
|
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
|
20 |
-
type: mozilla-foundation/
|
21 |
config: nl
|
22 |
split: test
|
23 |
args: 'config: nl, split: test'
|
24 |
metrics:
|
25 |
- type: wer
|
26 |
-
value: 19.
|
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.
|
38 |
-
- Wer: 19.
|
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:
|
63 |
- mixed_precision_training: Native AMP
|
64 |
|
65 |
### Training results
|
66 |
|
67 |
| Training Loss | Step | Validation Loss | Wer |
|
68 |
|:-------------:|:----:|:---------------:|:-------:|
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
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
|