Training in progress, epoch 0
Browse files- config.json +336 -0
- model.safetensors +3 -0
- preprocessor_config.json +14 -0
- runs/Oct01_10-09-21_ki-g0010/events.out.tfevents.1727777366.ki-g0010.1562654.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,336 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai/whisper-base.en",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"activation_function": "gelu",
|
5 |
+
"apply_spec_augment": false,
|
6 |
+
"architectures": [
|
7 |
+
"WhisperForAudioClassification"
|
8 |
+
],
|
9 |
+
"attention_dropout": 0.0,
|
10 |
+
"begin_suppress_tokens": [
|
11 |
+
220,
|
12 |
+
50256
|
13 |
+
],
|
14 |
+
"bos_token_id": 50257,
|
15 |
+
"classifier_proj_size": 256,
|
16 |
+
"d_model": 512,
|
17 |
+
"decoder_attention_heads": 8,
|
18 |
+
"decoder_ffn_dim": 2048,
|
19 |
+
"decoder_layerdrop": 0.0,
|
20 |
+
"decoder_layers": 6,
|
21 |
+
"decoder_start_token_id": 50257,
|
22 |
+
"dropout": 0.0,
|
23 |
+
"encoder_attention_heads": 8,
|
24 |
+
"encoder_ffn_dim": 2048,
|
25 |
+
"encoder_layerdrop": 0.0,
|
26 |
+
"encoder_layers": 6,
|
27 |
+
"eos_token_id": 50256,
|
28 |
+
"forced_decoder_ids": [
|
29 |
+
[
|
30 |
+
1,
|
31 |
+
50362
|
32 |
+
]
|
33 |
+
],
|
34 |
+
"id2label": {
|
35 |
+
"0": "datetime_convert",
|
36 |
+
"1": "set",
|
37 |
+
"10": "cleaning",
|
38 |
+
"11": "coffee",
|
39 |
+
"12": "factoid",
|
40 |
+
"13": "lists_remove",
|
41 |
+
"14": "general_quirky",
|
42 |
+
"15": "remove",
|
43 |
+
"16": "iot_hue_lightchange",
|
44 |
+
"17": "alarm_remove",
|
45 |
+
"18": "music_query",
|
46 |
+
"19": "cooking_recipe",
|
47 |
+
"2": "ticket",
|
48 |
+
"20": "hue_lightup",
|
49 |
+
"21": "recommendation_locations",
|
50 |
+
"22": "radio",
|
51 |
+
"23": "post",
|
52 |
+
"24": "datetime_query",
|
53 |
+
"25": "email_query",
|
54 |
+
"26": "transport_taxi",
|
55 |
+
"27": "hue_lightoff",
|
56 |
+
"28": "cooking_query",
|
57 |
+
"29": "currency",
|
58 |
+
"3": "podcasts",
|
59 |
+
"30": "iot_cleaning",
|
60 |
+
"31": "game",
|
61 |
+
"32": "weather_query",
|
62 |
+
"33": "music",
|
63 |
+
"34": "play_audiobook",
|
64 |
+
"35": "lists_createoradd",
|
65 |
+
"36": "audio_volume_mute",
|
66 |
+
"37": "transport_query",
|
67 |
+
"38": "qa_definition",
|
68 |
+
"39": "email_querycontact",
|
69 |
+
"4": "transport_ticket",
|
70 |
+
"40": "play_podcasts",
|
71 |
+
"41": "play_music",
|
72 |
+
"42": "traffic",
|
73 |
+
"43": "iot_hue_lighton",
|
74 |
+
"44": "takeaway_query",
|
75 |
+
"45": "alarm_query",
|
76 |
+
"46": "qa_stock",
|
77 |
+
"47": "play_game",
|
78 |
+
"48": "music_dislikeness",
|
79 |
+
"49": "locations",
|
80 |
+
"5": "alarm_set",
|
81 |
+
"50": "email_addcontact",
|
82 |
+
"51": "addcontact",
|
83 |
+
"52": "greet",
|
84 |
+
"53": "qa_factoid",
|
85 |
+
"54": "calendar_set",
|
86 |
+
"55": "social_post",
|
87 |
+
"56": "social_query",
|
88 |
+
"57": "takeaway_order",
|
89 |
+
"58": "calendar_remove",
|
90 |
+
"59": "news_query",
|
91 |
+
"6": "events",
|
92 |
+
"60": "general_greet",
|
93 |
+
"61": "joke",
|
94 |
+
"62": "iot_coffee",
|
95 |
+
"63": "query",
|
96 |
+
"64": "general_joke",
|
97 |
+
"65": "iot_wemo_off",
|
98 |
+
"66": "wemo_off",
|
99 |
+
"67": "email_sendemail",
|
100 |
+
"68": "definition",
|
101 |
+
"69": "iot_hue_lightdim",
|
102 |
+
"7": "wemo_on",
|
103 |
+
"70": "settings",
|
104 |
+
"71": "recommendation_events",
|
105 |
+
"72": "music_settings",
|
106 |
+
"73": "recommendation_movies",
|
107 |
+
"74": "qa_currency",
|
108 |
+
"75": "convert",
|
109 |
+
"76": "iot_hue_lightoff",
|
110 |
+
"77": "hue_lightdim",
|
111 |
+
"78": "quirky",
|
112 |
+
"79": "transport_traffic",
|
113 |
+
"8": "iot_hue_lightup",
|
114 |
+
"80": "querycontact",
|
115 |
+
"81": "play_radio",
|
116 |
+
"82": "audio_volume_up",
|
117 |
+
"83": "sendemail",
|
118 |
+
"84": "music_likeness",
|
119 |
+
"85": "iot_wemo_on",
|
120 |
+
"86": "volume_other",
|
121 |
+
"87": "audio_volume_down",
|
122 |
+
"88": "calendar_query",
|
123 |
+
"89": "audio_volume_other",
|
124 |
+
"9": "createoradd",
|
125 |
+
"90": "qa_maths",
|
126 |
+
"91": "lists_query"
|
127 |
+
},
|
128 |
+
"init_std": 0.02,
|
129 |
+
"is_encoder_decoder": true,
|
130 |
+
"label2id": {
|
131 |
+
"addcontact": "51",
|
132 |
+
"alarm_query": "45",
|
133 |
+
"alarm_remove": "17",
|
134 |
+
"alarm_set": "5",
|
135 |
+
"audio_volume_down": "87",
|
136 |
+
"audio_volume_mute": "36",
|
137 |
+
"audio_volume_other": "89",
|
138 |
+
"audio_volume_up": "82",
|
139 |
+
"calendar_query": "88",
|
140 |
+
"calendar_remove": "58",
|
141 |
+
"calendar_set": "54",
|
142 |
+
"cleaning": "10",
|
143 |
+
"coffee": "11",
|
144 |
+
"convert": "75",
|
145 |
+
"cooking_query": "28",
|
146 |
+
"cooking_recipe": "19",
|
147 |
+
"createoradd": "9",
|
148 |
+
"currency": "29",
|
149 |
+
"datetime_convert": "0",
|
150 |
+
"datetime_query": "24",
|
151 |
+
"definition": "68",
|
152 |
+
"email_addcontact": "50",
|
153 |
+
"email_query": "25",
|
154 |
+
"email_querycontact": "39",
|
155 |
+
"email_sendemail": "67",
|
156 |
+
"events": "6",
|
157 |
+
"factoid": "12",
|
158 |
+
"game": "31",
|
159 |
+
"general_greet": "60",
|
160 |
+
"general_joke": "64",
|
161 |
+
"general_quirky": "14",
|
162 |
+
"greet": "52",
|
163 |
+
"hue_lightdim": "77",
|
164 |
+
"hue_lightoff": "27",
|
165 |
+
"hue_lightup": "20",
|
166 |
+
"iot_cleaning": "30",
|
167 |
+
"iot_coffee": "62",
|
168 |
+
"iot_hue_lightchange": "16",
|
169 |
+
"iot_hue_lightdim": "69",
|
170 |
+
"iot_hue_lightoff": "76",
|
171 |
+
"iot_hue_lighton": "43",
|
172 |
+
"iot_hue_lightup": "8",
|
173 |
+
"iot_wemo_off": "65",
|
174 |
+
"iot_wemo_on": "85",
|
175 |
+
"joke": "61",
|
176 |
+
"lists_createoradd": "35",
|
177 |
+
"lists_query": "91",
|
178 |
+
"lists_remove": "13",
|
179 |
+
"locations": "49",
|
180 |
+
"music": "33",
|
181 |
+
"music_dislikeness": "48",
|
182 |
+
"music_likeness": "84",
|
183 |
+
"music_query": "18",
|
184 |
+
"music_settings": "72",
|
185 |
+
"news_query": "59",
|
186 |
+
"play_audiobook": "34",
|
187 |
+
"play_game": "47",
|
188 |
+
"play_music": "41",
|
189 |
+
"play_podcasts": "40",
|
190 |
+
"play_radio": "81",
|
191 |
+
"podcasts": "3",
|
192 |
+
"post": "23",
|
193 |
+
"qa_currency": "74",
|
194 |
+
"qa_definition": "38",
|
195 |
+
"qa_factoid": "53",
|
196 |
+
"qa_maths": "90",
|
197 |
+
"qa_stock": "46",
|
198 |
+
"query": "63",
|
199 |
+
"querycontact": "80",
|
200 |
+
"quirky": "78",
|
201 |
+
"radio": "22",
|
202 |
+
"recommendation_events": "71",
|
203 |
+
"recommendation_locations": "21",
|
204 |
+
"recommendation_movies": "73",
|
205 |
+
"remove": "15",
|
206 |
+
"sendemail": "83",
|
207 |
+
"set": "1",
|
208 |
+
"settings": "70",
|
209 |
+
"social_post": "55",
|
210 |
+
"social_query": "56",
|
211 |
+
"takeaway_order": "57",
|
212 |
+
"takeaway_query": "44",
|
213 |
+
"ticket": "2",
|
214 |
+
"traffic": "42",
|
215 |
+
"transport_query": "37",
|
216 |
+
"transport_taxi": "26",
|
217 |
+
"transport_ticket": "4",
|
218 |
+
"transport_traffic": "79",
|
219 |
+
"volume_other": "86",
|
220 |
+
"weather_query": "32",
|
221 |
+
"wemo_off": "66",
|
222 |
+
"wemo_on": "7"
|
223 |
+
},
|
224 |
+
"mask_feature_length": 10,
|
225 |
+
"mask_feature_min_masks": 0,
|
226 |
+
"mask_feature_prob": 0.0,
|
227 |
+
"mask_time_length": 10,
|
228 |
+
"mask_time_min_masks": 2,
|
229 |
+
"mask_time_prob": 0.05,
|
230 |
+
"max_length": 448,
|
231 |
+
"max_source_positions": 1500,
|
232 |
+
"max_target_positions": 448,
|
233 |
+
"median_filter_width": 7,
|
234 |
+
"model_type": "whisper",
|
235 |
+
"num_hidden_layers": 6,
|
236 |
+
"num_mel_bins": 80,
|
237 |
+
"pad_token_id": 50256,
|
238 |
+
"scale_embedding": false,
|
239 |
+
"suppress_tokens": [
|
240 |
+
1,
|
241 |
+
2,
|
242 |
+
7,
|
243 |
+
8,
|
244 |
+
9,
|
245 |
+
10,
|
246 |
+
14,
|
247 |
+
25,
|
248 |
+
26,
|
249 |
+
27,
|
250 |
+
28,
|
251 |
+
29,
|
252 |
+
31,
|
253 |
+
58,
|
254 |
+
59,
|
255 |
+
60,
|
256 |
+
61,
|
257 |
+
62,
|
258 |
+
63,
|
259 |
+
90,
|
260 |
+
91,
|
261 |
+
92,
|
262 |
+
93,
|
263 |
+
357,
|
264 |
+
366,
|
265 |
+
438,
|
266 |
+
532,
|
267 |
+
685,
|
268 |
+
705,
|
269 |
+
796,
|
270 |
+
930,
|
271 |
+
1058,
|
272 |
+
1220,
|
273 |
+
1267,
|
274 |
+
1279,
|
275 |
+
1303,
|
276 |
+
1343,
|
277 |
+
1377,
|
278 |
+
1391,
|
279 |
+
1635,
|
280 |
+
1782,
|
281 |
+
1875,
|
282 |
+
2162,
|
283 |
+
2361,
|
284 |
+
2488,
|
285 |
+
3467,
|
286 |
+
4008,
|
287 |
+
4211,
|
288 |
+
4600,
|
289 |
+
4808,
|
290 |
+
5299,
|
291 |
+
5855,
|
292 |
+
6329,
|
293 |
+
7203,
|
294 |
+
9609,
|
295 |
+
9959,
|
296 |
+
10563,
|
297 |
+
10786,
|
298 |
+
11420,
|
299 |
+
11709,
|
300 |
+
11907,
|
301 |
+
13163,
|
302 |
+
13697,
|
303 |
+
13700,
|
304 |
+
14808,
|
305 |
+
15306,
|
306 |
+
16410,
|
307 |
+
16791,
|
308 |
+
17992,
|
309 |
+
19203,
|
310 |
+
19510,
|
311 |
+
20724,
|
312 |
+
22305,
|
313 |
+
22935,
|
314 |
+
27007,
|
315 |
+
30109,
|
316 |
+
30420,
|
317 |
+
33409,
|
318 |
+
34949,
|
319 |
+
40283,
|
320 |
+
40493,
|
321 |
+
40549,
|
322 |
+
47282,
|
323 |
+
49146,
|
324 |
+
50257,
|
325 |
+
50357,
|
326 |
+
50358,
|
327 |
+
50359,
|
328 |
+
50360,
|
329 |
+
50361
|
330 |
+
],
|
331 |
+
"torch_dtype": "float32",
|
332 |
+
"transformers_version": "4.43.3",
|
333 |
+
"use_cache": true,
|
334 |
+
"use_weighted_layer_sum": false,
|
335 |
+
"vocab_size": 51864
|
336 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b43135f2ee3478bb50473a48ede5e4f5380b3966845ff360b18a95678291587b
|
3 |
+
size 82992800
|
preprocessor_config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"chunk_length": 30,
|
3 |
+
"feature_extractor_type": "WhisperFeatureExtractor",
|
4 |
+
"feature_size": 80,
|
5 |
+
"hop_length": 160,
|
6 |
+
"n_fft": 400,
|
7 |
+
"n_samples": 480000,
|
8 |
+
"nb_max_frames": 3000,
|
9 |
+
"padding_side": "right",
|
10 |
+
"padding_value": 0.0,
|
11 |
+
"processor_class": "WhisperProcessor",
|
12 |
+
"return_attention_mask": false,
|
13 |
+
"sampling_rate": 16000
|
14 |
+
}
|
runs/Oct01_10-09-21_ki-g0010/events.out.tfevents.1727777366.ki-g0010.1562654.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad5f15bbf1057eabfd9b274bab936ead08728457a1dd9b8f9f006512a7e8cf41
|
3 |
+
size 11576
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efaf9c463cd085e5e6fc678a9061934d3fcfbde7b56b85e4cc94d001a89aa033
|
3 |
+
size 5240
|