moshew commited on
Commit
033662f
1 Parent(s): 97267ed

Training in progress, epoch 1

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