nurzhanit commited on
Commit
7f5dbe6
1 Parent(s): d9fbda8

End of training

Browse files
Files changed (3) hide show
  1. README.md +97 -0
  2. generation_config.json +149 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - hi
4
+ base_model: nurzhanit/whisper-enhanced-ml
5
+ tags:
6
+ - hf-asr-leaderboard
7
+ - generated_from_trainer
8
+ datasets:
9
+ - mozilla-foundation/common_voice_11_0
10
+ metrics:
11
+ - wer
12
+ model-index:
13
+ - name: Whisper Small Hi - Sanchit Gandhi
14
+ results:
15
+ - task:
16
+ name: Automatic Speech Recognition
17
+ type: automatic-speech-recognition
18
+ dataset:
19
+ name: Common Voice 11.0
20
+ type: mozilla-foundation/common_voice_11_0
21
+ config: default
22
+ split: None
23
+ args: 'config: hi, split: test'
24
+ metrics:
25
+ - name: Wer
26
+ type: wer
27
+ value: 35.622895622895626
28
+ ---
29
+
30
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
31
+ should probably proofread and complete it, then remove this comment. -->
32
+
33
+ # Whisper Small Hi - Sanchit Gandhi
34
+
35
+ This model is a fine-tuned version of [nurzhanit/whisper-enhanced-ml](https://huggingface.co/nurzhanit/whisper-enhanced-ml) on the Common Voice 11.0 dataset.
36
+ It achieves the following results on the evaluation set:
37
+ - Loss: 0.0001
38
+ - Wer: 35.6229
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 1e-05
58
+ - train_batch_size: 16
59
+ - eval_batch_size: 8
60
+ - seed: 42
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - lr_scheduler_warmup_steps: 100
64
+ - training_steps: 1000
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
69
+ |:-------------:|:------:|:----:|:---------------:|:-------:|
70
+ | 3.2948 | 0.2688 | 50 | 2.0785 | 12.9293 |
71
+ | 1.4104 | 0.5376 | 100 | 1.1845 | 2.6263 |
72
+ | 0.5806 | 0.8065 | 150 | 0.3972 | 24.0404 |
73
+ | 0.0701 | 1.0753 | 200 | 0.0263 | 48.0471 |
74
+ | 0.0023 | 1.3441 | 250 | 0.0012 | 39.2593 |
75
+ | 0.0006 | 1.6129 | 300 | 0.0005 | 39.8653 |
76
+ | 0.0004 | 1.8817 | 350 | 0.0004 | 31.7508 |
77
+ | 0.0003 | 2.1505 | 400 | 0.0003 | 32.7609 |
78
+ | 0.0002 | 2.4194 | 450 | 0.0002 | 34.6801 |
79
+ | 0.0002 | 2.6882 | 500 | 0.0002 | 31.4141 |
80
+ | 0.0002 | 2.9570 | 550 | 0.0002 | 38.2155 |
81
+ | 0.0001 | 3.2258 | 600 | 0.0001 | 33.6364 |
82
+ | 0.0001 | 3.4946 | 650 | 0.0001 | 36.2290 |
83
+ | 0.0001 | 3.7634 | 700 | 0.0001 | 35.7239 |
84
+ | 0.0001 | 4.0323 | 750 | 0.0001 | 34.9158 |
85
+ | 0.0001 | 4.3011 | 800 | 0.0001 | 37.2727 |
86
+ | 0.0001 | 4.5699 | 850 | 0.0001 | 35.2862 |
87
+ | 0.0001 | 4.8387 | 900 | 0.0001 | 35.5892 |
88
+ | 0.0001 | 5.1075 | 950 | 0.0001 | 34.9158 |
89
+ | 0.0001 | 5.3763 | 1000 | 0.0001 | 35.6229 |
90
+
91
+
92
+ ### Framework versions
93
+
94
+ - Transformers 4.40.0
95
+ - Pytorch 2.5.0+cu124
96
+ - Datasets 3.0.2
97
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 1,
5
+ 0
6
+ ],
7
+ [
8
+ 2,
9
+ 0
10
+ ],
11
+ [
12
+ 2,
13
+ 5
14
+ ],
15
+ [
16
+ 3,
17
+ 0
18
+ ],
19
+ [
20
+ 3,
21
+ 1
22
+ ],
23
+ [
24
+ 3,
25
+ 2
26
+ ],
27
+ [
28
+ 3,
29
+ 3
30
+ ],
31
+ [
32
+ 3,
33
+ 4
34
+ ]
35
+ ],
36
+ "begin_suppress_tokens": [
37
+ 220,
38
+ 50256
39
+ ],
40
+ "bos_token_id": 50257,
41
+ "decoder_start_token_id": 50257,
42
+ "eos_token_id": 50256,
43
+ "forced_decoder_ids": [
44
+ [
45
+ 1,
46
+ 50362
47
+ ]
48
+ ],
49
+ "is_multilingual": false,
50
+ "max_initial_timestamp_index": 50,
51
+ "max_length": 448,
52
+ "no_timestamps_token_id": 50362,
53
+ "pad_token_id": 50256,
54
+ "prev_sot_token_id": 50360,
55
+ "return_timestamps": false,
56
+ "suppress_tokens": [
57
+ 1,
58
+ 2,
59
+ 7,
60
+ 8,
61
+ 9,
62
+ 10,
63
+ 14,
64
+ 25,
65
+ 26,
66
+ 27,
67
+ 28,
68
+ 29,
69
+ 31,
70
+ 58,
71
+ 59,
72
+ 60,
73
+ 61,
74
+ 62,
75
+ 63,
76
+ 90,
77
+ 91,
78
+ 92,
79
+ 93,
80
+ 357,
81
+ 366,
82
+ 438,
83
+ 532,
84
+ 685,
85
+ 705,
86
+ 796,
87
+ 930,
88
+ 1058,
89
+ 1220,
90
+ 1267,
91
+ 1279,
92
+ 1303,
93
+ 1343,
94
+ 1377,
95
+ 1391,
96
+ 1635,
97
+ 1782,
98
+ 1875,
99
+ 2162,
100
+ 2361,
101
+ 2488,
102
+ 3467,
103
+ 4008,
104
+ 4211,
105
+ 4600,
106
+ 4808,
107
+ 5299,
108
+ 5855,
109
+ 6329,
110
+ 7203,
111
+ 9609,
112
+ 9959,
113
+ 10563,
114
+ 10786,
115
+ 11420,
116
+ 11709,
117
+ 11907,
118
+ 13163,
119
+ 13697,
120
+ 13700,
121
+ 14808,
122
+ 15306,
123
+ 16410,
124
+ 16791,
125
+ 17992,
126
+ 19203,
127
+ 19510,
128
+ 20724,
129
+ 22305,
130
+ 22935,
131
+ 27007,
132
+ 30109,
133
+ 30420,
134
+ 33409,
135
+ 34949,
136
+ 40283,
137
+ 40493,
138
+ 40549,
139
+ 47282,
140
+ 49146,
141
+ 50257,
142
+ 50357,
143
+ 50358,
144
+ 50359,
145
+ 50360,
146
+ 50361
147
+ ],
148
+ "transformers_version": "4.40.0"
149
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bb1477d249eacfaf2668d5e15bf1c299d4dac2429c05b6b8d2ac313cbe236aa9
3
  size 151060136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eff8d86274fba9d52947c85d4bf7db1c89dc1c19cf67c27b998ef1384a13b28e
3
  size 151060136