End of training
Browse files- README.md +16 -14
- generation_config.json +2 -0
README.md
CHANGED
@@ -7,7 +7,7 @@ base_model: openai/whisper-small
|
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
-
- mozilla-foundation/
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
@@ -17,15 +17,15 @@ model-index:
|
|
17 |
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
-
name: Common Voice
|
21 |
-
type: mozilla-foundation/
|
22 |
config: ur
|
23 |
split: test
|
24 |
args: 'config: ur, split: test'
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
-
value:
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -33,10 +33,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
33 |
|
34 |
# Whisper Small Ur - Muhammad Abdullah
|
35 |
|
36 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 0.
|
39 |
-
- Wer:
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -55,22 +55,24 @@ More information needed
|
|
55 |
### Training hyperparameters
|
56 |
|
57 |
The following hyperparameters were used during training:
|
58 |
-
- learning_rate:
|
59 |
- train_batch_size: 16
|
60 |
- eval_batch_size: 8
|
61 |
- seed: 42
|
|
|
|
|
62 |
- optimizer: Use 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:
|
65 |
-
- training_steps:
|
66 |
- mixed_precision_training: Native AMP
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
71 |
-
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
+
- mozilla-foundation/common_voice_11_0
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
|
|
17 |
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
+
name: Common Voice 11.0
|
21 |
+
type: mozilla-foundation/common_voice_11_0
|
22 |
config: ur
|
23 |
split: test
|
24 |
args: 'config: ur, split: test'
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
+
value: 36.7003367003367
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
# Whisper Small Ur - Muhammad Abdullah
|
35 |
|
36 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.5832
|
39 |
+
- Wer: 36.7003
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
55 |
### Training hyperparameters
|
56 |
|
57 |
The following hyperparameters were used during training:
|
58 |
+
- learning_rate: 1e-05
|
59 |
- train_batch_size: 16
|
60 |
- eval_batch_size: 8
|
61 |
- seed: 42
|
62 |
+
- gradient_accumulation_steps: 2
|
63 |
+
- total_train_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: 50
|
67 |
+
- training_steps: 400
|
68 |
- mixed_precision_training: Native AMP
|
69 |
|
70 |
### Training results
|
71 |
|
72 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
73 |
+
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
74 |
+
| 0.7572 | 1.5405 | 200 | 0.6012 | 38.1245 |
|
75 |
+
| 0.4566 | 3.0772 | 400 | 0.5832 | 36.7003 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
generation_config.json
CHANGED
@@ -160,6 +160,7 @@
|
|
160 |
"<|yo|>": 50325,
|
161 |
"<|zh|>": 50260
|
162 |
},
|
|
|
163 |
"max_initial_timestamp_index": 50,
|
164 |
"max_length": 448,
|
165 |
"no_timestamps_token_id": 50363,
|
@@ -254,6 +255,7 @@
|
|
254 |
50361,
|
255 |
50362
|
256 |
],
|
|
|
257 |
"task_to_id": {
|
258 |
"transcribe": 50359,
|
259 |
"translate": 50358
|
|
|
160 |
"<|yo|>": 50325,
|
161 |
"<|zh|>": 50260
|
162 |
},
|
163 |
+
"language": "ur",
|
164 |
"max_initial_timestamp_index": 50,
|
165 |
"max_length": 448,
|
166 |
"no_timestamps_token_id": 50363,
|
|
|
255 |
50361,
|
256 |
50362
|
257 |
],
|
258 |
+
"task": "transcribe",
|
259 |
"task_to_id": {
|
260 |
"transcribe": 50359,
|
261 |
"translate": 50358
|