eonrad commited on
Commit
85c7a86
1 Parent(s): 2163c7c

End of training

Browse files
Files changed (5) hide show
  1. README.md +19 -17
  2. config.json +9 -9
  3. generation_config.json +26 -12
  4. model.safetensors +2 -2
  5. 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-tiny
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
- - PolyAI/minds14
9
  metrics:
10
  - wer
11
  model-index:
12
- - name: whisper_tiny-finetuned-minds14
13
  results:
14
  - task:
15
  name: Automatic Speech Recognition
16
  type: automatic-speech-recognition
17
  dataset:
18
- name: PolyAI/minds14
19
- type: PolyAI/minds14
20
- config: en-US
21
- split: train
22
- args: en-US
23
  metrics:
24
  - name: Wer
25
  type: wer
26
- value: 0.32585596221959856
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
- # whisper_tiny-finetuned-minds14
33
 
34
- This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.7246
37
- - Wer Ortho: 0.3233
38
- - Wer: 0.3259
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 | Step | Validation Loss | Wer Ortho | Wer |
72
- |:-------------:|:-------:|:----:|:---------------:|:---------:|:------:|
73
- | 0.0007 | 17.8571 | 500 | 0.7246 | 0.3233 | 0.3259 |
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-tiny",
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": 384,
14
- "decoder_attention_heads": 6,
15
- "decoder_ffn_dim": 1536,
16
  "decoder_layerdrop": 0.0,
17
- "decoder_layers": 4,
18
  "decoder_start_token_id": 50258,
19
  "dropout": 0.0,
20
- "encoder_attention_heads": 6,
21
- "encoder_ffn_dim": 1536,
22
  "encoder_layerdrop": 0.0,
23
- "encoder_layers": 4,
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": 4,
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
- 2,
5
- 2
 
 
 
 
6
  ],
7
  [
8
- 3,
9
  0
10
  ],
11
  [
12
- 3,
13
- 2
14
  ],
15
  [
16
- 3,
17
- 3
18
  ],
19
  [
20
- 3,
21
- 4
 
 
 
 
 
 
 
 
 
 
 
 
22
  ],
23
  [
24
- 3,
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:220568787aa0e82b780bef3788f299f67af413baa8f39388f218c318e0a2dd67
3
- size 151061672
 
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:30942822f9c0c09daf08569ae0eb85413a6cb2edc01296508247abf1ed8bbb6f
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40b883be428f81fa724a6591b81844c37352a5c0c9f99a087b8380fa59330d1a
3
  size 5432