cezeozue commited on
Commit
a593ec0
1 Parent(s): 5508f50

Training in progress, step 500

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. run-15/checkpoint-1000/config.json +331 -0
  2. run-15/checkpoint-1000/model.safetensors +3 -0
  3. run-15/checkpoint-1000/optimizer.pt +3 -0
  4. run-15/checkpoint-1000/rng_state.pth +3 -0
  5. run-15/checkpoint-1000/scheduler.pt +3 -0
  6. run-15/checkpoint-1000/special_tokens_map.json +7 -0
  7. run-15/checkpoint-1000/tokenizer.json +0 -0
  8. run-15/checkpoint-1000/tokenizer_config.json +55 -0
  9. run-15/checkpoint-1000/trainer_state.json +62 -0
  10. run-15/checkpoint-1000/training_args.bin +3 -0
  11. run-15/checkpoint-1000/vocab.txt +0 -0
  12. run-15/checkpoint-1500/config.json +331 -0
  13. run-15/checkpoint-1500/model.safetensors +3 -0
  14. run-15/checkpoint-1500/optimizer.pt +3 -0
  15. run-15/checkpoint-1500/rng_state.pth +3 -0
  16. run-15/checkpoint-1500/scheduler.pt +3 -0
  17. run-15/checkpoint-1500/special_tokens_map.json +7 -0
  18. run-15/checkpoint-1500/tokenizer.json +0 -0
  19. run-15/checkpoint-1500/tokenizer_config.json +55 -0
  20. run-15/checkpoint-1500/trainer_state.json +77 -0
  21. run-15/checkpoint-1500/training_args.bin +3 -0
  22. run-15/checkpoint-1500/vocab.txt +0 -0
  23. run-15/checkpoint-2000/config.json +331 -0
  24. run-15/checkpoint-2000/model.safetensors +3 -0
  25. run-15/checkpoint-2000/optimizer.pt +3 -0
  26. run-15/checkpoint-2000/rng_state.pth +3 -0
  27. run-15/checkpoint-2000/scheduler.pt +3 -0
  28. run-15/checkpoint-2000/special_tokens_map.json +7 -0
  29. run-15/checkpoint-2000/tokenizer.json +0 -0
  30. run-15/checkpoint-2000/tokenizer_config.json +55 -0
  31. run-15/checkpoint-2000/trainer_state.json +101 -0
  32. run-15/checkpoint-2000/training_args.bin +3 -0
  33. run-15/checkpoint-2000/vocab.txt +0 -0
  34. run-15/checkpoint-2500/config.json +331 -0
  35. run-15/checkpoint-2500/model.safetensors +3 -0
  36. run-15/checkpoint-2500/optimizer.pt +3 -0
  37. run-15/checkpoint-2500/rng_state.pth +3 -0
  38. run-15/checkpoint-2500/scheduler.pt +3 -0
  39. run-15/checkpoint-2500/special_tokens_map.json +7 -0
  40. run-15/checkpoint-2500/tokenizer.json +0 -0
  41. run-15/checkpoint-2500/tokenizer_config.json +55 -0
  42. run-15/checkpoint-2500/trainer_state.json +116 -0
  43. run-15/checkpoint-2500/training_args.bin +3 -0
  44. run-15/checkpoint-2500/vocab.txt +0 -0
  45. run-16/checkpoint-500/model.safetensors +1 -1
  46. run-16/checkpoint-500/optimizer.pt +1 -1
  47. run-16/checkpoint-500/scheduler.pt +1 -1
  48. run-16/checkpoint-500/trainer_state.json +13 -13
  49. run-16/checkpoint-500/training_args.bin +1 -1
  50. runs/Jan25_17-40-54_c146da53f02f/events.out.tfevents.1706211379.c146da53f02f.3236.16 +2 -2
run-15/checkpoint-1000/config.json ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "restaurant_reviews",
13
+ "1": "nutrition_info",
14
+ "2": "account_blocked",
15
+ "3": "oil_change_how",
16
+ "4": "time",
17
+ "5": "weather",
18
+ "6": "redeem_rewards",
19
+ "7": "interest_rate",
20
+ "8": "gas_type",
21
+ "9": "accept_reservations",
22
+ "10": "smart_home",
23
+ "11": "user_name",
24
+ "12": "report_lost_card",
25
+ "13": "repeat",
26
+ "14": "whisper_mode",
27
+ "15": "what_are_your_hobbies",
28
+ "16": "order",
29
+ "17": "jump_start",
30
+ "18": "schedule_meeting",
31
+ "19": "meeting_schedule",
32
+ "20": "freeze_account",
33
+ "21": "what_song",
34
+ "22": "meaning_of_life",
35
+ "23": "restaurant_reservation",
36
+ "24": "traffic",
37
+ "25": "make_call",
38
+ "26": "text",
39
+ "27": "bill_balance",
40
+ "28": "improve_credit_score",
41
+ "29": "change_language",
42
+ "30": "no",
43
+ "31": "measurement_conversion",
44
+ "32": "timer",
45
+ "33": "flip_coin",
46
+ "34": "do_you_have_pets",
47
+ "35": "balance",
48
+ "36": "tell_joke",
49
+ "37": "last_maintenance",
50
+ "38": "exchange_rate",
51
+ "39": "uber",
52
+ "40": "car_rental",
53
+ "41": "credit_limit",
54
+ "42": "oos",
55
+ "43": "shopping_list",
56
+ "44": "expiration_date",
57
+ "45": "routing",
58
+ "46": "meal_suggestion",
59
+ "47": "tire_change",
60
+ "48": "todo_list",
61
+ "49": "card_declined",
62
+ "50": "rewards_balance",
63
+ "51": "change_accent",
64
+ "52": "vaccines",
65
+ "53": "reminder_update",
66
+ "54": "food_last",
67
+ "55": "change_ai_name",
68
+ "56": "bill_due",
69
+ "57": "who_do_you_work_for",
70
+ "58": "share_location",
71
+ "59": "international_visa",
72
+ "60": "calendar",
73
+ "61": "translate",
74
+ "62": "carry_on",
75
+ "63": "book_flight",
76
+ "64": "insurance_change",
77
+ "65": "todo_list_update",
78
+ "66": "timezone",
79
+ "67": "cancel_reservation",
80
+ "68": "transactions",
81
+ "69": "credit_score",
82
+ "70": "report_fraud",
83
+ "71": "spending_history",
84
+ "72": "directions",
85
+ "73": "spelling",
86
+ "74": "insurance",
87
+ "75": "what_is_your_name",
88
+ "76": "reminder",
89
+ "77": "where_are_you_from",
90
+ "78": "distance",
91
+ "79": "payday",
92
+ "80": "flight_status",
93
+ "81": "find_phone",
94
+ "82": "greeting",
95
+ "83": "alarm",
96
+ "84": "order_status",
97
+ "85": "confirm_reservation",
98
+ "86": "cook_time",
99
+ "87": "damaged_card",
100
+ "88": "reset_settings",
101
+ "89": "pin_change",
102
+ "90": "replacement_card_duration",
103
+ "91": "new_card",
104
+ "92": "roll_dice",
105
+ "93": "income",
106
+ "94": "taxes",
107
+ "95": "date",
108
+ "96": "who_made_you",
109
+ "97": "pto_request",
110
+ "98": "tire_pressure",
111
+ "99": "how_old_are_you",
112
+ "100": "rollover_401k",
113
+ "101": "pto_request_status",
114
+ "102": "how_busy",
115
+ "103": "application_status",
116
+ "104": "recipe",
117
+ "105": "calendar_update",
118
+ "106": "play_music",
119
+ "107": "yes",
120
+ "108": "direct_deposit",
121
+ "109": "credit_limit_change",
122
+ "110": "gas",
123
+ "111": "pay_bill",
124
+ "112": "ingredients_list",
125
+ "113": "lost_luggage",
126
+ "114": "goodbye",
127
+ "115": "what_can_i_ask_you",
128
+ "116": "book_hotel",
129
+ "117": "are_you_a_bot",
130
+ "118": "next_song",
131
+ "119": "change_speed",
132
+ "120": "plug_type",
133
+ "121": "maybe",
134
+ "122": "w2",
135
+ "123": "oil_change_when",
136
+ "124": "thank_you",
137
+ "125": "shopping_list_update",
138
+ "126": "pto_balance",
139
+ "127": "order_checks",
140
+ "128": "travel_alert",
141
+ "129": "fun_fact",
142
+ "130": "sync_device",
143
+ "131": "schedule_maintenance",
144
+ "132": "apr",
145
+ "133": "transfer",
146
+ "134": "ingredient_substitution",
147
+ "135": "calories",
148
+ "136": "current_location",
149
+ "137": "international_fees",
150
+ "138": "calculator",
151
+ "139": "definition",
152
+ "140": "next_holiday",
153
+ "141": "update_playlist",
154
+ "142": "mpg",
155
+ "143": "min_payment",
156
+ "144": "change_user_name",
157
+ "145": "restaurant_suggestion",
158
+ "146": "travel_notification",
159
+ "147": "cancel",
160
+ "148": "pto_used",
161
+ "149": "travel_suggestion",
162
+ "150": "change_volume"
163
+ },
164
+ "initializer_range": 0.02,
165
+ "label2id": {
166
+ "accept_reservations": 9,
167
+ "account_blocked": 2,
168
+ "alarm": 83,
169
+ "application_status": 103,
170
+ "apr": 132,
171
+ "are_you_a_bot": 117,
172
+ "balance": 35,
173
+ "bill_balance": 27,
174
+ "bill_due": 56,
175
+ "book_flight": 63,
176
+ "book_hotel": 116,
177
+ "calculator": 138,
178
+ "calendar": 60,
179
+ "calendar_update": 105,
180
+ "calories": 135,
181
+ "cancel": 147,
182
+ "cancel_reservation": 67,
183
+ "car_rental": 40,
184
+ "card_declined": 49,
185
+ "carry_on": 62,
186
+ "change_accent": 51,
187
+ "change_ai_name": 55,
188
+ "change_language": 29,
189
+ "change_speed": 119,
190
+ "change_user_name": 144,
191
+ "change_volume": 150,
192
+ "confirm_reservation": 85,
193
+ "cook_time": 86,
194
+ "credit_limit": 41,
195
+ "credit_limit_change": 109,
196
+ "credit_score": 69,
197
+ "current_location": 136,
198
+ "damaged_card": 87,
199
+ "date": 95,
200
+ "definition": 139,
201
+ "direct_deposit": 108,
202
+ "directions": 72,
203
+ "distance": 78,
204
+ "do_you_have_pets": 34,
205
+ "exchange_rate": 38,
206
+ "expiration_date": 44,
207
+ "find_phone": 81,
208
+ "flight_status": 80,
209
+ "flip_coin": 33,
210
+ "food_last": 54,
211
+ "freeze_account": 20,
212
+ "fun_fact": 129,
213
+ "gas": 110,
214
+ "gas_type": 8,
215
+ "goodbye": 114,
216
+ "greeting": 82,
217
+ "how_busy": 102,
218
+ "how_old_are_you": 99,
219
+ "improve_credit_score": 28,
220
+ "income": 93,
221
+ "ingredient_substitution": 134,
222
+ "ingredients_list": 112,
223
+ "insurance": 74,
224
+ "insurance_change": 64,
225
+ "interest_rate": 7,
226
+ "international_fees": 137,
227
+ "international_visa": 59,
228
+ "jump_start": 17,
229
+ "last_maintenance": 37,
230
+ "lost_luggage": 113,
231
+ "make_call": 25,
232
+ "maybe": 121,
233
+ "meal_suggestion": 46,
234
+ "meaning_of_life": 22,
235
+ "measurement_conversion": 31,
236
+ "meeting_schedule": 19,
237
+ "min_payment": 143,
238
+ "mpg": 142,
239
+ "new_card": 91,
240
+ "next_holiday": 140,
241
+ "next_song": 118,
242
+ "no": 30,
243
+ "nutrition_info": 1,
244
+ "oil_change_how": 3,
245
+ "oil_change_when": 123,
246
+ "oos": 42,
247
+ "order": 16,
248
+ "order_checks": 127,
249
+ "order_status": 84,
250
+ "pay_bill": 111,
251
+ "payday": 79,
252
+ "pin_change": 89,
253
+ "play_music": 106,
254
+ "plug_type": 120,
255
+ "pto_balance": 126,
256
+ "pto_request": 97,
257
+ "pto_request_status": 101,
258
+ "pto_used": 148,
259
+ "recipe": 104,
260
+ "redeem_rewards": 6,
261
+ "reminder": 76,
262
+ "reminder_update": 53,
263
+ "repeat": 13,
264
+ "replacement_card_duration": 90,
265
+ "report_fraud": 70,
266
+ "report_lost_card": 12,
267
+ "reset_settings": 88,
268
+ "restaurant_reservation": 23,
269
+ "restaurant_reviews": 0,
270
+ "restaurant_suggestion": 145,
271
+ "rewards_balance": 50,
272
+ "roll_dice": 92,
273
+ "rollover_401k": 100,
274
+ "routing": 45,
275
+ "schedule_maintenance": 131,
276
+ "schedule_meeting": 18,
277
+ "share_location": 58,
278
+ "shopping_list": 43,
279
+ "shopping_list_update": 125,
280
+ "smart_home": 10,
281
+ "spelling": 73,
282
+ "spending_history": 71,
283
+ "sync_device": 130,
284
+ "taxes": 94,
285
+ "tell_joke": 36,
286
+ "text": 26,
287
+ "thank_you": 124,
288
+ "time": 4,
289
+ "timer": 32,
290
+ "timezone": 66,
291
+ "tire_change": 47,
292
+ "tire_pressure": 98,
293
+ "todo_list": 48,
294
+ "todo_list_update": 65,
295
+ "traffic": 24,
296
+ "transactions": 68,
297
+ "transfer": 133,
298
+ "translate": 61,
299
+ "travel_alert": 128,
300
+ "travel_notification": 146,
301
+ "travel_suggestion": 149,
302
+ "uber": 39,
303
+ "update_playlist": 141,
304
+ "user_name": 11,
305
+ "vaccines": 52,
306
+ "w2": 122,
307
+ "weather": 5,
308
+ "what_are_your_hobbies": 15,
309
+ "what_can_i_ask_you": 115,
310
+ "what_is_your_name": 75,
311
+ "what_song": 21,
312
+ "where_are_you_from": 77,
313
+ "whisper_mode": 14,
314
+ "who_do_you_work_for": 57,
315
+ "who_made_you": 96,
316
+ "yes": 107
317
+ },
318
+ "max_position_embeddings": 512,
319
+ "model_type": "distilbert",
320
+ "n_heads": 12,
321
+ "n_layers": 6,
322
+ "pad_token_id": 0,
323
+ "problem_type": "single_label_classification",
324
+ "qa_dropout": 0.1,
325
+ "seq_classif_dropout": 0.2,
326
+ "sinusoidal_pos_embds": false,
327
+ "tie_weights_": true,
328
+ "torch_dtype": "float32",
329
+ "transformers_version": "4.35.2",
330
+ "vocab_size": 30522
331
+ }
run-15/checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3102f7c0264d512ac33ac916a1014932192c934ea8e7afbc80da57235951f39
3
+ size 268290900
run-15/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d264293095b0442eef933a67b897a4847f8e97c2784f9b747d735451213ac3eb
3
+ size 536643898
run-15/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f84c50eaf19d27d6ab964b36033f39fe4eef664f7c3429f873232af429bdc957
3
+ size 14244
run-15/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72a4307cca951ef6d42c7f184774e8b1259c78b2bf130b8443ec0b62f6dbf689
3
+ size 1064
run-15/checkpoint-1000/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
+ }
run-15/checkpoint-1000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-15/checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-15/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.1446540880503147,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.6745161290322581,
14
+ "eval_loss": 0.410736620426178,
15
+ "eval_runtime": 5.4209,
16
+ "eval_samples_per_second": 571.859,
17
+ "eval_steps_per_second": 11.991,
18
+ "step": 318
19
+ },
20
+ {
21
+ "epoch": 1.57,
22
+ "learning_rate": 1.650593990216632e-05,
23
+ "loss": 0.6418,
24
+ "step": 500
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "eval_accuracy": 0.8358064516129032,
29
+ "eval_loss": 0.1440049111843109,
30
+ "eval_runtime": 5.6491,
31
+ "eval_samples_per_second": 548.755,
32
+ "eval_steps_per_second": 11.506,
33
+ "step": 636
34
+ },
35
+ {
36
+ "epoch": 3.0,
37
+ "eval_accuracy": 0.8970967741935484,
38
+ "eval_loss": 0.07408486306667328,
39
+ "eval_runtime": 5.4493,
40
+ "eval_samples_per_second": 568.88,
41
+ "eval_steps_per_second": 11.928,
42
+ "step": 954
43
+ },
44
+ {
45
+ "epoch": 3.14,
46
+ "learning_rate": 1.3011879804332637e-05,
47
+ "loss": 0.1669,
48
+ "step": 1000
49
+ }
50
+ ],
51
+ "logging_steps": 500,
52
+ "max_steps": 2862,
53
+ "num_train_epochs": 9,
54
+ "save_steps": 500,
55
+ "total_flos": 353514894043500.0,
56
+ "trial_name": null,
57
+ "trial_params": {
58
+ "alpha": 0.9993437049238365,
59
+ "num_train_epochs": 9,
60
+ "temperature": 2
61
+ }
62
+ }
run-15/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:984b059ebf23442404e4edef437531b9f23a7c645936d39470bc0a50c792f076
3
+ size 4664
run-15/checkpoint-1000/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-15/checkpoint-1500/config.json ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "restaurant_reviews",
13
+ "1": "nutrition_info",
14
+ "2": "account_blocked",
15
+ "3": "oil_change_how",
16
+ "4": "time",
17
+ "5": "weather",
18
+ "6": "redeem_rewards",
19
+ "7": "interest_rate",
20
+ "8": "gas_type",
21
+ "9": "accept_reservations",
22
+ "10": "smart_home",
23
+ "11": "user_name",
24
+ "12": "report_lost_card",
25
+ "13": "repeat",
26
+ "14": "whisper_mode",
27
+ "15": "what_are_your_hobbies",
28
+ "16": "order",
29
+ "17": "jump_start",
30
+ "18": "schedule_meeting",
31
+ "19": "meeting_schedule",
32
+ "20": "freeze_account",
33
+ "21": "what_song",
34
+ "22": "meaning_of_life",
35
+ "23": "restaurant_reservation",
36
+ "24": "traffic",
37
+ "25": "make_call",
38
+ "26": "text",
39
+ "27": "bill_balance",
40
+ "28": "improve_credit_score",
41
+ "29": "change_language",
42
+ "30": "no",
43
+ "31": "measurement_conversion",
44
+ "32": "timer",
45
+ "33": "flip_coin",
46
+ "34": "do_you_have_pets",
47
+ "35": "balance",
48
+ "36": "tell_joke",
49
+ "37": "last_maintenance",
50
+ "38": "exchange_rate",
51
+ "39": "uber",
52
+ "40": "car_rental",
53
+ "41": "credit_limit",
54
+ "42": "oos",
55
+ "43": "shopping_list",
56
+ "44": "expiration_date",
57
+ "45": "routing",
58
+ "46": "meal_suggestion",
59
+ "47": "tire_change",
60
+ "48": "todo_list",
61
+ "49": "card_declined",
62
+ "50": "rewards_balance",
63
+ "51": "change_accent",
64
+ "52": "vaccines",
65
+ "53": "reminder_update",
66
+ "54": "food_last",
67
+ "55": "change_ai_name",
68
+ "56": "bill_due",
69
+ "57": "who_do_you_work_for",
70
+ "58": "share_location",
71
+ "59": "international_visa",
72
+ "60": "calendar",
73
+ "61": "translate",
74
+ "62": "carry_on",
75
+ "63": "book_flight",
76
+ "64": "insurance_change",
77
+ "65": "todo_list_update",
78
+ "66": "timezone",
79
+ "67": "cancel_reservation",
80
+ "68": "transactions",
81
+ "69": "credit_score",
82
+ "70": "report_fraud",
83
+ "71": "spending_history",
84
+ "72": "directions",
85
+ "73": "spelling",
86
+ "74": "insurance",
87
+ "75": "what_is_your_name",
88
+ "76": "reminder",
89
+ "77": "where_are_you_from",
90
+ "78": "distance",
91
+ "79": "payday",
92
+ "80": "flight_status",
93
+ "81": "find_phone",
94
+ "82": "greeting",
95
+ "83": "alarm",
96
+ "84": "order_status",
97
+ "85": "confirm_reservation",
98
+ "86": "cook_time",
99
+ "87": "damaged_card",
100
+ "88": "reset_settings",
101
+ "89": "pin_change",
102
+ "90": "replacement_card_duration",
103
+ "91": "new_card",
104
+ "92": "roll_dice",
105
+ "93": "income",
106
+ "94": "taxes",
107
+ "95": "date",
108
+ "96": "who_made_you",
109
+ "97": "pto_request",
110
+ "98": "tire_pressure",
111
+ "99": "how_old_are_you",
112
+ "100": "rollover_401k",
113
+ "101": "pto_request_status",
114
+ "102": "how_busy",
115
+ "103": "application_status",
116
+ "104": "recipe",
117
+ "105": "calendar_update",
118
+ "106": "play_music",
119
+ "107": "yes",
120
+ "108": "direct_deposit",
121
+ "109": "credit_limit_change",
122
+ "110": "gas",
123
+ "111": "pay_bill",
124
+ "112": "ingredients_list",
125
+ "113": "lost_luggage",
126
+ "114": "goodbye",
127
+ "115": "what_can_i_ask_you",
128
+ "116": "book_hotel",
129
+ "117": "are_you_a_bot",
130
+ "118": "next_song",
131
+ "119": "change_speed",
132
+ "120": "plug_type",
133
+ "121": "maybe",
134
+ "122": "w2",
135
+ "123": "oil_change_when",
136
+ "124": "thank_you",
137
+ "125": "shopping_list_update",
138
+ "126": "pto_balance",
139
+ "127": "order_checks",
140
+ "128": "travel_alert",
141
+ "129": "fun_fact",
142
+ "130": "sync_device",
143
+ "131": "schedule_maintenance",
144
+ "132": "apr",
145
+ "133": "transfer",
146
+ "134": "ingredient_substitution",
147
+ "135": "calories",
148
+ "136": "current_location",
149
+ "137": "international_fees",
150
+ "138": "calculator",
151
+ "139": "definition",
152
+ "140": "next_holiday",
153
+ "141": "update_playlist",
154
+ "142": "mpg",
155
+ "143": "min_payment",
156
+ "144": "change_user_name",
157
+ "145": "restaurant_suggestion",
158
+ "146": "travel_notification",
159
+ "147": "cancel",
160
+ "148": "pto_used",
161
+ "149": "travel_suggestion",
162
+ "150": "change_volume"
163
+ },
164
+ "initializer_range": 0.02,
165
+ "label2id": {
166
+ "accept_reservations": 9,
167
+ "account_blocked": 2,
168
+ "alarm": 83,
169
+ "application_status": 103,
170
+ "apr": 132,
171
+ "are_you_a_bot": 117,
172
+ "balance": 35,
173
+ "bill_balance": 27,
174
+ "bill_due": 56,
175
+ "book_flight": 63,
176
+ "book_hotel": 116,
177
+ "calculator": 138,
178
+ "calendar": 60,
179
+ "calendar_update": 105,
180
+ "calories": 135,
181
+ "cancel": 147,
182
+ "cancel_reservation": 67,
183
+ "car_rental": 40,
184
+ "card_declined": 49,
185
+ "carry_on": 62,
186
+ "change_accent": 51,
187
+ "change_ai_name": 55,
188
+ "change_language": 29,
189
+ "change_speed": 119,
190
+ "change_user_name": 144,
191
+ "change_volume": 150,
192
+ "confirm_reservation": 85,
193
+ "cook_time": 86,
194
+ "credit_limit": 41,
195
+ "credit_limit_change": 109,
196
+ "credit_score": 69,
197
+ "current_location": 136,
198
+ "damaged_card": 87,
199
+ "date": 95,
200
+ "definition": 139,
201
+ "direct_deposit": 108,
202
+ "directions": 72,
203
+ "distance": 78,
204
+ "do_you_have_pets": 34,
205
+ "exchange_rate": 38,
206
+ "expiration_date": 44,
207
+ "find_phone": 81,
208
+ "flight_status": 80,
209
+ "flip_coin": 33,
210
+ "food_last": 54,
211
+ "freeze_account": 20,
212
+ "fun_fact": 129,
213
+ "gas": 110,
214
+ "gas_type": 8,
215
+ "goodbye": 114,
216
+ "greeting": 82,
217
+ "how_busy": 102,
218
+ "how_old_are_you": 99,
219
+ "improve_credit_score": 28,
220
+ "income": 93,
221
+ "ingredient_substitution": 134,
222
+ "ingredients_list": 112,
223
+ "insurance": 74,
224
+ "insurance_change": 64,
225
+ "interest_rate": 7,
226
+ "international_fees": 137,
227
+ "international_visa": 59,
228
+ "jump_start": 17,
229
+ "last_maintenance": 37,
230
+ "lost_luggage": 113,
231
+ "make_call": 25,
232
+ "maybe": 121,
233
+ "meal_suggestion": 46,
234
+ "meaning_of_life": 22,
235
+ "measurement_conversion": 31,
236
+ "meeting_schedule": 19,
237
+ "min_payment": 143,
238
+ "mpg": 142,
239
+ "new_card": 91,
240
+ "next_holiday": 140,
241
+ "next_song": 118,
242
+ "no": 30,
243
+ "nutrition_info": 1,
244
+ "oil_change_how": 3,
245
+ "oil_change_when": 123,
246
+ "oos": 42,
247
+ "order": 16,
248
+ "order_checks": 127,
249
+ "order_status": 84,
250
+ "pay_bill": 111,
251
+ "payday": 79,
252
+ "pin_change": 89,
253
+ "play_music": 106,
254
+ "plug_type": 120,
255
+ "pto_balance": 126,
256
+ "pto_request": 97,
257
+ "pto_request_status": 101,
258
+ "pto_used": 148,
259
+ "recipe": 104,
260
+ "redeem_rewards": 6,
261
+ "reminder": 76,
262
+ "reminder_update": 53,
263
+ "repeat": 13,
264
+ "replacement_card_duration": 90,
265
+ "report_fraud": 70,
266
+ "report_lost_card": 12,
267
+ "reset_settings": 88,
268
+ "restaurant_reservation": 23,
269
+ "restaurant_reviews": 0,
270
+ "restaurant_suggestion": 145,
271
+ "rewards_balance": 50,
272
+ "roll_dice": 92,
273
+ "rollover_401k": 100,
274
+ "routing": 45,
275
+ "schedule_maintenance": 131,
276
+ "schedule_meeting": 18,
277
+ "share_location": 58,
278
+ "shopping_list": 43,
279
+ "shopping_list_update": 125,
280
+ "smart_home": 10,
281
+ "spelling": 73,
282
+ "spending_history": 71,
283
+ "sync_device": 130,
284
+ "taxes": 94,
285
+ "tell_joke": 36,
286
+ "text": 26,
287
+ "thank_you": 124,
288
+ "time": 4,
289
+ "timer": 32,
290
+ "timezone": 66,
291
+ "tire_change": 47,
292
+ "tire_pressure": 98,
293
+ "todo_list": 48,
294
+ "todo_list_update": 65,
295
+ "traffic": 24,
296
+ "transactions": 68,
297
+ "transfer": 133,
298
+ "translate": 61,
299
+ "travel_alert": 128,
300
+ "travel_notification": 146,
301
+ "travel_suggestion": 149,
302
+ "uber": 39,
303
+ "update_playlist": 141,
304
+ "user_name": 11,
305
+ "vaccines": 52,
306
+ "w2": 122,
307
+ "weather": 5,
308
+ "what_are_your_hobbies": 15,
309
+ "what_can_i_ask_you": 115,
310
+ "what_is_your_name": 75,
311
+ "what_song": 21,
312
+ "where_are_you_from": 77,
313
+ "whisper_mode": 14,
314
+ "who_do_you_work_for": 57,
315
+ "who_made_you": 96,
316
+ "yes": 107
317
+ },
318
+ "max_position_embeddings": 512,
319
+ "model_type": "distilbert",
320
+ "n_heads": 12,
321
+ "n_layers": 6,
322
+ "pad_token_id": 0,
323
+ "problem_type": "single_label_classification",
324
+ "qa_dropout": 0.1,
325
+ "seq_classif_dropout": 0.2,
326
+ "sinusoidal_pos_embds": false,
327
+ "tie_weights_": true,
328
+ "torch_dtype": "float32",
329
+ "transformers_version": "4.35.2",
330
+ "vocab_size": 30522
331
+ }
run-15/checkpoint-1500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9d660c23e428fc02bafd39edd547470055088751ea92f038a2bdd981ea9e705
3
+ size 268290900
run-15/checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8e77959f5774e6bcd40ddfce72d522b9cd85691539a7dabb5685af010aea8e0
3
+ size 536643898
run-15/checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:079c1f7585795d851744b8a35ac74fbdb4b10d8c5c93de3df5f1405297972c7f
3
+ size 14244
run-15/checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:693ec081eb0fa0af7d13e289edb194450dd19fdada23346e2af4292ea228535f
3
+ size 1064
run-15/checkpoint-1500/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
+ }
run-15/checkpoint-1500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-15/checkpoint-1500/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-15/checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 4.716981132075472,
5
+ "eval_steps": 500,
6
+ "global_step": 1500,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.6745161290322581,
14
+ "eval_loss": 0.410736620426178,
15
+ "eval_runtime": 5.4209,
16
+ "eval_samples_per_second": 571.859,
17
+ "eval_steps_per_second": 11.991,
18
+ "step": 318
19
+ },
20
+ {
21
+ "epoch": 1.57,
22
+ "learning_rate": 1.650593990216632e-05,
23
+ "loss": 0.6418,
24
+ "step": 500
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "eval_accuracy": 0.8358064516129032,
29
+ "eval_loss": 0.1440049111843109,
30
+ "eval_runtime": 5.6491,
31
+ "eval_samples_per_second": 548.755,
32
+ "eval_steps_per_second": 11.506,
33
+ "step": 636
34
+ },
35
+ {
36
+ "epoch": 3.0,
37
+ "eval_accuracy": 0.8970967741935484,
38
+ "eval_loss": 0.07408486306667328,
39
+ "eval_runtime": 5.4493,
40
+ "eval_samples_per_second": 568.88,
41
+ "eval_steps_per_second": 11.928,
42
+ "step": 954
43
+ },
44
+ {
45
+ "epoch": 3.14,
46
+ "learning_rate": 1.3011879804332637e-05,
47
+ "loss": 0.1669,
48
+ "step": 1000
49
+ },
50
+ {
51
+ "epoch": 4.0,
52
+ "eval_accuracy": 0.9135483870967742,
53
+ "eval_loss": 0.05311045050621033,
54
+ "eval_runtime": 5.4952,
55
+ "eval_samples_per_second": 564.132,
56
+ "eval_steps_per_second": 11.829,
57
+ "step": 1272
58
+ },
59
+ {
60
+ "epoch": 4.72,
61
+ "learning_rate": 9.517819706498952e-06,
62
+ "loss": 0.083,
63
+ "step": 1500
64
+ }
65
+ ],
66
+ "logging_steps": 500,
67
+ "max_steps": 2862,
68
+ "num_train_epochs": 9,
69
+ "save_steps": 500,
70
+ "total_flos": 483341179791288.0,
71
+ "trial_name": null,
72
+ "trial_params": {
73
+ "alpha": 0.9993437049238365,
74
+ "num_train_epochs": 9,
75
+ "temperature": 2
76
+ }
77
+ }
run-15/checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:984b059ebf23442404e4edef437531b9f23a7c645936d39470bc0a50c792f076
3
+ size 4664
run-15/checkpoint-1500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-15/checkpoint-2000/config.json ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "restaurant_reviews",
13
+ "1": "nutrition_info",
14
+ "2": "account_blocked",
15
+ "3": "oil_change_how",
16
+ "4": "time",
17
+ "5": "weather",
18
+ "6": "redeem_rewards",
19
+ "7": "interest_rate",
20
+ "8": "gas_type",
21
+ "9": "accept_reservations",
22
+ "10": "smart_home",
23
+ "11": "user_name",
24
+ "12": "report_lost_card",
25
+ "13": "repeat",
26
+ "14": "whisper_mode",
27
+ "15": "what_are_your_hobbies",
28
+ "16": "order",
29
+ "17": "jump_start",
30
+ "18": "schedule_meeting",
31
+ "19": "meeting_schedule",
32
+ "20": "freeze_account",
33
+ "21": "what_song",
34
+ "22": "meaning_of_life",
35
+ "23": "restaurant_reservation",
36
+ "24": "traffic",
37
+ "25": "make_call",
38
+ "26": "text",
39
+ "27": "bill_balance",
40
+ "28": "improve_credit_score",
41
+ "29": "change_language",
42
+ "30": "no",
43
+ "31": "measurement_conversion",
44
+ "32": "timer",
45
+ "33": "flip_coin",
46
+ "34": "do_you_have_pets",
47
+ "35": "balance",
48
+ "36": "tell_joke",
49
+ "37": "last_maintenance",
50
+ "38": "exchange_rate",
51
+ "39": "uber",
52
+ "40": "car_rental",
53
+ "41": "credit_limit",
54
+ "42": "oos",
55
+ "43": "shopping_list",
56
+ "44": "expiration_date",
57
+ "45": "routing",
58
+ "46": "meal_suggestion",
59
+ "47": "tire_change",
60
+ "48": "todo_list",
61
+ "49": "card_declined",
62
+ "50": "rewards_balance",
63
+ "51": "change_accent",
64
+ "52": "vaccines",
65
+ "53": "reminder_update",
66
+ "54": "food_last",
67
+ "55": "change_ai_name",
68
+ "56": "bill_due",
69
+ "57": "who_do_you_work_for",
70
+ "58": "share_location",
71
+ "59": "international_visa",
72
+ "60": "calendar",
73
+ "61": "translate",
74
+ "62": "carry_on",
75
+ "63": "book_flight",
76
+ "64": "insurance_change",
77
+ "65": "todo_list_update",
78
+ "66": "timezone",
79
+ "67": "cancel_reservation",
80
+ "68": "transactions",
81
+ "69": "credit_score",
82
+ "70": "report_fraud",
83
+ "71": "spending_history",
84
+ "72": "directions",
85
+ "73": "spelling",
86
+ "74": "insurance",
87
+ "75": "what_is_your_name",
88
+ "76": "reminder",
89
+ "77": "where_are_you_from",
90
+ "78": "distance",
91
+ "79": "payday",
92
+ "80": "flight_status",
93
+ "81": "find_phone",
94
+ "82": "greeting",
95
+ "83": "alarm",
96
+ "84": "order_status",
97
+ "85": "confirm_reservation",
98
+ "86": "cook_time",
99
+ "87": "damaged_card",
100
+ "88": "reset_settings",
101
+ "89": "pin_change",
102
+ "90": "replacement_card_duration",
103
+ "91": "new_card",
104
+ "92": "roll_dice",
105
+ "93": "income",
106
+ "94": "taxes",
107
+ "95": "date",
108
+ "96": "who_made_you",
109
+ "97": "pto_request",
110
+ "98": "tire_pressure",
111
+ "99": "how_old_are_you",
112
+ "100": "rollover_401k",
113
+ "101": "pto_request_status",
114
+ "102": "how_busy",
115
+ "103": "application_status",
116
+ "104": "recipe",
117
+ "105": "calendar_update",
118
+ "106": "play_music",
119
+ "107": "yes",
120
+ "108": "direct_deposit",
121
+ "109": "credit_limit_change",
122
+ "110": "gas",
123
+ "111": "pay_bill",
124
+ "112": "ingredients_list",
125
+ "113": "lost_luggage",
126
+ "114": "goodbye",
127
+ "115": "what_can_i_ask_you",
128
+ "116": "book_hotel",
129
+ "117": "are_you_a_bot",
130
+ "118": "next_song",
131
+ "119": "change_speed",
132
+ "120": "plug_type",
133
+ "121": "maybe",
134
+ "122": "w2",
135
+ "123": "oil_change_when",
136
+ "124": "thank_you",
137
+ "125": "shopping_list_update",
138
+ "126": "pto_balance",
139
+ "127": "order_checks",
140
+ "128": "travel_alert",
141
+ "129": "fun_fact",
142
+ "130": "sync_device",
143
+ "131": "schedule_maintenance",
144
+ "132": "apr",
145
+ "133": "transfer",
146
+ "134": "ingredient_substitution",
147
+ "135": "calories",
148
+ "136": "current_location",
149
+ "137": "international_fees",
150
+ "138": "calculator",
151
+ "139": "definition",
152
+ "140": "next_holiday",
153
+ "141": "update_playlist",
154
+ "142": "mpg",
155
+ "143": "min_payment",
156
+ "144": "change_user_name",
157
+ "145": "restaurant_suggestion",
158
+ "146": "travel_notification",
159
+ "147": "cancel",
160
+ "148": "pto_used",
161
+ "149": "travel_suggestion",
162
+ "150": "change_volume"
163
+ },
164
+ "initializer_range": 0.02,
165
+ "label2id": {
166
+ "accept_reservations": 9,
167
+ "account_blocked": 2,
168
+ "alarm": 83,
169
+ "application_status": 103,
170
+ "apr": 132,
171
+ "are_you_a_bot": 117,
172
+ "balance": 35,
173
+ "bill_balance": 27,
174
+ "bill_due": 56,
175
+ "book_flight": 63,
176
+ "book_hotel": 116,
177
+ "calculator": 138,
178
+ "calendar": 60,
179
+ "calendar_update": 105,
180
+ "calories": 135,
181
+ "cancel": 147,
182
+ "cancel_reservation": 67,
183
+ "car_rental": 40,
184
+ "card_declined": 49,
185
+ "carry_on": 62,
186
+ "change_accent": 51,
187
+ "change_ai_name": 55,
188
+ "change_language": 29,
189
+ "change_speed": 119,
190
+ "change_user_name": 144,
191
+ "change_volume": 150,
192
+ "confirm_reservation": 85,
193
+ "cook_time": 86,
194
+ "credit_limit": 41,
195
+ "credit_limit_change": 109,
196
+ "credit_score": 69,
197
+ "current_location": 136,
198
+ "damaged_card": 87,
199
+ "date": 95,
200
+ "definition": 139,
201
+ "direct_deposit": 108,
202
+ "directions": 72,
203
+ "distance": 78,
204
+ "do_you_have_pets": 34,
205
+ "exchange_rate": 38,
206
+ "expiration_date": 44,
207
+ "find_phone": 81,
208
+ "flight_status": 80,
209
+ "flip_coin": 33,
210
+ "food_last": 54,
211
+ "freeze_account": 20,
212
+ "fun_fact": 129,
213
+ "gas": 110,
214
+ "gas_type": 8,
215
+ "goodbye": 114,
216
+ "greeting": 82,
217
+ "how_busy": 102,
218
+ "how_old_are_you": 99,
219
+ "improve_credit_score": 28,
220
+ "income": 93,
221
+ "ingredient_substitution": 134,
222
+ "ingredients_list": 112,
223
+ "insurance": 74,
224
+ "insurance_change": 64,
225
+ "interest_rate": 7,
226
+ "international_fees": 137,
227
+ "international_visa": 59,
228
+ "jump_start": 17,
229
+ "last_maintenance": 37,
230
+ "lost_luggage": 113,
231
+ "make_call": 25,
232
+ "maybe": 121,
233
+ "meal_suggestion": 46,
234
+ "meaning_of_life": 22,
235
+ "measurement_conversion": 31,
236
+ "meeting_schedule": 19,
237
+ "min_payment": 143,
238
+ "mpg": 142,
239
+ "new_card": 91,
240
+ "next_holiday": 140,
241
+ "next_song": 118,
242
+ "no": 30,
243
+ "nutrition_info": 1,
244
+ "oil_change_how": 3,
245
+ "oil_change_when": 123,
246
+ "oos": 42,
247
+ "order": 16,
248
+ "order_checks": 127,
249
+ "order_status": 84,
250
+ "pay_bill": 111,
251
+ "payday": 79,
252
+ "pin_change": 89,
253
+ "play_music": 106,
254
+ "plug_type": 120,
255
+ "pto_balance": 126,
256
+ "pto_request": 97,
257
+ "pto_request_status": 101,
258
+ "pto_used": 148,
259
+ "recipe": 104,
260
+ "redeem_rewards": 6,
261
+ "reminder": 76,
262
+ "reminder_update": 53,
263
+ "repeat": 13,
264
+ "replacement_card_duration": 90,
265
+ "report_fraud": 70,
266
+ "report_lost_card": 12,
267
+ "reset_settings": 88,
268
+ "restaurant_reservation": 23,
269
+ "restaurant_reviews": 0,
270
+ "restaurant_suggestion": 145,
271
+ "rewards_balance": 50,
272
+ "roll_dice": 92,
273
+ "rollover_401k": 100,
274
+ "routing": 45,
275
+ "schedule_maintenance": 131,
276
+ "schedule_meeting": 18,
277
+ "share_location": 58,
278
+ "shopping_list": 43,
279
+ "shopping_list_update": 125,
280
+ "smart_home": 10,
281
+ "spelling": 73,
282
+ "spending_history": 71,
283
+ "sync_device": 130,
284
+ "taxes": 94,
285
+ "tell_joke": 36,
286
+ "text": 26,
287
+ "thank_you": 124,
288
+ "time": 4,
289
+ "timer": 32,
290
+ "timezone": 66,
291
+ "tire_change": 47,
292
+ "tire_pressure": 98,
293
+ "todo_list": 48,
294
+ "todo_list_update": 65,
295
+ "traffic": 24,
296
+ "transactions": 68,
297
+ "transfer": 133,
298
+ "translate": 61,
299
+ "travel_alert": 128,
300
+ "travel_notification": 146,
301
+ "travel_suggestion": 149,
302
+ "uber": 39,
303
+ "update_playlist": 141,
304
+ "user_name": 11,
305
+ "vaccines": 52,
306
+ "w2": 122,
307
+ "weather": 5,
308
+ "what_are_your_hobbies": 15,
309
+ "what_can_i_ask_you": 115,
310
+ "what_is_your_name": 75,
311
+ "what_song": 21,
312
+ "where_are_you_from": 77,
313
+ "whisper_mode": 14,
314
+ "who_do_you_work_for": 57,
315
+ "who_made_you": 96,
316
+ "yes": 107
317
+ },
318
+ "max_position_embeddings": 512,
319
+ "model_type": "distilbert",
320
+ "n_heads": 12,
321
+ "n_layers": 6,
322
+ "pad_token_id": 0,
323
+ "problem_type": "single_label_classification",
324
+ "qa_dropout": 0.1,
325
+ "seq_classif_dropout": 0.2,
326
+ "sinusoidal_pos_embds": false,
327
+ "tie_weights_": true,
328
+ "torch_dtype": "float32",
329
+ "transformers_version": "4.35.2",
330
+ "vocab_size": 30522
331
+ }
run-15/checkpoint-2000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bad4f668d0d86c2379c1a7013a7fde339826d5131d25cfe7471f521882d64e87
3
+ size 268290900
run-15/checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbffc9c637ef2220cdd2226de5d2fc1162cc40e290d830d68021f0a6963d674f
3
+ size 536643898
run-15/checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ac2f1032e212a87670921c5191749bc6210c48b9eeddd716baa9d78be851c1e
3
+ size 14244
run-15/checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67d1a8a9215f18c672cf798b531337b9e0636922d8c4373e76080f8fec19ceb2
3
+ size 1064
run-15/checkpoint-2000/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
+ }
run-15/checkpoint-2000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-15/checkpoint-2000/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-15/checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 6.289308176100629,
5
+ "eval_steps": 500,
6
+ "global_step": 2000,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.6745161290322581,
14
+ "eval_loss": 0.410736620426178,
15
+ "eval_runtime": 5.4209,
16
+ "eval_samples_per_second": 571.859,
17
+ "eval_steps_per_second": 11.991,
18
+ "step": 318
19
+ },
20
+ {
21
+ "epoch": 1.57,
22
+ "learning_rate": 1.650593990216632e-05,
23
+ "loss": 0.6418,
24
+ "step": 500
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "eval_accuracy": 0.8358064516129032,
29
+ "eval_loss": 0.1440049111843109,
30
+ "eval_runtime": 5.6491,
31
+ "eval_samples_per_second": 548.755,
32
+ "eval_steps_per_second": 11.506,
33
+ "step": 636
34
+ },
35
+ {
36
+ "epoch": 3.0,
37
+ "eval_accuracy": 0.8970967741935484,
38
+ "eval_loss": 0.07408486306667328,
39
+ "eval_runtime": 5.4493,
40
+ "eval_samples_per_second": 568.88,
41
+ "eval_steps_per_second": 11.928,
42
+ "step": 954
43
+ },
44
+ {
45
+ "epoch": 3.14,
46
+ "learning_rate": 1.3011879804332637e-05,
47
+ "loss": 0.1669,
48
+ "step": 1000
49
+ },
50
+ {
51
+ "epoch": 4.0,
52
+ "eval_accuracy": 0.9135483870967742,
53
+ "eval_loss": 0.05311045050621033,
54
+ "eval_runtime": 5.4952,
55
+ "eval_samples_per_second": 564.132,
56
+ "eval_steps_per_second": 11.829,
57
+ "step": 1272
58
+ },
59
+ {
60
+ "epoch": 4.72,
61
+ "learning_rate": 9.517819706498952e-06,
62
+ "loss": 0.083,
63
+ "step": 1500
64
+ },
65
+ {
66
+ "epoch": 5.0,
67
+ "eval_accuracy": 0.9241935483870968,
68
+ "eval_loss": 0.04374333471059799,
69
+ "eval_runtime": 5.6657,
70
+ "eval_samples_per_second": 547.153,
71
+ "eval_steps_per_second": 11.473,
72
+ "step": 1590
73
+ },
74
+ {
75
+ "epoch": 6.0,
76
+ "eval_accuracy": 0.9241935483870968,
77
+ "eval_loss": 0.03905611112713814,
78
+ "eval_runtime": 5.4405,
79
+ "eval_samples_per_second": 569.801,
80
+ "eval_steps_per_second": 11.947,
81
+ "step": 1908
82
+ },
83
+ {
84
+ "epoch": 6.29,
85
+ "learning_rate": 6.02375960866527e-06,
86
+ "loss": 0.0626,
87
+ "step": 2000
88
+ }
89
+ ],
90
+ "logging_steps": 500,
91
+ "max_steps": 2862,
92
+ "num_train_epochs": 9,
93
+ "save_steps": 500,
94
+ "total_flos": 613789018785180.0,
95
+ "trial_name": null,
96
+ "trial_params": {
97
+ "alpha": 0.9993437049238365,
98
+ "num_train_epochs": 9,
99
+ "temperature": 2
100
+ }
101
+ }
run-15/checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:984b059ebf23442404e4edef437531b9f23a7c645936d39470bc0a50c792f076
3
+ size 4664
run-15/checkpoint-2000/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-15/checkpoint-2500/config.json ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "restaurant_reviews",
13
+ "1": "nutrition_info",
14
+ "2": "account_blocked",
15
+ "3": "oil_change_how",
16
+ "4": "time",
17
+ "5": "weather",
18
+ "6": "redeem_rewards",
19
+ "7": "interest_rate",
20
+ "8": "gas_type",
21
+ "9": "accept_reservations",
22
+ "10": "smart_home",
23
+ "11": "user_name",
24
+ "12": "report_lost_card",
25
+ "13": "repeat",
26
+ "14": "whisper_mode",
27
+ "15": "what_are_your_hobbies",
28
+ "16": "order",
29
+ "17": "jump_start",
30
+ "18": "schedule_meeting",
31
+ "19": "meeting_schedule",
32
+ "20": "freeze_account",
33
+ "21": "what_song",
34
+ "22": "meaning_of_life",
35
+ "23": "restaurant_reservation",
36
+ "24": "traffic",
37
+ "25": "make_call",
38
+ "26": "text",
39
+ "27": "bill_balance",
40
+ "28": "improve_credit_score",
41
+ "29": "change_language",
42
+ "30": "no",
43
+ "31": "measurement_conversion",
44
+ "32": "timer",
45
+ "33": "flip_coin",
46
+ "34": "do_you_have_pets",
47
+ "35": "balance",
48
+ "36": "tell_joke",
49
+ "37": "last_maintenance",
50
+ "38": "exchange_rate",
51
+ "39": "uber",
52
+ "40": "car_rental",
53
+ "41": "credit_limit",
54
+ "42": "oos",
55
+ "43": "shopping_list",
56
+ "44": "expiration_date",
57
+ "45": "routing",
58
+ "46": "meal_suggestion",
59
+ "47": "tire_change",
60
+ "48": "todo_list",
61
+ "49": "card_declined",
62
+ "50": "rewards_balance",
63
+ "51": "change_accent",
64
+ "52": "vaccines",
65
+ "53": "reminder_update",
66
+ "54": "food_last",
67
+ "55": "change_ai_name",
68
+ "56": "bill_due",
69
+ "57": "who_do_you_work_for",
70
+ "58": "share_location",
71
+ "59": "international_visa",
72
+ "60": "calendar",
73
+ "61": "translate",
74
+ "62": "carry_on",
75
+ "63": "book_flight",
76
+ "64": "insurance_change",
77
+ "65": "todo_list_update",
78
+ "66": "timezone",
79
+ "67": "cancel_reservation",
80
+ "68": "transactions",
81
+ "69": "credit_score",
82
+ "70": "report_fraud",
83
+ "71": "spending_history",
84
+ "72": "directions",
85
+ "73": "spelling",
86
+ "74": "insurance",
87
+ "75": "what_is_your_name",
88
+ "76": "reminder",
89
+ "77": "where_are_you_from",
90
+ "78": "distance",
91
+ "79": "payday",
92
+ "80": "flight_status",
93
+ "81": "find_phone",
94
+ "82": "greeting",
95
+ "83": "alarm",
96
+ "84": "order_status",
97
+ "85": "confirm_reservation",
98
+ "86": "cook_time",
99
+ "87": "damaged_card",
100
+ "88": "reset_settings",
101
+ "89": "pin_change",
102
+ "90": "replacement_card_duration",
103
+ "91": "new_card",
104
+ "92": "roll_dice",
105
+ "93": "income",
106
+ "94": "taxes",
107
+ "95": "date",
108
+ "96": "who_made_you",
109
+ "97": "pto_request",
110
+ "98": "tire_pressure",
111
+ "99": "how_old_are_you",
112
+ "100": "rollover_401k",
113
+ "101": "pto_request_status",
114
+ "102": "how_busy",
115
+ "103": "application_status",
116
+ "104": "recipe",
117
+ "105": "calendar_update",
118
+ "106": "play_music",
119
+ "107": "yes",
120
+ "108": "direct_deposit",
121
+ "109": "credit_limit_change",
122
+ "110": "gas",
123
+ "111": "pay_bill",
124
+ "112": "ingredients_list",
125
+ "113": "lost_luggage",
126
+ "114": "goodbye",
127
+ "115": "what_can_i_ask_you",
128
+ "116": "book_hotel",
129
+ "117": "are_you_a_bot",
130
+ "118": "next_song",
131
+ "119": "change_speed",
132
+ "120": "plug_type",
133
+ "121": "maybe",
134
+ "122": "w2",
135
+ "123": "oil_change_when",
136
+ "124": "thank_you",
137
+ "125": "shopping_list_update",
138
+ "126": "pto_balance",
139
+ "127": "order_checks",
140
+ "128": "travel_alert",
141
+ "129": "fun_fact",
142
+ "130": "sync_device",
143
+ "131": "schedule_maintenance",
144
+ "132": "apr",
145
+ "133": "transfer",
146
+ "134": "ingredient_substitution",
147
+ "135": "calories",
148
+ "136": "current_location",
149
+ "137": "international_fees",
150
+ "138": "calculator",
151
+ "139": "definition",
152
+ "140": "next_holiday",
153
+ "141": "update_playlist",
154
+ "142": "mpg",
155
+ "143": "min_payment",
156
+ "144": "change_user_name",
157
+ "145": "restaurant_suggestion",
158
+ "146": "travel_notification",
159
+ "147": "cancel",
160
+ "148": "pto_used",
161
+ "149": "travel_suggestion",
162
+ "150": "change_volume"
163
+ },
164
+ "initializer_range": 0.02,
165
+ "label2id": {
166
+ "accept_reservations": 9,
167
+ "account_blocked": 2,
168
+ "alarm": 83,
169
+ "application_status": 103,
170
+ "apr": 132,
171
+ "are_you_a_bot": 117,
172
+ "balance": 35,
173
+ "bill_balance": 27,
174
+ "bill_due": 56,
175
+ "book_flight": 63,
176
+ "book_hotel": 116,
177
+ "calculator": 138,
178
+ "calendar": 60,
179
+ "calendar_update": 105,
180
+ "calories": 135,
181
+ "cancel": 147,
182
+ "cancel_reservation": 67,
183
+ "car_rental": 40,
184
+ "card_declined": 49,
185
+ "carry_on": 62,
186
+ "change_accent": 51,
187
+ "change_ai_name": 55,
188
+ "change_language": 29,
189
+ "change_speed": 119,
190
+ "change_user_name": 144,
191
+ "change_volume": 150,
192
+ "confirm_reservation": 85,
193
+ "cook_time": 86,
194
+ "credit_limit": 41,
195
+ "credit_limit_change": 109,
196
+ "credit_score": 69,
197
+ "current_location": 136,
198
+ "damaged_card": 87,
199
+ "date": 95,
200
+ "definition": 139,
201
+ "direct_deposit": 108,
202
+ "directions": 72,
203
+ "distance": 78,
204
+ "do_you_have_pets": 34,
205
+ "exchange_rate": 38,
206
+ "expiration_date": 44,
207
+ "find_phone": 81,
208
+ "flight_status": 80,
209
+ "flip_coin": 33,
210
+ "food_last": 54,
211
+ "freeze_account": 20,
212
+ "fun_fact": 129,
213
+ "gas": 110,
214
+ "gas_type": 8,
215
+ "goodbye": 114,
216
+ "greeting": 82,
217
+ "how_busy": 102,
218
+ "how_old_are_you": 99,
219
+ "improve_credit_score": 28,
220
+ "income": 93,
221
+ "ingredient_substitution": 134,
222
+ "ingredients_list": 112,
223
+ "insurance": 74,
224
+ "insurance_change": 64,
225
+ "interest_rate": 7,
226
+ "international_fees": 137,
227
+ "international_visa": 59,
228
+ "jump_start": 17,
229
+ "last_maintenance": 37,
230
+ "lost_luggage": 113,
231
+ "make_call": 25,
232
+ "maybe": 121,
233
+ "meal_suggestion": 46,
234
+ "meaning_of_life": 22,
235
+ "measurement_conversion": 31,
236
+ "meeting_schedule": 19,
237
+ "min_payment": 143,
238
+ "mpg": 142,
239
+ "new_card": 91,
240
+ "next_holiday": 140,
241
+ "next_song": 118,
242
+ "no": 30,
243
+ "nutrition_info": 1,
244
+ "oil_change_how": 3,
245
+ "oil_change_when": 123,
246
+ "oos": 42,
247
+ "order": 16,
248
+ "order_checks": 127,
249
+ "order_status": 84,
250
+ "pay_bill": 111,
251
+ "payday": 79,
252
+ "pin_change": 89,
253
+ "play_music": 106,
254
+ "plug_type": 120,
255
+ "pto_balance": 126,
256
+ "pto_request": 97,
257
+ "pto_request_status": 101,
258
+ "pto_used": 148,
259
+ "recipe": 104,
260
+ "redeem_rewards": 6,
261
+ "reminder": 76,
262
+ "reminder_update": 53,
263
+ "repeat": 13,
264
+ "replacement_card_duration": 90,
265
+ "report_fraud": 70,
266
+ "report_lost_card": 12,
267
+ "reset_settings": 88,
268
+ "restaurant_reservation": 23,
269
+ "restaurant_reviews": 0,
270
+ "restaurant_suggestion": 145,
271
+ "rewards_balance": 50,
272
+ "roll_dice": 92,
273
+ "rollover_401k": 100,
274
+ "routing": 45,
275
+ "schedule_maintenance": 131,
276
+ "schedule_meeting": 18,
277
+ "share_location": 58,
278
+ "shopping_list": 43,
279
+ "shopping_list_update": 125,
280
+ "smart_home": 10,
281
+ "spelling": 73,
282
+ "spending_history": 71,
283
+ "sync_device": 130,
284
+ "taxes": 94,
285
+ "tell_joke": 36,
286
+ "text": 26,
287
+ "thank_you": 124,
288
+ "time": 4,
289
+ "timer": 32,
290
+ "timezone": 66,
291
+ "tire_change": 47,
292
+ "tire_pressure": 98,
293
+ "todo_list": 48,
294
+ "todo_list_update": 65,
295
+ "traffic": 24,
296
+ "transactions": 68,
297
+ "transfer": 133,
298
+ "translate": 61,
299
+ "travel_alert": 128,
300
+ "travel_notification": 146,
301
+ "travel_suggestion": 149,
302
+ "uber": 39,
303
+ "update_playlist": 141,
304
+ "user_name": 11,
305
+ "vaccines": 52,
306
+ "w2": 122,
307
+ "weather": 5,
308
+ "what_are_your_hobbies": 15,
309
+ "what_can_i_ask_you": 115,
310
+ "what_is_your_name": 75,
311
+ "what_song": 21,
312
+ "where_are_you_from": 77,
313
+ "whisper_mode": 14,
314
+ "who_do_you_work_for": 57,
315
+ "who_made_you": 96,
316
+ "yes": 107
317
+ },
318
+ "max_position_embeddings": 512,
319
+ "model_type": "distilbert",
320
+ "n_heads": 12,
321
+ "n_layers": 6,
322
+ "pad_token_id": 0,
323
+ "problem_type": "single_label_classification",
324
+ "qa_dropout": 0.1,
325
+ "seq_classif_dropout": 0.2,
326
+ "sinusoidal_pos_embds": false,
327
+ "tie_weights_": true,
328
+ "torch_dtype": "float32",
329
+ "transformers_version": "4.35.2",
330
+ "vocab_size": 30522
331
+ }
run-15/checkpoint-2500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4342dd4099f711eaae5845063cd9067c126b917e83d004567f931f6f00056ed9
3
+ size 268290900
run-15/checkpoint-2500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b046dd6f636e01ed61958da2016ddc40a48fd2f2a4e55c4a216aff193ddd133a
3
+ size 536643898
run-15/checkpoint-2500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b01adc34a0c009265784d7966c52c2eca9160ae6905f13b981e06e840e2caa02
3
+ size 14244
run-15/checkpoint-2500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7c943a77651a184c6653dd4706c14c9a27d52136e81942a2b361c74acb9f665
3
+ size 1064
run-15/checkpoint-2500/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
+ }
run-15/checkpoint-2500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-15/checkpoint-2500/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-15/checkpoint-2500/trainer_state.json ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 7.861635220125786,
5
+ "eval_steps": 500,
6
+ "global_step": 2500,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.6745161290322581,
14
+ "eval_loss": 0.410736620426178,
15
+ "eval_runtime": 5.4209,
16
+ "eval_samples_per_second": 571.859,
17
+ "eval_steps_per_second": 11.991,
18
+ "step": 318
19
+ },
20
+ {
21
+ "epoch": 1.57,
22
+ "learning_rate": 1.650593990216632e-05,
23
+ "loss": 0.6418,
24
+ "step": 500
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "eval_accuracy": 0.8358064516129032,
29
+ "eval_loss": 0.1440049111843109,
30
+ "eval_runtime": 5.6491,
31
+ "eval_samples_per_second": 548.755,
32
+ "eval_steps_per_second": 11.506,
33
+ "step": 636
34
+ },
35
+ {
36
+ "epoch": 3.0,
37
+ "eval_accuracy": 0.8970967741935484,
38
+ "eval_loss": 0.07408486306667328,
39
+ "eval_runtime": 5.4493,
40
+ "eval_samples_per_second": 568.88,
41
+ "eval_steps_per_second": 11.928,
42
+ "step": 954
43
+ },
44
+ {
45
+ "epoch": 3.14,
46
+ "learning_rate": 1.3011879804332637e-05,
47
+ "loss": 0.1669,
48
+ "step": 1000
49
+ },
50
+ {
51
+ "epoch": 4.0,
52
+ "eval_accuracy": 0.9135483870967742,
53
+ "eval_loss": 0.05311045050621033,
54
+ "eval_runtime": 5.4952,
55
+ "eval_samples_per_second": 564.132,
56
+ "eval_steps_per_second": 11.829,
57
+ "step": 1272
58
+ },
59
+ {
60
+ "epoch": 4.72,
61
+ "learning_rate": 9.517819706498952e-06,
62
+ "loss": 0.083,
63
+ "step": 1500
64
+ },
65
+ {
66
+ "epoch": 5.0,
67
+ "eval_accuracy": 0.9241935483870968,
68
+ "eval_loss": 0.04374333471059799,
69
+ "eval_runtime": 5.6657,
70
+ "eval_samples_per_second": 547.153,
71
+ "eval_steps_per_second": 11.473,
72
+ "step": 1590
73
+ },
74
+ {
75
+ "epoch": 6.0,
76
+ "eval_accuracy": 0.9241935483870968,
77
+ "eval_loss": 0.03905611112713814,
78
+ "eval_runtime": 5.4405,
79
+ "eval_samples_per_second": 569.801,
80
+ "eval_steps_per_second": 11.947,
81
+ "step": 1908
82
+ },
83
+ {
84
+ "epoch": 6.29,
85
+ "learning_rate": 6.02375960866527e-06,
86
+ "loss": 0.0626,
87
+ "step": 2000
88
+ },
89
+ {
90
+ "epoch": 7.0,
91
+ "eval_accuracy": 0.9283870967741935,
92
+ "eval_loss": 0.03628788888454437,
93
+ "eval_runtime": 5.5057,
94
+ "eval_samples_per_second": 563.048,
95
+ "eval_steps_per_second": 11.806,
96
+ "step": 2226
97
+ },
98
+ {
99
+ "epoch": 7.86,
100
+ "learning_rate": 2.5296995108315863e-06,
101
+ "loss": 0.0545,
102
+ "step": 2500
103
+ }
104
+ ],
105
+ "logging_steps": 500,
106
+ "max_steps": 2862,
107
+ "num_train_epochs": 9,
108
+ "save_steps": 500,
109
+ "total_flos": 743498049913920.0,
110
+ "trial_name": null,
111
+ "trial_params": {
112
+ "alpha": 0.9993437049238365,
113
+ "num_train_epochs": 9,
114
+ "temperature": 2
115
+ }
116
+ }
run-15/checkpoint-2500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:984b059ebf23442404e4edef437531b9f23a7c645936d39470bc0a50c792f076
3
+ size 4664
run-15/checkpoint-2500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-16/checkpoint-500/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:955c6a5c4957132a3008e8a1eb2f35f94a17ac815a223176468dbb1e9d7549b8
3
  size 268290900
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d309c382b912da46178185b4ead78202899196ab1ab7940ecf362e06f3387db
3
  size 268290900
run-16/checkpoint-500/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:226d87f0f80e9f4c888cea63213741dfc5880ec8231a89e9ce50cbada5b0c32c
3
  size 536643898
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6d1da40055481657e535c561f254c58ddff5838255582220fa5c43a230c119d
3
  size 536643898
run-16/checkpoint-500/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04366f62f8f88f5a8265df59adb051b320463277845db80e7fa43f13110c18c9
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98041bd7cae455426e290a1a0ee683bd5dd30893f7451fec3a464ae8995b17e4
3
  size 1064
run-16/checkpoint-500/trainer_state.json CHANGED
@@ -10,29 +10,29 @@
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
- "eval_accuracy": 0.5958064516129032,
14
- "eval_loss": 0.19993604719638824,
15
- "eval_runtime": 5.3664,
16
- "eval_samples_per_second": 577.669,
17
- "eval_steps_per_second": 12.112,
18
  "step": 318
19
  },
20
  {
21
  "epoch": 1.57,
22
- "learning_rate": 1.685534591194969e-05,
23
- "loss": 0.3197,
24
  "step": 500
25
  }
26
  ],
27
  "logging_steps": 500,
28
- "max_steps": 3180,
29
- "num_train_epochs": 10,
30
  "save_steps": 500,
31
- "total_flos": 295265289664044.0,
32
  "trial_name": null,
33
  "trial_params": {
34
- "alpha": 0.2636821780670039,
35
- "num_train_epochs": 10,
36
- "temperature": 12
37
  }
38
  }
 
10
  "log_history": [
11
  {
12
  "epoch": 1.0,
13
+ "eval_accuracy": 0.6745161290322581,
14
+ "eval_loss": 0.410736620426178,
15
+ "eval_runtime": 5.4591,
16
+ "eval_samples_per_second": 567.857,
17
+ "eval_steps_per_second": 11.907,
18
  "step": 318
19
  },
20
  {
21
  "epoch": 1.57,
22
+ "learning_rate": 1.650593990216632e-05,
23
+ "loss": 0.6418,
24
  "step": 500
25
  }
26
  ],
27
  "logging_steps": 500,
28
+ "max_steps": 2862,
29
+ "num_train_epochs": 9,
30
  "save_steps": 500,
31
+ "total_flos": 130007874759588.0,
32
  "trial_name": null,
33
  "trial_params": {
34
+ "alpha": 0.5725590574536615,
35
+ "num_train_epochs": 9,
36
+ "temperature": 2
37
  }
38
  }
run-16/checkpoint-500/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c396c6a8f3cf329ad8fe5e64a84fc6235f6e66aff64cf33ecda535deba6c247
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:984b059ebf23442404e4edef437531b9f23a7c645936d39470bc0a50c792f076
3
  size 4664
runs/Jan25_17-40-54_c146da53f02f/events.out.tfevents.1706211379.c146da53f02f.3236.16 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5fccb4daa8073f7ff5de434461ad69fc7129c196ea6f9f4d0fd3da50fcf5b043
3
- size 15210
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7085bec31d17c814522a4f3f04ffa0f8e9d6f1cc28877d4bfc075866421c20e0
3
+ size 15887