hidude562 commited on
Commit
c6c6153
·
verified ·
1 Parent(s): 6943f32

Upload 6 files

Browse files
Files changed (6) hide show
  1. config.json +46 -0
  2. generation_config.json +8 -0
  3. info.json +15 -0
  4. model.safetensors +3 -0
  5. tokenizer.json +302 -0
  6. training_state.pt +3 -0
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "gelu",
4
+ "apply_spec_augment": false,
5
+ "architectures": [
6
+ "WhisperForConditionalGeneration"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "begin_suppress_tokens": null,
10
+ "bos_token_id": 1,
11
+ "classifier_proj_size": 256,
12
+ "d_model": 768,
13
+ "decoder_attention_heads": 12,
14
+ "decoder_ffn_dim": 3072,
15
+ "decoder_layerdrop": 0.0,
16
+ "decoder_layers": 12,
17
+ "decoder_start_token_id": 1,
18
+ "dropout": 0.0,
19
+ "dtype": "float32",
20
+ "encoder_attention_heads": 12,
21
+ "encoder_ffn_dim": 3072,
22
+ "encoder_layerdrop": 0.0,
23
+ "encoder_layers": 12,
24
+ "eos_token_id": 2,
25
+ "forced_decoder_ids": null,
26
+ "init_std": 0.02,
27
+ "is_encoder_decoder": true,
28
+ "mask_feature_length": 10,
29
+ "mask_feature_min_masks": 0,
30
+ "mask_feature_prob": 0.0,
31
+ "mask_time_length": 10,
32
+ "mask_time_min_masks": 2,
33
+ "mask_time_prob": 0.05,
34
+ "max_source_positions": 150,
35
+ "max_target_positions": 1024,
36
+ "median_filter_width": 7,
37
+ "model_type": "whisper",
38
+ "num_hidden_layers": 12,
39
+ "num_mel_bins": 80,
40
+ "pad_token_id": 0,
41
+ "scale_embedding": false,
42
+ "transformers_version": "4.57.3",
43
+ "use_cache": true,
44
+ "use_weighted_layer_sum": false,
45
+ "vocab_size": 284
46
+ }
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "decoder_start_token_id": 1,
5
+ "eos_token_id": 2,
6
+ "pad_token_id": 0,
7
+ "transformers_version": "4.57.3"
8
+ }
info.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "global_step": 260000,
3
+ "epoch": 23,
4
+ "is_best": false,
5
+ "metrics": {
6
+ "loss": 1.1569782951654761,
7
+ "perplexity": 3.180308787818537,
8
+ "cer": 0.7612203028973477,
9
+ "token_accuracy": 0.023255956607474697,
10
+ "timestamp_accuracy": 0.03933253873659118,
11
+ "timestamp_correct": 33,
12
+ "timestamp_total": 839,
13
+ "num_samples": 40
14
+ }
15
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8041f3931c2916ee2a98d9564a7a580a9860424d7983a917faa94b17c2cceb
3
+ size 806160384
tokenizer.json ADDED
@@ -0,0 +1,302 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "char_to_id": {
3
+ "-": 154,
4
+ "0": 155,
5
+ "1": 156,
6
+ "2": 157,
7
+ "3": 158,
8
+ "4": 159,
9
+ "5": 160,
10
+ "6": 161,
11
+ "7": 162,
12
+ "8": 163,
13
+ "9": 164,
14
+ "b": 165,
15
+ "c": 166,
16
+ "d": 167,
17
+ "f": 168,
18
+ "g": 169,
19
+ "h": 170,
20
+ "j": 171,
21
+ "k": 172,
22
+ "l": 173,
23
+ "m": 174,
24
+ "n": 175,
25
+ "q": 176,
26
+ "s": 177,
27
+ "t": 178,
28
+ "v": 179,
29
+ "w": 180,
30
+ "x": 181,
31
+ "y": 182,
32
+ "z": 183
33
+ },
34
+ "number_to_id": {
35
+ "0": 184,
36
+ "120": 185,
37
+ "42": 186,
38
+ "240": 187,
39
+ "60": 188,
40
+ "5": 189,
41
+ "10": 190,
42
+ "36": 191,
43
+ "62": 192,
44
+ "64": 193,
45
+ "69": 194,
46
+ "40": 195,
47
+ "1": 196,
48
+ "2": 197,
49
+ "54": 198,
50
+ "35": 199,
51
+ "55": 200,
52
+ "70": 201,
53
+ "57": 202,
54
+ "67": 203,
55
+ "59": 204,
56
+ "4": 205,
57
+ "38": 206,
58
+ "65": 207,
59
+ "50": 208,
60
+ "80": 209,
61
+ "8": 210,
62
+ "100": 211,
63
+ "20": 212,
64
+ "66": 213,
65
+ "72": 214,
66
+ "52": 215,
67
+ "46": 216,
68
+ "56": 217,
69
+ "30": 218,
70
+ "480": 219,
71
+ "63": 220,
72
+ "61": 221,
73
+ "44": 222,
74
+ "115": 223,
75
+ "58": 224,
76
+ "45": 225,
77
+ "235": 226,
78
+ "71": 227,
79
+ "74": 228,
80
+ "48": 229,
81
+ "68": 230,
82
+ "76": 231,
83
+ "51": 232,
84
+ "160": 233,
85
+ "6": 234,
86
+ "3": 235,
87
+ "53": 236,
88
+ "75": 237,
89
+ "15": 238,
90
+ "116": 239,
91
+ "43": 240,
92
+ "39": 241,
93
+ "82": 242,
94
+ "118": 243,
95
+ "37": 244,
96
+ "236": 245,
97
+ "33": 246,
98
+ "73": 247,
99
+ "12": 248,
100
+ "7": 249,
101
+ "110": 250,
102
+ "41": 251,
103
+ "47": 252,
104
+ "77": 253,
105
+ "28": 254,
106
+ "90": 255,
107
+ "25": 256,
108
+ "78": 257,
109
+ "79": 258,
110
+ "220": 259,
111
+ "31": 260,
112
+ "81": 261,
113
+ "49": 262,
114
+ "85": 263,
115
+ "32": 264,
116
+ "112": 265,
117
+ "96": 266,
118
+ "16": 267,
119
+ "95": 268,
120
+ "230": 269,
121
+ "192": 270,
122
+ "84": 271,
123
+ "105": 272,
124
+ "34": 273,
125
+ "18": 274,
126
+ "88": 275,
127
+ "200": 276,
128
+ "180": 277,
129
+ "108": 278,
130
+ "238": 279,
131
+ "140": 280,
132
+ "119": 281,
133
+ "232": 282,
134
+ "960": 283
135
+ },
136
+ "timestamp_to_id": {
137
+ "<|0.52|>": 4,
138
+ "<|1.56|>": 5,
139
+ "<|2.08|>": 6,
140
+ "<|0.92|>": 7,
141
+ "<|1.82|>": 8,
142
+ "<|1.70|>": 9,
143
+ "<|1.04|>": 10,
144
+ "<|2.02|>": 11,
145
+ "<|1.24|>": 12,
146
+ "<|0.40|>": 13,
147
+ "<|1.44|>": 14,
148
+ "<|2.04|>": 15,
149
+ "<|0.82|>": 16,
150
+ "<|0.14|>": 17,
151
+ "<|2.20|>": 18,
152
+ "<|2.48|>": 19,
153
+ "<|2.18|>": 20,
154
+ "<|0.98|>": 21,
155
+ "<|2.54|>": 22,
156
+ "<|2.22|>": 23,
157
+ "<|0.66|>": 24,
158
+ "<|0.26|>": 25,
159
+ "<|0.56|>": 26,
160
+ "<|1.92|>": 27,
161
+ "<|0.78|>": 28,
162
+ "<|1.12|>": 29,
163
+ "<|2.42|>": 30,
164
+ "<|1.30|>": 31,
165
+ "<|2.32|>": 32,
166
+ "<|0.74|>": 33,
167
+ "<|0.06|>": 34,
168
+ "<|1.96|>": 35,
169
+ "<|0.84|>": 36,
170
+ "<|0.94|>": 37,
171
+ "<|2.14|>": 38,
172
+ "<|1.54|>": 39,
173
+ "<|2.16|>": 40,
174
+ "<|0.58|>": 41,
175
+ "<|1.76|>": 42,
176
+ "<|1.50|>": 43,
177
+ "<|1.18|>": 44,
178
+ "<|1.90|>": 45,
179
+ "<|1.22|>": 46,
180
+ "<|2.34|>": 47,
181
+ "<|0.76|>": 48,
182
+ "<|1.26|>": 49,
183
+ "<|2.66|>": 50,
184
+ "<|2.44|>": 51,
185
+ "<|0.20|>": 52,
186
+ "<|1.62|>": 53,
187
+ "<|2.46|>": 54,
188
+ "<|1.80|>": 55,
189
+ "<|1.42|>": 56,
190
+ "<|1.46|>": 57,
191
+ "<|0.02|>": 58,
192
+ "<|1.64|>": 59,
193
+ "<|2.30|>": 60,
194
+ "<|1.72|>": 61,
195
+ "<|0.48|>": 62,
196
+ "<|0.46|>": 63,
197
+ "<|1.08|>": 64,
198
+ "<|1.14|>": 65,
199
+ "<|1.52|>": 66,
200
+ "<|1.00|>": 67,
201
+ "<|0.42|>": 68,
202
+ "<|2.40|>": 69,
203
+ "<|2.62|>": 70,
204
+ "<|1.40|>": 71,
205
+ "<|0.30|>": 72,
206
+ "<|0.22|>": 73,
207
+ "<|1.88|>": 74,
208
+ "<|1.84|>": 75,
209
+ "<|1.78|>": 76,
210
+ "<|2.36|>": 77,
211
+ "<|2.74|>": 78,
212
+ "<|0.24|>": 79,
213
+ "<|1.98|>": 80,
214
+ "<|2.64|>": 81,
215
+ "<|0.28|>": 82,
216
+ "<|1.02|>": 83,
217
+ "<|0.62|>": 84,
218
+ "<|0.08|>": 85,
219
+ "<|2.52|>": 86,
220
+ "<|0.96|>": 87,
221
+ "<|1.58|>": 88,
222
+ "<|1.28|>": 89,
223
+ "<|0.88|>": 90,
224
+ "<|0.70|>": 91,
225
+ "<|1.74|>": 92,
226
+ "<|0.04|>": 93,
227
+ "<|2.24|>": 94,
228
+ "<|1.10|>": 95,
229
+ "<|2.06|>": 96,
230
+ "<|0.32|>": 97,
231
+ "<|0.60|>": 98,
232
+ "<|1.36|>": 99,
233
+ "<|1.86|>": 100,
234
+ "<|2.58|>": 101,
235
+ "<|2.60|>": 102,
236
+ "<|1.68|>": 103,
237
+ "<|2.56|>": 104,
238
+ "<|2.26|>": 105,
239
+ "<|2.00|>": 106,
240
+ "<|0.54|>": 107,
241
+ "<|0.34|>": 108,
242
+ "<|0.18|>": 109,
243
+ "<|0.36|>": 110,
244
+ "<|0.44|>": 111,
245
+ "<|1.16|>": 112,
246
+ "<|1.20|>": 113,
247
+ "<|0.80|>": 114,
248
+ "<|2.10|>": 115,
249
+ "<|1.32|>": 116,
250
+ "<|1.48|>": 117,
251
+ "<|1.38|>": 118,
252
+ "<|2.28|>": 119,
253
+ "<|2.12|>": 120,
254
+ "<|2.68|>": 121,
255
+ "<|2.82|>": 122,
256
+ "<|0.16|>": 123,
257
+ "<|2.38|>": 124,
258
+ "<|1.34|>": 125,
259
+ "<|0.50|>": 126,
260
+ "<|0.72|>": 127,
261
+ "<|0.68|>": 128,
262
+ "<|2.78|>": 129,
263
+ "<|1.60|>": 130,
264
+ "<|2.76|>": 131,
265
+ "<|0.10|>": 132,
266
+ "<|1.66|>": 133,
267
+ "<|0.86|>": 134,
268
+ "<|1.06|>": 135,
269
+ "<|0.12|>": 136,
270
+ "<|0.38|>": 137,
271
+ "<|2.70|>": 138,
272
+ "<|0.00|>": 139,
273
+ "<|0.90|>": 140,
274
+ "<|1.94|>": 141,
275
+ "<|2.80|>": 142,
276
+ "<|0.64|>": 143,
277
+ "<|2.50|>": 144,
278
+ "<|2.72|>": 145,
279
+ "<|2.88|>": 146,
280
+ "<|2.84|>": 147,
281
+ "<|2.90|>": 148,
282
+ "<|2.92|>": 149,
283
+ "<|2.86|>": 150,
284
+ "<|2.96|>": 151,
285
+ "<|2.94|>": 152,
286
+ "<|2.98|>": 153
287
+ },
288
+ "special_tokens": {
289
+ " ": 0,
290
+ "<|startoftranscript|>": 1,
291
+ "<|endoftranscript|>": 2,
292
+ "<|unk|>": 3
293
+ },
294
+ "vocab_size": 284,
295
+ "config": {
296
+ "top_k_numbers": 100,
297
+ "pad_token": " ",
298
+ "bos_token": "<|startoftranscript|>",
299
+ "eos_token": "<|endoftranscript|>",
300
+ "unk_token": "<|unk|>"
301
+ }
302
+ }
training_state.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a74ff39748d82aabf6e9fe76e50c4132c2442b6021c951222659e808fc0ef7f6
3
+ size 1611697693