abecode commited on
Commit
617293b
·
verified ·
1 Parent(s): 5c6c2fd

Training in progress, step 1590

Browse files
config.json ADDED
@@ -0,0 +1,330 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "architectures": [
4
+ "DistilBertForSequenceClassification"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "hidden_dim": 3072,
10
+ "id2label": {
11
+ "0": "restaurant_reviews",
12
+ "1": "nutrition_info",
13
+ "2": "account_blocked",
14
+ "3": "oil_change_how",
15
+ "4": "time",
16
+ "5": "weather",
17
+ "6": "redeem_rewards",
18
+ "7": "interest_rate",
19
+ "8": "gas_type",
20
+ "9": "accept_reservations",
21
+ "10": "smart_home",
22
+ "11": "user_name",
23
+ "12": "report_lost_card",
24
+ "13": "repeat",
25
+ "14": "whisper_mode",
26
+ "15": "what_are_your_hobbies",
27
+ "16": "order",
28
+ "17": "jump_start",
29
+ "18": "schedule_meeting",
30
+ "19": "meeting_schedule",
31
+ "20": "freeze_account",
32
+ "21": "what_song",
33
+ "22": "meaning_of_life",
34
+ "23": "restaurant_reservation",
35
+ "24": "traffic",
36
+ "25": "make_call",
37
+ "26": "text",
38
+ "27": "bill_balance",
39
+ "28": "improve_credit_score",
40
+ "29": "change_language",
41
+ "30": "no",
42
+ "31": "measurement_conversion",
43
+ "32": "timer",
44
+ "33": "flip_coin",
45
+ "34": "do_you_have_pets",
46
+ "35": "balance",
47
+ "36": "tell_joke",
48
+ "37": "last_maintenance",
49
+ "38": "exchange_rate",
50
+ "39": "uber",
51
+ "40": "car_rental",
52
+ "41": "credit_limit",
53
+ "42": "oos",
54
+ "43": "shopping_list",
55
+ "44": "expiration_date",
56
+ "45": "routing",
57
+ "46": "meal_suggestion",
58
+ "47": "tire_change",
59
+ "48": "todo_list",
60
+ "49": "card_declined",
61
+ "50": "rewards_balance",
62
+ "51": "change_accent",
63
+ "52": "vaccines",
64
+ "53": "reminder_update",
65
+ "54": "food_last",
66
+ "55": "change_ai_name",
67
+ "56": "bill_due",
68
+ "57": "who_do_you_work_for",
69
+ "58": "share_location",
70
+ "59": "international_visa",
71
+ "60": "calendar",
72
+ "61": "translate",
73
+ "62": "carry_on",
74
+ "63": "book_flight",
75
+ "64": "insurance_change",
76
+ "65": "todo_list_update",
77
+ "66": "timezone",
78
+ "67": "cancel_reservation",
79
+ "68": "transactions",
80
+ "69": "credit_score",
81
+ "70": "report_fraud",
82
+ "71": "spending_history",
83
+ "72": "directions",
84
+ "73": "spelling",
85
+ "74": "insurance",
86
+ "75": "what_is_your_name",
87
+ "76": "reminder",
88
+ "77": "where_are_you_from",
89
+ "78": "distance",
90
+ "79": "payday",
91
+ "80": "flight_status",
92
+ "81": "find_phone",
93
+ "82": "greeting",
94
+ "83": "alarm",
95
+ "84": "order_status",
96
+ "85": "confirm_reservation",
97
+ "86": "cook_time",
98
+ "87": "damaged_card",
99
+ "88": "reset_settings",
100
+ "89": "pin_change",
101
+ "90": "replacement_card_duration",
102
+ "91": "new_card",
103
+ "92": "roll_dice",
104
+ "93": "income",
105
+ "94": "taxes",
106
+ "95": "date",
107
+ "96": "who_made_you",
108
+ "97": "pto_request",
109
+ "98": "tire_pressure",
110
+ "99": "how_old_are_you",
111
+ "100": "rollover_401k",
112
+ "101": "pto_request_status",
113
+ "102": "how_busy",
114
+ "103": "application_status",
115
+ "104": "recipe",
116
+ "105": "calendar_update",
117
+ "106": "play_music",
118
+ "107": "yes",
119
+ "108": "direct_deposit",
120
+ "109": "credit_limit_change",
121
+ "110": "gas",
122
+ "111": "pay_bill",
123
+ "112": "ingredients_list",
124
+ "113": "lost_luggage",
125
+ "114": "goodbye",
126
+ "115": "what_can_i_ask_you",
127
+ "116": "book_hotel",
128
+ "117": "are_you_a_bot",
129
+ "118": "next_song",
130
+ "119": "change_speed",
131
+ "120": "plug_type",
132
+ "121": "maybe",
133
+ "122": "w2",
134
+ "123": "oil_change_when",
135
+ "124": "thank_you",
136
+ "125": "shopping_list_update",
137
+ "126": "pto_balance",
138
+ "127": "order_checks",
139
+ "128": "travel_alert",
140
+ "129": "fun_fact",
141
+ "130": "sync_device",
142
+ "131": "schedule_maintenance",
143
+ "132": "apr",
144
+ "133": "transfer",
145
+ "134": "ingredient_substitution",
146
+ "135": "calories",
147
+ "136": "current_location",
148
+ "137": "international_fees",
149
+ "138": "calculator",
150
+ "139": "definition",
151
+ "140": "next_holiday",
152
+ "141": "update_playlist",
153
+ "142": "mpg",
154
+ "143": "min_payment",
155
+ "144": "change_user_name",
156
+ "145": "restaurant_suggestion",
157
+ "146": "travel_notification",
158
+ "147": "cancel",
159
+ "148": "pto_used",
160
+ "149": "travel_suggestion",
161
+ "150": "change_volume"
162
+ },
163
+ "initializer_range": 0.02,
164
+ "label2id": {
165
+ "accept_reservations": 9,
166
+ "account_blocked": 2,
167
+ "alarm": 83,
168
+ "application_status": 103,
169
+ "apr": 132,
170
+ "are_you_a_bot": 117,
171
+ "balance": 35,
172
+ "bill_balance": 27,
173
+ "bill_due": 56,
174
+ "book_flight": 63,
175
+ "book_hotel": 116,
176
+ "calculator": 138,
177
+ "calendar": 60,
178
+ "calendar_update": 105,
179
+ "calories": 135,
180
+ "cancel": 147,
181
+ "cancel_reservation": 67,
182
+ "car_rental": 40,
183
+ "card_declined": 49,
184
+ "carry_on": 62,
185
+ "change_accent": 51,
186
+ "change_ai_name": 55,
187
+ "change_language": 29,
188
+ "change_speed": 119,
189
+ "change_user_name": 144,
190
+ "change_volume": 150,
191
+ "confirm_reservation": 85,
192
+ "cook_time": 86,
193
+ "credit_limit": 41,
194
+ "credit_limit_change": 109,
195
+ "credit_score": 69,
196
+ "current_location": 136,
197
+ "damaged_card": 87,
198
+ "date": 95,
199
+ "definition": 139,
200
+ "direct_deposit": 108,
201
+ "directions": 72,
202
+ "distance": 78,
203
+ "do_you_have_pets": 34,
204
+ "exchange_rate": 38,
205
+ "expiration_date": 44,
206
+ "find_phone": 81,
207
+ "flight_status": 80,
208
+ "flip_coin": 33,
209
+ "food_last": 54,
210
+ "freeze_account": 20,
211
+ "fun_fact": 129,
212
+ "gas": 110,
213
+ "gas_type": 8,
214
+ "goodbye": 114,
215
+ "greeting": 82,
216
+ "how_busy": 102,
217
+ "how_old_are_you": 99,
218
+ "improve_credit_score": 28,
219
+ "income": 93,
220
+ "ingredient_substitution": 134,
221
+ "ingredients_list": 112,
222
+ "insurance": 74,
223
+ "insurance_change": 64,
224
+ "interest_rate": 7,
225
+ "international_fees": 137,
226
+ "international_visa": 59,
227
+ "jump_start": 17,
228
+ "last_maintenance": 37,
229
+ "lost_luggage": 113,
230
+ "make_call": 25,
231
+ "maybe": 121,
232
+ "meal_suggestion": 46,
233
+ "meaning_of_life": 22,
234
+ "measurement_conversion": 31,
235
+ "meeting_schedule": 19,
236
+ "min_payment": 143,
237
+ "mpg": 142,
238
+ "new_card": 91,
239
+ "next_holiday": 140,
240
+ "next_song": 118,
241
+ "no": 30,
242
+ "nutrition_info": 1,
243
+ "oil_change_how": 3,
244
+ "oil_change_when": 123,
245
+ "oos": 42,
246
+ "order": 16,
247
+ "order_checks": 127,
248
+ "order_status": 84,
249
+ "pay_bill": 111,
250
+ "payday": 79,
251
+ "pin_change": 89,
252
+ "play_music": 106,
253
+ "plug_type": 120,
254
+ "pto_balance": 126,
255
+ "pto_request": 97,
256
+ "pto_request_status": 101,
257
+ "pto_used": 148,
258
+ "recipe": 104,
259
+ "redeem_rewards": 6,
260
+ "reminder": 76,
261
+ "reminder_update": 53,
262
+ "repeat": 13,
263
+ "replacement_card_duration": 90,
264
+ "report_fraud": 70,
265
+ "report_lost_card": 12,
266
+ "reset_settings": 88,
267
+ "restaurant_reservation": 23,
268
+ "restaurant_reviews": 0,
269
+ "restaurant_suggestion": 145,
270
+ "rewards_balance": 50,
271
+ "roll_dice": 92,
272
+ "rollover_401k": 100,
273
+ "routing": 45,
274
+ "schedule_maintenance": 131,
275
+ "schedule_meeting": 18,
276
+ "share_location": 58,
277
+ "shopping_list": 43,
278
+ "shopping_list_update": 125,
279
+ "smart_home": 10,
280
+ "spelling": 73,
281
+ "spending_history": 71,
282
+ "sync_device": 130,
283
+ "taxes": 94,
284
+ "tell_joke": 36,
285
+ "text": 26,
286
+ "thank_you": 124,
287
+ "time": 4,
288
+ "timer": 32,
289
+ "timezone": 66,
290
+ "tire_change": 47,
291
+ "tire_pressure": 98,
292
+ "todo_list": 48,
293
+ "todo_list_update": 65,
294
+ "traffic": 24,
295
+ "transactions": 68,
296
+ "transfer": 133,
297
+ "translate": 61,
298
+ "travel_alert": 128,
299
+ "travel_notification": 146,
300
+ "travel_suggestion": 149,
301
+ "uber": 39,
302
+ "update_playlist": 141,
303
+ "user_name": 11,
304
+ "vaccines": 52,
305
+ "w2": 122,
306
+ "weather": 5,
307
+ "what_are_your_hobbies": 15,
308
+ "what_can_i_ask_you": 115,
309
+ "what_is_your_name": 75,
310
+ "what_song": 21,
311
+ "where_are_you_from": 77,
312
+ "whisper_mode": 14,
313
+ "who_do_you_work_for": 57,
314
+ "who_made_you": 96,
315
+ "yes": 107
316
+ },
317
+ "max_position_embeddings": 512,
318
+ "model_type": "distilbert",
319
+ "n_heads": 12,
320
+ "n_layers": 6,
321
+ "pad_token_id": 0,
322
+ "problem_type": "single_label_classification",
323
+ "qa_dropout": 0.1,
324
+ "seq_classif_dropout": 0.2,
325
+ "sinusoidal_pos_embds": false,
326
+ "tie_weights_": true,
327
+ "torch_dtype": "float32",
328
+ "transformers_version": "4.50.3",
329
+ "vocab_size": 30522
330
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6b092a0a44b17562750950e8e55384b425940c0a805fabeade99a91cccdd2c1
3
+ size 268290900
runs/Apr10_18-39-45_e2183f040bf8/events.out.tfevents.1744310652.e2183f040bf8.3885.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9c8d86ac12d369704b5975fbd10960a9496870af616423dcdccb547071ebe08
3
+ size 12600
runs/Apr10_18-48-42_e2183f040bf8/events.out.tfevents.1744310959.e2183f040bf8.3885.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94cd3ec658bef1ad02e3104e6e126310c008c3d2a580c70f24e6bd0c85a234bd
3
+ size 14947
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 512,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "DistilBertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c06855e93557aa15bbe6f9441a1feb9797e85a2ef970d215c2a1f35b8bb8ec69
3
+ size 5432
vocab.txt ADDED
The diff for this file is too large to render. See raw diff