update model card README.md
Browse files
README.md
CHANGED
@@ -1,41 +1,38 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- eu
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
-
- whisper-event
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
-
-
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
-
- name:
|
14 |
results:
|
15 |
- task:
|
16 |
name: Automatic Speech Recognition
|
17 |
type: automatic-speech-recognition
|
18 |
dataset:
|
19 |
-
name:
|
20 |
-
type:
|
21 |
config: eu
|
22 |
split: test
|
23 |
args: eu
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
-
value: 13.
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
31 |
should probably proofread and complete it, then remove this comment. -->
|
32 |
|
33 |
-
#
|
34 |
|
35 |
-
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the
|
36 |
It achieves the following results on the evaluation set:
|
37 |
-
- Loss: 0.
|
38 |
-
- Wer: 13.
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -61,18 +58,20 @@ The following hyperparameters were used during training:
|
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_steps: 500
|
64 |
-
- training_steps:
|
65 |
- mixed_precision_training: Native AMP
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
|
|
|
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
+
- common_voice_13_0
|
7 |
metrics:
|
8 |
- wer
|
9 |
model-index:
|
10 |
+
- name: openai/whisper-medium
|
11 |
results:
|
12 |
- task:
|
13 |
name: Automatic Speech Recognition
|
14 |
type: automatic-speech-recognition
|
15 |
dataset:
|
16 |
+
name: common_voice_13_0
|
17 |
+
type: common_voice_13_0
|
18 |
config: eu
|
19 |
split: test
|
20 |
args: eu
|
21 |
metrics:
|
22 |
- name: Wer
|
23 |
type: wer
|
24 |
+
value: 13.179958686054519
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
should probably proofread and complete it, then remove this comment. -->
|
29 |
|
30 |
+
# openai/whisper-medium
|
31 |
|
32 |
+
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the common_voice_13_0 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.2201
|
35 |
+
- Wer: 13.1800
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
- lr_scheduler_warmup_steps: 500
|
61 |
+
- training_steps: 7000
|
62 |
- mixed_precision_training: Native AMP
|
63 |
|
64 |
### Training results
|
65 |
|
66 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
|:-------------:|:-----:|:----:|:---------------:|:-------:|
|
68 |
+
| 0.4203 | 0.14 | 1000 | 0.4128 | 28.2656 |
|
69 |
+
| 0.2693 | 0.29 | 2000 | 0.3240 | 22.0523 |
|
70 |
+
| 0.2228 | 0.43 | 3000 | 0.2737 | 18.1437 |
|
71 |
+
| 0.1002 | 1.1 | 4000 | 0.2554 | 16.3534 |
|
72 |
+
| 0.0863 | 1.24 | 5000 | 0.2351 | 14.7880 |
|
73 |
+
| 0.0636 | 1.39 | 6000 | 0.2251 | 13.5971 |
|
74 |
+
| 0.0271 | 2.06 | 7000 | 0.2201 | 13.1800 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
nohup.out
CHANGED
The diff for this file is too large to render.
See raw diff
|
|