End of training
Browse files
README.md
CHANGED
@@ -8,9 +8,24 @@ tags:
|
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
- mozilla-foundation/common_voice_17_0
|
|
|
|
|
11 |
model-index:
|
12 |
- name: Whisper Medium Uzbek
|
13 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -19,6 +34,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
# Whisper Medium Uzbek
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the Common Voice 17.0 dataset.
|
|
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,20 +55,25 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- learning_rate:
|
41 |
-
- train_batch_size:
|
42 |
-
- eval_batch_size:
|
43 |
- seed: 42
|
44 |
-
- gradient_accumulation_steps: 2
|
45 |
-
- total_train_batch_size: 16
|
46 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- lr_scheduler_warmup_steps:
|
49 |
-
- training_steps:
|
50 |
-
- mixed_precision_training: Native AMP
|
51 |
|
52 |
### Training results
|
53 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
- mozilla-foundation/common_voice_17_0
|
11 |
+
metrics:
|
12 |
+
- wer
|
13 |
model-index:
|
14 |
- name: Whisper Medium Uzbek
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Automatic Speech Recognition
|
18 |
+
type: automatic-speech-recognition
|
19 |
+
dataset:
|
20 |
+
name: Common Voice 17.0
|
21 |
+
type: mozilla-foundation/common_voice_17_0
|
22 |
+
config: uz
|
23 |
+
split: None
|
24 |
+
args: 'config: uz, split: test'
|
25 |
+
metrics:
|
26 |
+
- name: Wer
|
27 |
+
type: wer
|
28 |
+
value: 38.19985168705969
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
34 |
# Whisper Medium Uzbek
|
35 |
|
36 |
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on the Common Voice 17.0 dataset.
|
37 |
+
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.4148
|
39 |
+
- Wer: 38.1999
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
55 |
### Training hyperparameters
|
56 |
|
57 |
The following hyperparameters were used during training:
|
58 |
+
- learning_rate: 3e-05
|
59 |
+
- train_batch_size: 64
|
60 |
+
- eval_batch_size: 16
|
61 |
- seed: 42
|
|
|
|
|
62 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
63 |
- lr_scheduler_type: linear
|
64 |
+
- lr_scheduler_warmup_steps: 200
|
65 |
+
- training_steps: 1500
|
|
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
71 |
+
| 0.6553 | 0.5330 | 250 | 0.5830 | 51.2637 |
|
72 |
+
| 0.3945 | 1.0661 | 500 | 0.4612 | 41.6914 |
|
73 |
+
| 0.3352 | 1.5991 | 750 | 0.4360 | 42.0931 |
|
74 |
+
| 0.2028 | 2.1322 | 1000 | 0.4155 | 38.1133 |
|
75 |
+
| 0.1956 | 2.6652 | 1250 | 0.4081 | 37.6900 |
|
76 |
+
| 0.1202 | 3.1983 | 1500 | 0.4148 | 38.1999 |
|
77 |
|
78 |
|
79 |
### Framework versions
|