lewtun HF staff commited on
Commit
22b7de9
1 Parent(s): 52be597

Training in progress, epoch 1

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