Model save
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ base_model: openai/whisper-small
|
|
5 |
tags:
|
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: ar
|
21 |
split: None
|
22 |
args: ar
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
-
value: 0.
|
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-small-dar
|
33 |
|
34 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss:
|
37 |
-
- Wer: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -63,19 +63,19 @@ The following hyperparameters were used during training:
|
|
63 |
- total_eval_batch_size: 32
|
64 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
65 |
- lr_scheduler_type: linear
|
66 |
-
- lr_scheduler_warmup_steps:
|
67 |
-
- training_steps:
|
68 |
- mixed_precision_training: Native AMP
|
69 |
|
70 |
### Training results
|
71 |
|
72 |
-
| Training Loss | Epoch
|
73 |
-
|
74 |
-
|
|
75 |
-
|
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
|
80 |
|
81 |
### Framework versions
|
|
|
5 |
tags:
|
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: ar
|
21 |
split: None
|
22 |
args: ar
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
+
value: 0.3367421033522934
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
# whisper-small-dar
|
33 |
|
34 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_17_0 dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.1813
|
37 |
+
- Wer: 0.3367
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
63 |
- total_eval_batch_size: 32
|
64 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
65 |
- lr_scheduler_type: linear
|
66 |
+
- lr_scheduler_warmup_steps: 100
|
67 |
+
- training_steps: 1000
|
68 |
- mixed_precision_training: Native AMP
|
69 |
|
70 |
### Training results
|
71 |
|
72 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
73 |
+
|:-------------:|:------:|:----:|:---------------:|:------:|
|
74 |
+
| 0.303 | 0.5935 | 200 | 0.2434 | 0.4226 |
|
75 |
+
| 0.2 | 1.1869 | 400 | 0.2035 | 0.3914 |
|
76 |
+
| 0.1633 | 1.7804 | 600 | 0.1876 | 0.3469 |
|
77 |
+
| 0.106 | 2.3739 | 800 | 0.1850 | 0.3488 |
|
78 |
+
| 0.1005 | 2.9674 | 1000 | 0.1813 | 0.3367 |
|
79 |
|
80 |
|
81 |
### Framework versions
|