Training in progress, epoch 0
Browse files- config.json +306 -0
- model.safetensors +3 -0
- preprocessor_config.json +9 -0
- runs/Mar05_17-00-14_ki-g0008/events.out.tfevents.1709658015.ki-g0008 +3 -0
- runs/Mar05_17-12-51_ki-g0008/events.out.tfevents.1709658771.ki-g0008 +3 -0
- runs/Mar05_17-18-07_ki-g0008/events.out.tfevents.1709659088.ki-g0008 +3 -0
- runs/Mar05_17-28-35_ki-g0008/events.out.tfevents.1709659717.ki-g0008 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,306 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/wav2vec2-base",
|
3 |
+
"activation_dropout": 0.0,
|
4 |
+
"adapter_attn_dim": null,
|
5 |
+
"adapter_kernel_size": 3,
|
6 |
+
"adapter_stride": 2,
|
7 |
+
"add_adapter": false,
|
8 |
+
"apply_spec_augment": true,
|
9 |
+
"architectures": [
|
10 |
+
"Wav2Vec2ForSequenceClassification"
|
11 |
+
],
|
12 |
+
"attention_dropout": 0.1,
|
13 |
+
"bos_token_id": 1,
|
14 |
+
"classifier_proj_size": 256,
|
15 |
+
"codevector_dim": 256,
|
16 |
+
"contrastive_logits_temperature": 0.1,
|
17 |
+
"conv_bias": false,
|
18 |
+
"conv_dim": [
|
19 |
+
512,
|
20 |
+
512,
|
21 |
+
512,
|
22 |
+
512,
|
23 |
+
512,
|
24 |
+
512,
|
25 |
+
512
|
26 |
+
],
|
27 |
+
"conv_kernel": [
|
28 |
+
10,
|
29 |
+
3,
|
30 |
+
3,
|
31 |
+
3,
|
32 |
+
3,
|
33 |
+
2,
|
34 |
+
2
|
35 |
+
],
|
36 |
+
"conv_stride": [
|
37 |
+
5,
|
38 |
+
2,
|
39 |
+
2,
|
40 |
+
2,
|
41 |
+
2,
|
42 |
+
2,
|
43 |
+
2
|
44 |
+
],
|
45 |
+
"ctc_loss_reduction": "sum",
|
46 |
+
"ctc_zero_infinity": false,
|
47 |
+
"diversity_loss_weight": 0.1,
|
48 |
+
"do_stable_layer_norm": false,
|
49 |
+
"eos_token_id": 2,
|
50 |
+
"feat_extract_activation": "gelu",
|
51 |
+
"feat_extract_norm": "group",
|
52 |
+
"feat_proj_dropout": 0.1,
|
53 |
+
"feat_quantizer_dropout": 0.0,
|
54 |
+
"final_dropout": 0.0,
|
55 |
+
"freeze_feat_extract_train": true,
|
56 |
+
"hidden_act": "gelu",
|
57 |
+
"hidden_dropout": 0.1,
|
58 |
+
"hidden_size": 768,
|
59 |
+
"id2label": {
|
60 |
+
"0": "email_addcontact",
|
61 |
+
"1": "set",
|
62 |
+
"10": "play_audiobook",
|
63 |
+
"11": "recommendation_locations",
|
64 |
+
"12": "definition",
|
65 |
+
"13": "general_joke",
|
66 |
+
"14": "iot_hue_lighton",
|
67 |
+
"15": "takeaway_query",
|
68 |
+
"16": "convert",
|
69 |
+
"17": "lists_createoradd",
|
70 |
+
"18": "addcontact",
|
71 |
+
"19": "play_radio",
|
72 |
+
"2": "qa_maths",
|
73 |
+
"20": "volume_other",
|
74 |
+
"21": "transport_traffic",
|
75 |
+
"22": "datetime_convert",
|
76 |
+
"23": "createoradd",
|
77 |
+
"24": "general_quirky",
|
78 |
+
"25": "quirky",
|
79 |
+
"26": "music_dislikeness",
|
80 |
+
"27": "lists_query",
|
81 |
+
"28": "iot_hue_lightup",
|
82 |
+
"29": "alarm_remove",
|
83 |
+
"3": "play_podcasts",
|
84 |
+
"30": "hue_lightoff",
|
85 |
+
"31": "audio_volume_mute",
|
86 |
+
"32": "social_post",
|
87 |
+
"33": "iot_cleaning",
|
88 |
+
"34": "cooking_query",
|
89 |
+
"35": "qa_factoid",
|
90 |
+
"36": "iot_hue_lightoff",
|
91 |
+
"37": "recommendation_movies",
|
92 |
+
"38": "recommendation_events",
|
93 |
+
"39": "joke",
|
94 |
+
"4": "alarm_query",
|
95 |
+
"40": "coffee",
|
96 |
+
"41": "wemo_off",
|
97 |
+
"42": "email_querycontact",
|
98 |
+
"43": "transport_ticket",
|
99 |
+
"44": "music",
|
100 |
+
"45": "email_sendemail",
|
101 |
+
"46": "music_query",
|
102 |
+
"47": "lists_remove",
|
103 |
+
"48": "events",
|
104 |
+
"49": "qa_definition",
|
105 |
+
"5": "sendemail",
|
106 |
+
"50": "currency",
|
107 |
+
"51": "wemo_on",
|
108 |
+
"52": "music_likeness",
|
109 |
+
"53": "radio",
|
110 |
+
"54": "greet",
|
111 |
+
"55": "podcasts",
|
112 |
+
"56": "traffic",
|
113 |
+
"57": "transport_taxi",
|
114 |
+
"58": "remove",
|
115 |
+
"59": "querycontact",
|
116 |
+
"6": "game",
|
117 |
+
"60": "weather_query",
|
118 |
+
"61": "alarm_set",
|
119 |
+
"62": "calendar_query",
|
120 |
+
"63": "iot_hue_lightdim",
|
121 |
+
"64": "qa_stock",
|
122 |
+
"65": "hue_lightdim",
|
123 |
+
"66": "calendar_set",
|
124 |
+
"67": "takeaway_order",
|
125 |
+
"68": "locations",
|
126 |
+
"69": "iot_wemo_on",
|
127 |
+
"7": "calendar_remove",
|
128 |
+
"70": "cooking_recipe",
|
129 |
+
"71": "audio_volume_down",
|
130 |
+
"72": "iot_wemo_off",
|
131 |
+
"73": "qa_currency",
|
132 |
+
"74": "music_settings",
|
133 |
+
"75": "iot_hue_lightchange",
|
134 |
+
"76": "play_music",
|
135 |
+
"77": "transport_query",
|
136 |
+
"78": "general_greet",
|
137 |
+
"79": "play_game",
|
138 |
+
"8": "audio_volume_other",
|
139 |
+
"80": "query",
|
140 |
+
"81": "settings",
|
141 |
+
"82": "datetime_query",
|
142 |
+
"83": "post",
|
143 |
+
"84": "iot_coffee",
|
144 |
+
"85": "social_query",
|
145 |
+
"86": "hue_lightup",
|
146 |
+
"87": "ticket",
|
147 |
+
"88": "cleaning",
|
148 |
+
"89": "news_query",
|
149 |
+
"9": "audio_volume_up",
|
150 |
+
"90": "email_query",
|
151 |
+
"91": "factoid"
|
152 |
+
},
|
153 |
+
"initializer_range": 0.02,
|
154 |
+
"intermediate_size": 3072,
|
155 |
+
"label2id": {
|
156 |
+
"addcontact": "18",
|
157 |
+
"alarm_query": "4",
|
158 |
+
"alarm_remove": "29",
|
159 |
+
"alarm_set": "61",
|
160 |
+
"audio_volume_down": "71",
|
161 |
+
"audio_volume_mute": "31",
|
162 |
+
"audio_volume_other": "8",
|
163 |
+
"audio_volume_up": "9",
|
164 |
+
"calendar_query": "62",
|
165 |
+
"calendar_remove": "7",
|
166 |
+
"calendar_set": "66",
|
167 |
+
"cleaning": "88",
|
168 |
+
"coffee": "40",
|
169 |
+
"convert": "16",
|
170 |
+
"cooking_query": "34",
|
171 |
+
"cooking_recipe": "70",
|
172 |
+
"createoradd": "23",
|
173 |
+
"currency": "50",
|
174 |
+
"datetime_convert": "22",
|
175 |
+
"datetime_query": "82",
|
176 |
+
"definition": "12",
|
177 |
+
"email_addcontact": "0",
|
178 |
+
"email_query": "90",
|
179 |
+
"email_querycontact": "42",
|
180 |
+
"email_sendemail": "45",
|
181 |
+
"events": "48",
|
182 |
+
"factoid": "91",
|
183 |
+
"game": "6",
|
184 |
+
"general_greet": "78",
|
185 |
+
"general_joke": "13",
|
186 |
+
"general_quirky": "24",
|
187 |
+
"greet": "54",
|
188 |
+
"hue_lightdim": "65",
|
189 |
+
"hue_lightoff": "30",
|
190 |
+
"hue_lightup": "86",
|
191 |
+
"iot_cleaning": "33",
|
192 |
+
"iot_coffee": "84",
|
193 |
+
"iot_hue_lightchange": "75",
|
194 |
+
"iot_hue_lightdim": "63",
|
195 |
+
"iot_hue_lightoff": "36",
|
196 |
+
"iot_hue_lighton": "14",
|
197 |
+
"iot_hue_lightup": "28",
|
198 |
+
"iot_wemo_off": "72",
|
199 |
+
"iot_wemo_on": "69",
|
200 |
+
"joke": "39",
|
201 |
+
"lists_createoradd": "17",
|
202 |
+
"lists_query": "27",
|
203 |
+
"lists_remove": "47",
|
204 |
+
"locations": "68",
|
205 |
+
"music": "44",
|
206 |
+
"music_dislikeness": "26",
|
207 |
+
"music_likeness": "52",
|
208 |
+
"music_query": "46",
|
209 |
+
"music_settings": "74",
|
210 |
+
"news_query": "89",
|
211 |
+
"play_audiobook": "10",
|
212 |
+
"play_game": "79",
|
213 |
+
"play_music": "76",
|
214 |
+
"play_podcasts": "3",
|
215 |
+
"play_radio": "19",
|
216 |
+
"podcasts": "55",
|
217 |
+
"post": "83",
|
218 |
+
"qa_currency": "73",
|
219 |
+
"qa_definition": "49",
|
220 |
+
"qa_factoid": "35",
|
221 |
+
"qa_maths": "2",
|
222 |
+
"qa_stock": "64",
|
223 |
+
"query": "80",
|
224 |
+
"querycontact": "59",
|
225 |
+
"quirky": "25",
|
226 |
+
"radio": "53",
|
227 |
+
"recommendation_events": "38",
|
228 |
+
"recommendation_locations": "11",
|
229 |
+
"recommendation_movies": "37",
|
230 |
+
"remove": "58",
|
231 |
+
"sendemail": "5",
|
232 |
+
"set": "1",
|
233 |
+
"settings": "81",
|
234 |
+
"social_post": "32",
|
235 |
+
"social_query": "85",
|
236 |
+
"takeaway_order": "67",
|
237 |
+
"takeaway_query": "15",
|
238 |
+
"ticket": "87",
|
239 |
+
"traffic": "56",
|
240 |
+
"transport_query": "77",
|
241 |
+
"transport_taxi": "57",
|
242 |
+
"transport_ticket": "43",
|
243 |
+
"transport_traffic": "21",
|
244 |
+
"volume_other": "20",
|
245 |
+
"weather_query": "60",
|
246 |
+
"wemo_off": "41",
|
247 |
+
"wemo_on": "51"
|
248 |
+
},
|
249 |
+
"layer_norm_eps": 1e-05,
|
250 |
+
"layerdrop": 0.0,
|
251 |
+
"mask_channel_length": 10,
|
252 |
+
"mask_channel_min_space": 1,
|
253 |
+
"mask_channel_other": 0.0,
|
254 |
+
"mask_channel_prob": 0.0,
|
255 |
+
"mask_channel_selection": "static",
|
256 |
+
"mask_feature_length": 10,
|
257 |
+
"mask_feature_min_masks": 0,
|
258 |
+
"mask_feature_prob": 0.0,
|
259 |
+
"mask_time_length": 10,
|
260 |
+
"mask_time_min_masks": 2,
|
261 |
+
"mask_time_min_space": 1,
|
262 |
+
"mask_time_other": 0.0,
|
263 |
+
"mask_time_prob": 0.05,
|
264 |
+
"mask_time_selection": "static",
|
265 |
+
"model_type": "wav2vec2",
|
266 |
+
"no_mask_channel_overlap": false,
|
267 |
+
"no_mask_time_overlap": false,
|
268 |
+
"num_adapter_layers": 3,
|
269 |
+
"num_attention_heads": 12,
|
270 |
+
"num_codevector_groups": 2,
|
271 |
+
"num_codevectors_per_group": 320,
|
272 |
+
"num_conv_pos_embedding_groups": 16,
|
273 |
+
"num_conv_pos_embeddings": 128,
|
274 |
+
"num_feat_extract_layers": 7,
|
275 |
+
"num_hidden_layers": 12,
|
276 |
+
"num_negatives": 100,
|
277 |
+
"output_hidden_size": 768,
|
278 |
+
"pad_token_id": 0,
|
279 |
+
"proj_codevector_dim": 256,
|
280 |
+
"tdnn_dilation": [
|
281 |
+
1,
|
282 |
+
2,
|
283 |
+
3,
|
284 |
+
1,
|
285 |
+
1
|
286 |
+
],
|
287 |
+
"tdnn_dim": [
|
288 |
+
512,
|
289 |
+
512,
|
290 |
+
512,
|
291 |
+
512,
|
292 |
+
1500
|
293 |
+
],
|
294 |
+
"tdnn_kernel": [
|
295 |
+
5,
|
296 |
+
3,
|
297 |
+
3,
|
298 |
+
1,
|
299 |
+
1
|
300 |
+
],
|
301 |
+
"torch_dtype": "float32",
|
302 |
+
"transformers_version": "4.36.2",
|
303 |
+
"use_weighted_layer_sum": false,
|
304 |
+
"vocab_size": 32,
|
305 |
+
"xvector_output_dim": 512
|
306 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d0a254e44ba9b850591e62d26157250c043615fcda9991a43cc36fc4d76e49d
|
3 |
+
size 378394976
|
preprocessor_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"feature_extractor_type": "Wav2Vec2FeatureExtractor",
|
4 |
+
"feature_size": 1,
|
5 |
+
"padding_side": "right",
|
6 |
+
"padding_value": 0.0,
|
7 |
+
"return_attention_mask": false,
|
8 |
+
"sampling_rate": 16000
|
9 |
+
}
|
runs/Mar05_17-00-14_ki-g0008/events.out.tfevents.1709658015.ki-g0008
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0f2cd0084081e6104a6db0e96aaf2437623c52f32dfba54648b8edc66b7c0b5
|
3 |
+
size 10882
|
runs/Mar05_17-12-51_ki-g0008/events.out.tfevents.1709658771.ki-g0008
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5612fad827b59fb9423478c59fd52847ea832365d71c337b7ec93320372f0a50
|
3 |
+
size 10882
|
runs/Mar05_17-18-07_ki-g0008/events.out.tfevents.1709659088.ki-g0008
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60562f729df516b84b52dd625aed7c044aa1bbb1dc52034f53e4a34f45d1b2c3
|
3 |
+
size 10882
|
runs/Mar05_17-28-35_ki-g0008/events.out.tfevents.1709659717.ki-g0008
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6c615ff020b8500b1fd6242339b3ea1a1a071fea0a07643f13ef1bef76dd870
|
3 |
+
size 19010
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55c9438d86e29843eedc3502c286f7865bd42f575bad6e5b26a51714322324df
|
3 |
+
size 4792
|