Aryan-401 commited on
Commit
0d46800
1 Parent(s): 71fcabc

End of training

Browse files
Files changed (2) hide show
  1. README.md +21 -2
  2. generation_config.json +7 -1
README.md CHANGED
@@ -5,9 +5,21 @@ tags:
5
  - generated_from_trainer
6
  datasets:
7
  - PolyAI/minds14
 
 
8
  model-index:
9
  - name: whisper-tiny-english-minds14
10
- results: []
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -16,6 +28,10 @@ should probably proofread and complete it, then remove this comment. -->
16
  # whisper-tiny-english-minds14
17
 
18
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
 
 
 
 
19
 
20
  ## Model description
21
 
@@ -41,11 +57,14 @@ The following hyperparameters were used during training:
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: constant_with_warmup
43
  - lr_scheduler_warmup_steps: 50
44
- - training_steps: 100
45
  - mixed_precision_training: Native AMP
46
 
47
  ### Training results
48
 
 
 
 
49
 
50
 
51
  ### Framework versions
 
5
  - generated_from_trainer
6
  datasets:
7
  - PolyAI/minds14
8
+ metrics:
9
+ - wer
10
  model-index:
11
  - name: whisper-tiny-english-minds14
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: PolyAI/minds14
18
+ type: PolyAI/minds14
19
+ metrics:
20
+ - name: Wer
21
+ type: wer
22
+ value: 42.108585858585855
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
28
  # whisper-tiny-english-minds14
29
 
30
  This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the PolyAI/minds14 dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Loss: 0.7164
33
+ - Wer Ortho: 45.5563
34
+ - Wer: 42.1086
35
 
36
  ## Model description
37
 
 
57
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
  - lr_scheduler_type: constant_with_warmup
59
  - lr_scheduler_warmup_steps: 50
60
+ - training_steps: 500
61
  - mixed_precision_training: Native AMP
62
 
63
  ### Training results
64
 
65
+ | Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
66
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
67
+ | 0.0009 | 17.24 | 500 | 0.7164 | 45.5563 | 42.1086 |
68
 
69
 
70
  ### Framework versions
generation_config.json CHANGED
@@ -35,11 +35,15 @@
35
  "forced_decoder_ids": [
36
  [
37
  1,
38
- null
39
  ],
40
  [
41
  2,
42
  50359
 
 
 
 
43
  ]
44
  ],
45
  "is_multilingual": true,
@@ -144,6 +148,7 @@
144
  "<|yo|>": 50325,
145
  "<|zh|>": 50260
146
  },
 
147
  "max_initial_timestamp_index": 1,
148
  "max_length": 448,
149
  "no_timestamps_token_id": 50363,
@@ -239,6 +244,7 @@
239
  50361,
240
  50362
241
  ],
 
242
  "task_to_id": {
243
  "transcribe": 50359,
244
  "translate": 50358
 
35
  "forced_decoder_ids": [
36
  [
37
  1,
38
+ 50259
39
  ],
40
  [
41
  2,
42
  50359
43
+ ],
44
+ [
45
+ 3,
46
+ 50363
47
  ]
48
  ],
49
  "is_multilingual": true,
 
148
  "<|yo|>": 50325,
149
  "<|zh|>": 50260
150
  },
151
+ "language": "english",
152
  "max_initial_timestamp_index": 1,
153
  "max_length": 448,
154
  "no_timestamps_token_id": 50363,
 
244
  50361,
245
  50362
246
  ],
247
+ "task": "transcribe",
248
  "task_to_id": {
249
  "transcribe": 50359,
250
  "translate": 50358