gokuls commited on
Commit
5eec0d3
1 Parent(s): bc40468

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/hubert-base-ls960",
3
+ "activation_dropout": 0.1,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "HubertForSequenceClassification"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 1,
10
+ "classifier_proj_size": 256,
11
+ "conv_bias": false,
12
+ "conv_dim": [
13
+ 512,
14
+ 512,
15
+ 512,
16
+ 512,
17
+ 512,
18
+ 512,
19
+ 512
20
+ ],
21
+ "conv_kernel": [
22
+ 10,
23
+ 3,
24
+ 3,
25
+ 3,
26
+ 3,
27
+ 2,
28
+ 2
29
+ ],
30
+ "conv_stride": [
31
+ 5,
32
+ 2,
33
+ 2,
34
+ 2,
35
+ 2,
36
+ 2,
37
+ 2
38
+ ],
39
+ "ctc_loss_reduction": "sum",
40
+ "ctc_zero_infinity": false,
41
+ "do_stable_layer_norm": false,
42
+ "eos_token_id": 2,
43
+ "feat_extract_activation": "gelu",
44
+ "feat_extract_dropout": 0.0,
45
+ "feat_extract_norm": "group",
46
+ "feat_proj_dropout": 0.1,
47
+ "feat_proj_layer_norm": true,
48
+ "final_dropout": 0.1,
49
+ "gradient_checkpointing": false,
50
+ "hidden_act": "gelu",
51
+ "hidden_dropout": 0.1,
52
+ "hidden_dropout_prob": 0.1,
53
+ "hidden_size": 768,
54
+ "id2label": {
55
+ "0": "email_querycontact",
56
+ "1": "play_game",
57
+ "10": "volume_other",
58
+ "11": "iot_hue_lightup",
59
+ "12": "game",
60
+ "13": "hue_lightoff",
61
+ "14": "iot_hue_lighton",
62
+ "15": "cooking_recipe",
63
+ "16": "hue_lightdim",
64
+ "17": "podcasts",
65
+ "18": "greet",
66
+ "19": "alarm_remove",
67
+ "2": "qa_factoid",
68
+ "20": "news_query",
69
+ "21": "ticket",
70
+ "22": "social_post",
71
+ "23": "currency",
72
+ "24": "iot_coffee",
73
+ "25": "locations",
74
+ "26": "iot_wemo_on",
75
+ "27": "lists_createoradd",
76
+ "28": "general_joke",
77
+ "29": "iot_hue_lightdim",
78
+ "3": "settings",
79
+ "30": "music_dislikeness",
80
+ "31": "qa_maths",
81
+ "32": "transport_traffic",
82
+ "33": "createoradd",
83
+ "34": "general_quirky",
84
+ "35": "transport_query",
85
+ "36": "alarm_set",
86
+ "37": "factoid",
87
+ "38": "post",
88
+ "39": "transport_ticket",
89
+ "4": "audio_volume_up",
90
+ "40": "iot_wemo_off",
91
+ "41": "transport_taxi",
92
+ "42": "qa_stock",
93
+ "43": "sendemail",
94
+ "44": "recommendation_events",
95
+ "45": "alarm_query",
96
+ "46": "weather_query",
97
+ "47": "qa_definition",
98
+ "48": "query",
99
+ "49": "email_sendemail",
100
+ "5": "general_greet",
101
+ "50": "events",
102
+ "51": "remove",
103
+ "52": "calendar_query",
104
+ "53": "takeaway_query",
105
+ "54": "email_addcontact",
106
+ "55": "play_audiobook",
107
+ "56": "wemo_off",
108
+ "57": "audio_volume_down",
109
+ "58": "joke",
110
+ "59": "cleaning",
111
+ "6": "social_query",
112
+ "60": "recommendation_locations",
113
+ "61": "lists_query",
114
+ "62": "qa_currency",
115
+ "63": "play_music",
116
+ "64": "calendar_remove",
117
+ "65": "addcontact",
118
+ "66": "quirky",
119
+ "67": "cooking_query",
120
+ "68": "iot_cleaning",
121
+ "69": "querycontact",
122
+ "7": "music_settings",
123
+ "70": "audio_volume_mute",
124
+ "71": "music_likeness",
125
+ "72": "iot_hue_lightoff",
126
+ "73": "coffee",
127
+ "74": "music_query",
128
+ "75": "datetime_convert",
129
+ "76": "radio",
130
+ "77": "iot_hue_lightchange",
131
+ "78": "traffic",
132
+ "79": "music",
133
+ "8": "datetime_query",
134
+ "80": "play_radio",
135
+ "81": "audio_volume_other",
136
+ "82": "takeaway_order",
137
+ "83": "definition",
138
+ "84": "play_podcasts",
139
+ "85": "convert",
140
+ "86": "recommendation_movies",
141
+ "87": "lists_remove",
142
+ "88": "set",
143
+ "89": "email_query",
144
+ "9": "wemo_on",
145
+ "90": "calendar_set",
146
+ "91": "hue_lightup"
147
+ },
148
+ "initializer_range": 0.02,
149
+ "intermediate_size": 3072,
150
+ "label2id": {
151
+ "addcontact": "65",
152
+ "alarm_query": "45",
153
+ "alarm_remove": "19",
154
+ "alarm_set": "36",
155
+ "audio_volume_down": "57",
156
+ "audio_volume_mute": "70",
157
+ "audio_volume_other": "81",
158
+ "audio_volume_up": "4",
159
+ "calendar_query": "52",
160
+ "calendar_remove": "64",
161
+ "calendar_set": "90",
162
+ "cleaning": "59",
163
+ "coffee": "73",
164
+ "convert": "85",
165
+ "cooking_query": "67",
166
+ "cooking_recipe": "15",
167
+ "createoradd": "33",
168
+ "currency": "23",
169
+ "datetime_convert": "75",
170
+ "datetime_query": "8",
171
+ "definition": "83",
172
+ "email_addcontact": "54",
173
+ "email_query": "89",
174
+ "email_querycontact": "0",
175
+ "email_sendemail": "49",
176
+ "events": "50",
177
+ "factoid": "37",
178
+ "game": "12",
179
+ "general_greet": "5",
180
+ "general_joke": "28",
181
+ "general_quirky": "34",
182
+ "greet": "18",
183
+ "hue_lightdim": "16",
184
+ "hue_lightoff": "13",
185
+ "hue_lightup": "91",
186
+ "iot_cleaning": "68",
187
+ "iot_coffee": "24",
188
+ "iot_hue_lightchange": "77",
189
+ "iot_hue_lightdim": "29",
190
+ "iot_hue_lightoff": "72",
191
+ "iot_hue_lighton": "14",
192
+ "iot_hue_lightup": "11",
193
+ "iot_wemo_off": "40",
194
+ "iot_wemo_on": "26",
195
+ "joke": "58",
196
+ "lists_createoradd": "27",
197
+ "lists_query": "61",
198
+ "lists_remove": "87",
199
+ "locations": "25",
200
+ "music": "79",
201
+ "music_dislikeness": "30",
202
+ "music_likeness": "71",
203
+ "music_query": "74",
204
+ "music_settings": "7",
205
+ "news_query": "20",
206
+ "play_audiobook": "55",
207
+ "play_game": "1",
208
+ "play_music": "63",
209
+ "play_podcasts": "84",
210
+ "play_radio": "80",
211
+ "podcasts": "17",
212
+ "post": "38",
213
+ "qa_currency": "62",
214
+ "qa_definition": "47",
215
+ "qa_factoid": "2",
216
+ "qa_maths": "31",
217
+ "qa_stock": "42",
218
+ "query": "48",
219
+ "querycontact": "69",
220
+ "quirky": "66",
221
+ "radio": "76",
222
+ "recommendation_events": "44",
223
+ "recommendation_locations": "60",
224
+ "recommendation_movies": "86",
225
+ "remove": "51",
226
+ "sendemail": "43",
227
+ "set": "88",
228
+ "settings": "3",
229
+ "social_post": "22",
230
+ "social_query": "6",
231
+ "takeaway_order": "82",
232
+ "takeaway_query": "53",
233
+ "ticket": "21",
234
+ "traffic": "78",
235
+ "transport_query": "35",
236
+ "transport_taxi": "41",
237
+ "transport_ticket": "39",
238
+ "transport_traffic": "32",
239
+ "volume_other": "10",
240
+ "weather_query": "46",
241
+ "wemo_off": "56",
242
+ "wemo_on": "9"
243
+ },
244
+ "layer_norm_eps": 1e-05,
245
+ "layerdrop": 0.1,
246
+ "mask_feature_length": 10,
247
+ "mask_feature_min_masks": 0,
248
+ "mask_feature_prob": 0.0,
249
+ "mask_time_length": 10,
250
+ "mask_time_min_masks": 2,
251
+ "mask_time_prob": 0.05,
252
+ "model_type": "hubert",
253
+ "num_attention_heads": 12,
254
+ "num_conv_pos_embedding_groups": 16,
255
+ "num_conv_pos_embeddings": 128,
256
+ "num_feat_extract_layers": 7,
257
+ "num_hidden_layers": 12,
258
+ "pad_token_id": 0,
259
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
260
+ "torch_dtype": "float32",
261
+ "transformers_version": "4.37.2",
262
+ "use_weighted_layer_sum": false,
263
+ "vocab_size": 32
264
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f26a348b2bb409165f035fe52539b52d515f0855c7637cbfe00cfffc87758364
3
+ size 378394480
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,
7
+ "return_attention_mask": false,
8
+ "sampling_rate": 16000
9
+ }
runs/Mar04_11-58-37_ki-g0009/events.out.tfevents.1709553540.ki-g0009 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9913f1d38dcf4c7f44b81a668797c493dced2a475ecef087902060007a12957e
3
+ size 36348
runs/Mar05_13-16-07_ki-g0009/events.out.tfevents.1709644570.ki-g0009 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32820a695e1066d2b1e27239d15fd4e6e26e12753254d52289a38236e8173908
3
+ size 13446
runs/Mar05_13-18-55_ki-g0009/events.out.tfevents.1709644738.ki-g0009 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:711f7ca81a9ba996795fdfdaf6e2031e1070d44878032099ad16859114dae2dd
3
+ size 18158
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0d8c2b10d9732b63f4bf59a06cdc05bfbc82479241fa47d494e7d95355af043
3
+ size 4792