Kavya Manohar commited on
Commit
01da5eb
·
1 Parent(s): 183f0ac

End of training

Browse files
Files changed (2) hide show
  1. README.md +27 -1
  2. generation_config.json +7 -1
README.md CHANGED
@@ -4,12 +4,28 @@ language:
4
  license: apache-2.0
5
  base_model: openai/whisper-small
6
  tags:
 
7
  - generated_from_trainer
8
  datasets:
9
  - mozilla-foundation/common_voice_13_0
 
 
10
  model-index:
11
  - name: Whisper Small Malayalam - Kavya Manohar
12
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -18,6 +34,9 @@ should probably proofread and complete it, then remove this comment. -->
18
  # Whisper Small Malayalam - Kavya Manohar
19
 
20
  This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 13 dataset.
 
 
 
21
 
22
  ## Model description
23
 
@@ -45,6 +64,13 @@ The following hyperparameters were used during training:
45
  - lr_scheduler_warmup_steps: 50
46
  - training_steps: 500
47
 
 
 
 
 
 
 
 
48
  ### Framework versions
49
 
50
  - Transformers 4.33.3
 
4
  license: apache-2.0
5
  base_model: openai/whisper-small
6
  tags:
7
+ - hf-asr-leaderboard
8
  - generated_from_trainer
9
  datasets:
10
  - mozilla-foundation/common_voice_13_0
11
+ metrics:
12
+ - wer
13
  model-index:
14
  - name: Whisper Small Malayalam - Kavya Manohar
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: ml
23
+ split: test
24
+ args: 'config: ml, split: test'
25
+ metrics:
26
+ - name: Wer
27
+ type: wer
28
+ value: 86.7595818815331
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
34
  # Whisper Small Malayalam - Kavya Manohar
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.5256
39
+ - Wer: 86.7596
40
 
41
  ## Model description
42
 
 
64
  - lr_scheduler_warmup_steps: 50
65
  - training_steps: 500
66
 
67
+ ### Training results
68
+
69
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
70
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|
71
+ | 0.0096 | 15.62 | 500 | 0.5256 | 86.7596 |
72
+
73
+
74
  ### Framework versions
75
 
76
  - Transformers 4.33.3
generation_config.json CHANGED
@@ -51,11 +51,15 @@
51
  "forced_decoder_ids": [
52
  [
53
  1,
54
- null
55
  ],
56
  [
57
  2,
58
  50359
 
 
 
 
59
  ]
60
  ],
61
  "is_multilingual": true,
@@ -160,6 +164,7 @@
160
  "<|yo|>": 50325,
161
  "<|zh|>": 50260
162
  },
 
163
  "max_initial_timestamp_index": 1,
164
  "max_length": 448,
165
  "no_timestamps_token_id": 50363,
@@ -255,6 +260,7 @@
255
  50361,
256
  50362
257
  ],
 
258
  "task_to_id": {
259
  "transcribe": 50359,
260
  "translate": 50358
 
51
  "forced_decoder_ids": [
52
  [
53
  1,
54
+ 50296
55
  ],
56
  [
57
  2,
58
  50359
59
+ ],
60
+ [
61
+ 3,
62
+ 50363
63
  ]
64
  ],
65
  "is_multilingual": true,
 
164
  "<|yo|>": 50325,
165
  "<|zh|>": 50260
166
  },
167
+ "language": "malayalam",
168
  "max_initial_timestamp_index": 1,
169
  "max_length": 448,
170
  "no_timestamps_token_id": 50363,
 
260
  50361,
261
  50362
262
  ],
263
+ "task": "transcribe",
264
  "task_to_id": {
265
  "transcribe": 50359,
266
  "translate": 50358