pravin96 commited on
Commit
0b9e06e
1 Parent(s): 943530d

Model save

Browse files
Files changed (2) hide show
  1. README.md +59 -0
  2. generation_config.json +188 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: mit
4
+ base_model: distil-whisper/distil-small.en
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - common_voice_11_0
9
+ model-index:
10
+ - name: distil_whisper_en
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # distil_whisper_en
18
+
19
+ This model is a fine-tuned version of [distil-whisper/distil-small.en](https://huggingface.co/distil-whisper/distil-small.en) on the common_voice_11_0 dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.0001
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 8
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 2
43
+ - total_train_batch_size: 8
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 500
47
+ - training_steps: 10
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+
53
+
54
+ ### Framework versions
55
+
56
+ - Transformers 4.44.2
57
+ - Pytorch 2.4.0+cu121
58
+ - Datasets 2.21.0
59
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 6,
5
+ 6
6
+ ],
7
+ [
8
+ 7,
9
+ 0
10
+ ],
11
+ [
12
+ 7,
13
+ 3
14
+ ],
15
+ [
16
+ 7,
17
+ 8
18
+ ],
19
+ [
20
+ 8,
21
+ 2
22
+ ],
23
+ [
24
+ 8,
25
+ 5
26
+ ],
27
+ [
28
+ 8,
29
+ 7
30
+ ],
31
+ [
32
+ 9,
33
+ 0
34
+ ],
35
+ [
36
+ 9,
37
+ 4
38
+ ],
39
+ [
40
+ 9,
41
+ 8
42
+ ],
43
+ [
44
+ 9,
45
+ 10
46
+ ],
47
+ [
48
+ 10,
49
+ 0
50
+ ],
51
+ [
52
+ 10,
53
+ 1
54
+ ],
55
+ [
56
+ 10,
57
+ 2
58
+ ],
59
+ [
60
+ 10,
61
+ 3
62
+ ],
63
+ [
64
+ 10,
65
+ 6
66
+ ],
67
+ [
68
+ 10,
69
+ 11
70
+ ],
71
+ [
72
+ 11,
73
+ 2
74
+ ],
75
+ [
76
+ 11,
77
+ 4
78
+ ]
79
+ ],
80
+ "begin_suppress_tokens": [
81
+ 220,
82
+ 50256
83
+ ],
84
+ "bos_token_id": 50257,
85
+ "decoder_start_token_id": 50257,
86
+ "eos_token_id": 50256,
87
+ "is_multilingual": false,
88
+ "max_initial_timestamp_index": 50,
89
+ "max_length": 448,
90
+ "no_timestamps_token_id": 50362,
91
+ "pad_token_id": 50256,
92
+ "prev_sot_token_id": 50360,
93
+ "return_timestamps": false,
94
+ "suppress_tokens": [
95
+ 1,
96
+ 2,
97
+ 7,
98
+ 8,
99
+ 9,
100
+ 10,
101
+ 14,
102
+ 25,
103
+ 26,
104
+ 27,
105
+ 28,
106
+ 29,
107
+ 31,
108
+ 58,
109
+ 59,
110
+ 60,
111
+ 61,
112
+ 62,
113
+ 63,
114
+ 90,
115
+ 91,
116
+ 92,
117
+ 93,
118
+ 357,
119
+ 366,
120
+ 438,
121
+ 532,
122
+ 685,
123
+ 705,
124
+ 796,
125
+ 930,
126
+ 1058,
127
+ 1220,
128
+ 1267,
129
+ 1279,
130
+ 1303,
131
+ 1343,
132
+ 1377,
133
+ 1391,
134
+ 1635,
135
+ 1782,
136
+ 1875,
137
+ 2162,
138
+ 2361,
139
+ 2488,
140
+ 3467,
141
+ 4008,
142
+ 4211,
143
+ 4600,
144
+ 4808,
145
+ 5299,
146
+ 5855,
147
+ 6329,
148
+ 7203,
149
+ 9609,
150
+ 9959,
151
+ 10563,
152
+ 10786,
153
+ 11420,
154
+ 11709,
155
+ 11907,
156
+ 13163,
157
+ 13697,
158
+ 13700,
159
+ 14808,
160
+ 15306,
161
+ 16410,
162
+ 16791,
163
+ 17992,
164
+ 19203,
165
+ 19510,
166
+ 20724,
167
+ 22305,
168
+ 22935,
169
+ 27007,
170
+ 30109,
171
+ 30420,
172
+ 33409,
173
+ 34949,
174
+ 40283,
175
+ 40493,
176
+ 40549,
177
+ 47282,
178
+ 49146,
179
+ 50257,
180
+ 50357,
181
+ 50358,
182
+ 50359,
183
+ 50360,
184
+ 50361
185
+ ],
186
+ "transformers_version": "4.44.2",
187
+ "use_scan": false
188
+ }