End of training
Browse files- README.md +19 -17
- config.json +9 -9
- generation_config.json +26 -12
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,41 +1,43 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
|
|
3 |
license: apache-2.0
|
4 |
-
base_model: openai/whisper-
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
8 |
-
-
|
9 |
metrics:
|
10 |
- wer
|
11 |
model-index:
|
12 |
-
- name:
|
13 |
results:
|
14 |
- task:
|
15 |
name: Automatic Speech Recognition
|
16 |
type: automatic-speech-recognition
|
17 |
dataset:
|
18 |
-
name:
|
19 |
-
type:
|
20 |
-
config:
|
21 |
-
split:
|
22 |
-
args:
|
23 |
metrics:
|
24 |
- name: Wer
|
25 |
type: wer
|
26 |
-
value:
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
should probably proofread and complete it, then remove this comment. -->
|
31 |
|
32 |
-
#
|
33 |
|
34 |
-
This model is a fine-tuned version of [openai/whisper-
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Wer Ortho:
|
38 |
-
- Wer:
|
39 |
|
40 |
## Model description
|
41 |
|
@@ -68,9 +70,9 @@ The following hyperparameters were used during training:
|
|
68 |
|
69 |
### Training results
|
70 |
|
71 |
-
| Training Loss | Epoch
|
72 |
-
|
73 |
-
| 0.
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
language:
|
4 |
+
- dv
|
5 |
license: apache-2.0
|
6 |
+
base_model: openai/whisper-small
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
+
- mozilla-foundation/common_voice_13_0
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
+
- name: Whisper Small Dv - Sanchit Gandhi
|
15 |
results:
|
16 |
- task:
|
17 |
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
+
name: Common Voice 13
|
21 |
+
type: mozilla-foundation/common_voice_13_0
|
22 |
+
config: dv
|
23 |
+
split: test
|
24 |
+
args: dv
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
+
value: 13.504538025524221
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
32 |
should probably proofread and complete it, then remove this comment. -->
|
33 |
|
34 |
+
# Whisper Small Dv - Sanchit Gandhi
|
35 |
|
36 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 13 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
+
- Loss: 0.1714
|
39 |
+
- Wer Ortho: 62.7829
|
40 |
+
- Wer: 13.5045
|
41 |
|
42 |
## Model description
|
43 |
|
|
|
70 |
|
71 |
### Training results
|
72 |
|
73 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
74 |
+
|:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
|
75 |
+
| 0.2436 | 1.6313 | 500 | 0.1714 | 62.7829 | 13.5045 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "openai/whisper-
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
@@ -10,17 +10,17 @@
|
|
10 |
"begin_suppress_tokens": null,
|
11 |
"bos_token_id": 50257,
|
12 |
"classifier_proj_size": 256,
|
13 |
-
"d_model":
|
14 |
-
"decoder_attention_heads":
|
15 |
-
"decoder_ffn_dim":
|
16 |
"decoder_layerdrop": 0.0,
|
17 |
-
"decoder_layers":
|
18 |
"decoder_start_token_id": 50258,
|
19 |
"dropout": 0.0,
|
20 |
-
"encoder_attention_heads":
|
21 |
-
"encoder_ffn_dim":
|
22 |
"encoder_layerdrop": 0.0,
|
23 |
-
"encoder_layers":
|
24 |
"eos_token_id": 50257,
|
25 |
"forced_decoder_ids": [
|
26 |
[
|
@@ -49,7 +49,7 @@
|
|
49 |
"max_target_positions": 448,
|
50 |
"median_filter_width": 7,
|
51 |
"model_type": "whisper",
|
52 |
-
"num_hidden_layers":
|
53 |
"num_mel_bins": 80,
|
54 |
"pad_token_id": 50257,
|
55 |
"scale_embedding": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "openai/whisper-small",
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"apply_spec_augment": false,
|
|
|
10 |
"begin_suppress_tokens": null,
|
11 |
"bos_token_id": 50257,
|
12 |
"classifier_proj_size": 256,
|
13 |
+
"d_model": 768,
|
14 |
+
"decoder_attention_heads": 12,
|
15 |
+
"decoder_ffn_dim": 3072,
|
16 |
"decoder_layerdrop": 0.0,
|
17 |
+
"decoder_layers": 12,
|
18 |
"decoder_start_token_id": 50258,
|
19 |
"dropout": 0.0,
|
20 |
+
"encoder_attention_heads": 12,
|
21 |
+
"encoder_ffn_dim": 3072,
|
22 |
"encoder_layerdrop": 0.0,
|
23 |
+
"encoder_layers": 12,
|
24 |
"eos_token_id": 50257,
|
25 |
"forced_decoder_ids": [
|
26 |
[
|
|
|
49 |
"max_target_positions": 448,
|
50 |
"median_filter_width": 7,
|
51 |
"model_type": "whisper",
|
52 |
+
"num_hidden_layers": 12,
|
53 |
"num_mel_bins": 80,
|
54 |
"pad_token_id": 50257,
|
55 |
"scale_embedding": false,
|
generation_config.json
CHANGED
@@ -1,27 +1,43 @@
|
|
1 |
{
|
2 |
"alignment_heads": [
|
3 |
[
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
6 |
],
|
7 |
[
|
8 |
-
|
9 |
0
|
10 |
],
|
11 |
[
|
12 |
-
|
13 |
-
|
14 |
],
|
15 |
[
|
16 |
-
|
17 |
-
|
18 |
],
|
19 |
[
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
],
|
23 |
[
|
24 |
-
|
25 |
5
|
26 |
]
|
27 |
],
|
@@ -234,8 +250,6 @@
|
|
234 |
49870,
|
235 |
50254,
|
236 |
50258,
|
237 |
-
50358,
|
238 |
-
50359,
|
239 |
50360,
|
240 |
50361,
|
241 |
50362
|
|
|
1 |
{
|
2 |
"alignment_heads": [
|
3 |
[
|
4 |
+
5,
|
5 |
+
3
|
6 |
+
],
|
7 |
+
[
|
8 |
+
5,
|
9 |
+
9
|
10 |
],
|
11 |
[
|
12 |
+
8,
|
13 |
0
|
14 |
],
|
15 |
[
|
16 |
+
8,
|
17 |
+
4
|
18 |
],
|
19 |
[
|
20 |
+
8,
|
21 |
+
7
|
22 |
],
|
23 |
[
|
24 |
+
8,
|
25 |
+
8
|
26 |
+
],
|
27 |
+
[
|
28 |
+
9,
|
29 |
+
0
|
30 |
+
],
|
31 |
+
[
|
32 |
+
9,
|
33 |
+
7
|
34 |
+
],
|
35 |
+
[
|
36 |
+
9,
|
37 |
+
9
|
38 |
],
|
39 |
[
|
40 |
+
10,
|
41 |
5
|
42 |
]
|
43 |
],
|
|
|
250 |
49870,
|
251 |
50254,
|
252 |
50258,
|
|
|
|
|
253 |
50360,
|
254 |
50361,
|
255 |
50362
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c98848fe9f966d34d6861fa5a9c9086d76812d64c473a8f08cf91283aeea8d65
|
3 |
+
size 966995080
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5432
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40b883be428f81fa724a6591b81844c37352a5c0c9f99a087b8380fa59330d1a
|
3 |
size 5432
|