nicolarsen
commited on
End of training
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ tags:
|
|
5 |
- whisper-event
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
-
-
|
9 |
metrics:
|
10 |
- wer
|
11 |
model-index:
|
@@ -15,15 +15,15 @@ model-index:
|
|
15 |
name: Automatic Speech Recognition
|
16 |
type: automatic-speech-recognition
|
17 |
dataset:
|
18 |
-
name:
|
19 |
-
type:
|
20 |
config: da
|
21 |
split: test
|
22 |
args: da
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
-
value: 28.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,10 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
# Whisper da-nst
|
33 |
|
34 |
-
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Wer: 28.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -62,18 +62,24 @@ The following hyperparameters were used during training:
|
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: linear
|
64 |
- lr_scheduler_warmup_steps: 500
|
65 |
-
- training_steps:
|
66 |
- mixed_precision_training: Native AMP
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
-
| Training Loss | Epoch | Step
|
71 |
-
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
|
79 |
### Framework versions
|
|
|
5 |
- whisper-event
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
+
- common_voice_17_0
|
9 |
metrics:
|
10 |
- wer
|
11 |
model-index:
|
|
|
15 |
name: Automatic Speech Recognition
|
16 |
type: automatic-speech-recognition
|
17 |
dataset:
|
18 |
+
name: common_voice_17_0
|
19 |
+
type: common_voice_17_0
|
20 |
config: da
|
21 |
split: test
|
22 |
args: da
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
+
value: 28.635316438541807
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
# Whisper da-nst
|
33 |
|
34 |
+
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the common_voice_17_0 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.8780
|
37 |
+
- Wer: 28.6353
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: linear
|
64 |
- lr_scheduler_warmup_steps: 500
|
65 |
+
- training_steps: 11000
|
66 |
- mixed_precision_training: Native AMP
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|
|
72 |
+
| 0.0096 | 4.01 | 1000 | 0.7403 | 31.2960 |
|
73 |
+
| 0.0046 | 9.0 | 2000 | 0.7646 | 29.8505 |
|
74 |
+
| 0.0016 | 13.02 | 3000 | 0.7695 | 30.8398 |
|
75 |
+
| 0.0009 | 18.01 | 4000 | 0.7821 | 31.2102 |
|
76 |
+
| 0.0006 | 22.02 | 5000 | 0.8035 | 31.6303 |
|
77 |
+
| 0.0011 | 27.01 | 6000 | 0.8169 | 29.6336 |
|
78 |
+
| 0.0001 | 32.0 | 7000 | 0.8244 | 29.6246 |
|
79 |
+
| 0.0 | 36.01 | 8000 | 0.8461 | 28.8205 |
|
80 |
+
| 0.0 | 41.01 | 9000 | 0.8633 | 28.7754 |
|
81 |
+
| 0.0 | 45.02 | 10000 | 0.8738 | 28.6986 |
|
82 |
+
| 0.0 | 50.01 | 11000 | 0.8780 | 28.6353 |
|
83 |
|
84 |
|
85 |
### Framework versions
|