Training in progress, epoch 0
Browse files- config.json +264 -0
- model.safetensors +3 -0
- preprocessor_config.json +9 -0
- runs/Mar05_17-00-17_ki-g0008/events.out.tfevents.1709658020.ki-g0008 +3 -0
- runs/Mar05_17-09-45_ki-g0008/events.out.tfevents.1709658585.ki-g0008 +3 -0
- runs/Mar05_17-11-57_ki-g0008/events.out.tfevents.1709658717.ki-g0008 +3 -0
- runs/Mar05_17-28-55_ki-g0008/events.out.tfevents.1709659737.ki-g0008 +3 -0
- training_args.bin +3 -0
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": "set",
|
56 |
+
"1": "takeaway_query",
|
57 |
+
"10": "wemo_off",
|
58 |
+
"11": "recommendation_movies",
|
59 |
+
"12": "datetime_convert",
|
60 |
+
"13": "cooking_query",
|
61 |
+
"14": "play_audiobook",
|
62 |
+
"15": "quirky",
|
63 |
+
"16": "joke",
|
64 |
+
"17": "datetime_query",
|
65 |
+
"18": "remove",
|
66 |
+
"19": "transport_taxi",
|
67 |
+
"2": "greet",
|
68 |
+
"20": "lists_query",
|
69 |
+
"21": "email_query",
|
70 |
+
"22": "recommendation_locations",
|
71 |
+
"23": "social_post",
|
72 |
+
"24": "convert",
|
73 |
+
"25": "sendemail",
|
74 |
+
"26": "calendar_query",
|
75 |
+
"27": "audio_volume_down",
|
76 |
+
"28": "social_query",
|
77 |
+
"29": "qa_currency",
|
78 |
+
"3": "ticket",
|
79 |
+
"30": "lists_remove",
|
80 |
+
"31": "music_likeness",
|
81 |
+
"32": "iot_coffee",
|
82 |
+
"33": "music_settings",
|
83 |
+
"34": "email_sendemail",
|
84 |
+
"35": "iot_hue_lightoff",
|
85 |
+
"36": "email_querycontact",
|
86 |
+
"37": "locations",
|
87 |
+
"38": "radio",
|
88 |
+
"39": "settings",
|
89 |
+
"4": "post",
|
90 |
+
"40": "qa_stock",
|
91 |
+
"41": "iot_wemo_off",
|
92 |
+
"42": "email_addcontact",
|
93 |
+
"43": "audio_volume_mute",
|
94 |
+
"44": "hue_lightdim",
|
95 |
+
"45": "events",
|
96 |
+
"46": "currency",
|
97 |
+
"47": "calendar_set",
|
98 |
+
"48": "general_greet",
|
99 |
+
"49": "factoid",
|
100 |
+
"5": "createoradd",
|
101 |
+
"50": "hue_lightup",
|
102 |
+
"51": "querycontact",
|
103 |
+
"52": "transport_traffic",
|
104 |
+
"53": "general_quirky",
|
105 |
+
"54": "hue_lightoff",
|
106 |
+
"55": "recommendation_events",
|
107 |
+
"56": "transport_ticket",
|
108 |
+
"57": "iot_hue_lighton",
|
109 |
+
"58": "music",
|
110 |
+
"59": "iot_hue_lightchange",
|
111 |
+
"6": "takeaway_order",
|
112 |
+
"60": "alarm_query",
|
113 |
+
"61": "weather_query",
|
114 |
+
"62": "definition",
|
115 |
+
"63": "iot_wemo_on",
|
116 |
+
"64": "coffee",
|
117 |
+
"65": "qa_factoid",
|
118 |
+
"66": "podcasts",
|
119 |
+
"67": "qa_maths",
|
120 |
+
"68": "calendar_remove",
|
121 |
+
"69": "cooking_recipe",
|
122 |
+
"7": "transport_query",
|
123 |
+
"70": "query",
|
124 |
+
"71": "audio_volume_other",
|
125 |
+
"72": "addcontact",
|
126 |
+
"73": "alarm_set",
|
127 |
+
"74": "cleaning",
|
128 |
+
"75": "lists_createoradd",
|
129 |
+
"76": "volume_other",
|
130 |
+
"77": "alarm_remove",
|
131 |
+
"78": "play_radio",
|
132 |
+
"79": "traffic",
|
133 |
+
"8": "qa_definition",
|
134 |
+
"80": "play_music",
|
135 |
+
"81": "game",
|
136 |
+
"82": "wemo_on",
|
137 |
+
"83": "music_query",
|
138 |
+
"84": "general_joke",
|
139 |
+
"85": "news_query",
|
140 |
+
"86": "iot_hue_lightup",
|
141 |
+
"87": "audio_volume_up",
|
142 |
+
"88": "play_game",
|
143 |
+
"89": "music_dislikeness",
|
144 |
+
"9": "play_podcasts",
|
145 |
+
"90": "iot_hue_lightdim",
|
146 |
+
"91": "iot_cleaning"
|
147 |
+
},
|
148 |
+
"initializer_range": 0.02,
|
149 |
+
"intermediate_size": 3072,
|
150 |
+
"label2id": {
|
151 |
+
"addcontact": "72",
|
152 |
+
"alarm_query": "60",
|
153 |
+
"alarm_remove": "77",
|
154 |
+
"alarm_set": "73",
|
155 |
+
"audio_volume_down": "27",
|
156 |
+
"audio_volume_mute": "43",
|
157 |
+
"audio_volume_other": "71",
|
158 |
+
"audio_volume_up": "87",
|
159 |
+
"calendar_query": "26",
|
160 |
+
"calendar_remove": "68",
|
161 |
+
"calendar_set": "47",
|
162 |
+
"cleaning": "74",
|
163 |
+
"coffee": "64",
|
164 |
+
"convert": "24",
|
165 |
+
"cooking_query": "13",
|
166 |
+
"cooking_recipe": "69",
|
167 |
+
"createoradd": "5",
|
168 |
+
"currency": "46",
|
169 |
+
"datetime_convert": "12",
|
170 |
+
"datetime_query": "17",
|
171 |
+
"definition": "62",
|
172 |
+
"email_addcontact": "42",
|
173 |
+
"email_query": "21",
|
174 |
+
"email_querycontact": "36",
|
175 |
+
"email_sendemail": "34",
|
176 |
+
"events": "45",
|
177 |
+
"factoid": "49",
|
178 |
+
"game": "81",
|
179 |
+
"general_greet": "48",
|
180 |
+
"general_joke": "84",
|
181 |
+
"general_quirky": "53",
|
182 |
+
"greet": "2",
|
183 |
+
"hue_lightdim": "44",
|
184 |
+
"hue_lightoff": "54",
|
185 |
+
"hue_lightup": "50",
|
186 |
+
"iot_cleaning": "91",
|
187 |
+
"iot_coffee": "32",
|
188 |
+
"iot_hue_lightchange": "59",
|
189 |
+
"iot_hue_lightdim": "90",
|
190 |
+
"iot_hue_lightoff": "35",
|
191 |
+
"iot_hue_lighton": "57",
|
192 |
+
"iot_hue_lightup": "86",
|
193 |
+
"iot_wemo_off": "41",
|
194 |
+
"iot_wemo_on": "63",
|
195 |
+
"joke": "16",
|
196 |
+
"lists_createoradd": "75",
|
197 |
+
"lists_query": "20",
|
198 |
+
"lists_remove": "30",
|
199 |
+
"locations": "37",
|
200 |
+
"music": "58",
|
201 |
+
"music_dislikeness": "89",
|
202 |
+
"music_likeness": "31",
|
203 |
+
"music_query": "83",
|
204 |
+
"music_settings": "33",
|
205 |
+
"news_query": "85",
|
206 |
+
"play_audiobook": "14",
|
207 |
+
"play_game": "88",
|
208 |
+
"play_music": "80",
|
209 |
+
"play_podcasts": "9",
|
210 |
+
"play_radio": "78",
|
211 |
+
"podcasts": "66",
|
212 |
+
"post": "4",
|
213 |
+
"qa_currency": "29",
|
214 |
+
"qa_definition": "8",
|
215 |
+
"qa_factoid": "65",
|
216 |
+
"qa_maths": "67",
|
217 |
+
"qa_stock": "40",
|
218 |
+
"query": "70",
|
219 |
+
"querycontact": "51",
|
220 |
+
"quirky": "15",
|
221 |
+
"radio": "38",
|
222 |
+
"recommendation_events": "55",
|
223 |
+
"recommendation_locations": "22",
|
224 |
+
"recommendation_movies": "11",
|
225 |
+
"remove": "18",
|
226 |
+
"sendemail": "25",
|
227 |
+
"set": "0",
|
228 |
+
"settings": "39",
|
229 |
+
"social_post": "23",
|
230 |
+
"social_query": "28",
|
231 |
+
"takeaway_order": "6",
|
232 |
+
"takeaway_query": "1",
|
233 |
+
"ticket": "3",
|
234 |
+
"traffic": "79",
|
235 |
+
"transport_query": "7",
|
236 |
+
"transport_taxi": "19",
|
237 |
+
"transport_ticket": "56",
|
238 |
+
"transport_traffic": "52",
|
239 |
+
"volume_other": "76",
|
240 |
+
"weather_query": "61",
|
241 |
+
"wemo_off": "10",
|
242 |
+
"wemo_on": "82"
|
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.36.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:d10f1921d0fc92d84685901085e9c5137eb3f322bdcbea657c9c0e0713c1b975
|
3 |
+
size 378394560
|
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/Mar05_17-00-17_ki-g0008/events.out.tfevents.1709658020.ki-g0008
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:202ac97fc55eb31258fd0b6480d2c104a270d09b08652337398854b1de569e2d
|
3 |
+
size 10243
|
runs/Mar05_17-09-45_ki-g0008/events.out.tfevents.1709658585.ki-g0008
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93e15c30c3acdc34290678d3e8fe644a29afc06008ec845de43e608fd8257bd9
|
3 |
+
size 10089
|
runs/Mar05_17-11-57_ki-g0008/events.out.tfevents.1709658717.ki-g0008
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62e9b04b78f8dc832eef15508931892dfff44681d58ec66afd9f55bac5eb5624
|
3 |
+
size 10705
|
runs/Mar05_17-28-55_ki-g0008/events.out.tfevents.1709659737.ki-g0008
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2c084e08fb8ec7663625f918975be8bf0a2eaf5087f3d6593b6809022c4e96e
|
3 |
+
size 18217
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb2bf612fdea294fff4c069fa09aec297a1488011954826fc557e59e656667a2
|
3 |
+
size 4792
|