cwchang commited on
Commit
1e31361
1 Parent(s): aadb18f

Model save

Browse files
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: distilbert-base-multilingual-cased
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: text-classification-model-multilingual
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # text-classification-model-multilingual
15
+
16
+ This model is a fine-tuned version of [distilbert-base-multilingual-cased](https://huggingface.co/distilbert-base-multilingual-cased) on an unknown dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 5e-05
36
+ - train_batch_size: 16
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 3.0
42
+
43
+ ### Training results
44
+
45
+
46
+
47
+ ### Framework versions
48
+
49
+ - Transformers 4.36.0.dev0
50
+ - Pytorch 2.1.0+cu118
51
+ - Datasets 2.15.0
52
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-multilingual-cased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "finetuning_task": "text-classification",
11
+ "hidden_dim": 3072,
12
+ "id2label": {
13
+ "0": "accept_reservations",
14
+ "1": "account_blocked",
15
+ "2": "alarm",
16
+ "3": "application_status",
17
+ "4": "apr",
18
+ "5": "are_you_a_bot",
19
+ "6": "balance",
20
+ "7": "bill_balance",
21
+ "8": "bill_due",
22
+ "9": "book_flight",
23
+ "10": "book_hotel",
24
+ "11": "calculator",
25
+ "12": "calendar",
26
+ "13": "calendar_update",
27
+ "14": "calories",
28
+ "15": "cancel",
29
+ "16": "cancel_reservation",
30
+ "17": "car_rental",
31
+ "18": "card_declined",
32
+ "19": "carry_on",
33
+ "20": "change_accent",
34
+ "21": "change_ai_name",
35
+ "22": "change_language",
36
+ "23": "change_speed",
37
+ "24": "change_user_name",
38
+ "25": "change_volume",
39
+ "26": "confirm_reservation",
40
+ "27": "cook_time",
41
+ "28": "credit_limit",
42
+ "29": "credit_limit_change",
43
+ "30": "credit_score",
44
+ "31": "current_location",
45
+ "32": "damaged_card",
46
+ "33": "date",
47
+ "34": "definition",
48
+ "35": "direct_deposit",
49
+ "36": "directions",
50
+ "37": "distance",
51
+ "38": "do_you_have_pets",
52
+ "39": "exchange_rate",
53
+ "40": "expiration_date",
54
+ "41": "find_phone",
55
+ "42": "flight_status",
56
+ "43": "flip_coin",
57
+ "44": "food_last",
58
+ "45": "freeze_account",
59
+ "46": "fun_fact",
60
+ "47": "gas",
61
+ "48": "gas_type",
62
+ "49": "goodbye",
63
+ "50": "greeting",
64
+ "51": "how_busy",
65
+ "52": "how_old_are_you",
66
+ "53": "improve_credit_score",
67
+ "54": "income",
68
+ "55": "ingredient_substitution",
69
+ "56": "ingredients_list",
70
+ "57": "insurance",
71
+ "58": "insurance_change",
72
+ "59": "interest_rate",
73
+ "60": "international_fees",
74
+ "61": "international_visa",
75
+ "62": "jump_start",
76
+ "63": "last_maintenance",
77
+ "64": "lost_luggage",
78
+ "65": "make_call",
79
+ "66": "maybe",
80
+ "67": "meal_suggestion",
81
+ "68": "meaning_of_life",
82
+ "69": "measurement_conversion",
83
+ "70": "meeting_schedule",
84
+ "71": "min_payment",
85
+ "72": "mpg",
86
+ "73": "new_card",
87
+ "74": "next_holiday",
88
+ "75": "next_song",
89
+ "76": "no",
90
+ "77": "nutrition_info",
91
+ "78": "oil_change_how",
92
+ "79": "oil_change_when",
93
+ "80": "order",
94
+ "81": "order_checks",
95
+ "82": "order_status",
96
+ "83": "pay_bill",
97
+ "84": "payday",
98
+ "85": "pin_change",
99
+ "86": "play_music",
100
+ "87": "plug_type",
101
+ "88": "pto_balance",
102
+ "89": "pto_request",
103
+ "90": "pto_request_status",
104
+ "91": "pto_used",
105
+ "92": "recipe",
106
+ "93": "redeem_rewards",
107
+ "94": "reminder",
108
+ "95": "reminder_update",
109
+ "96": "repeat",
110
+ "97": "replacement_card_duration",
111
+ "98": "report_fraud",
112
+ "99": "report_lost_card",
113
+ "100": "reset_settings",
114
+ "101": "restaurant_reservation",
115
+ "102": "restaurant_reviews",
116
+ "103": "restaurant_suggestion",
117
+ "104": "rewards_balance",
118
+ "105": "roll_dice",
119
+ "106": "rollover_401k",
120
+ "107": "routing",
121
+ "108": "schedule_maintenance",
122
+ "109": "schedule_meeting",
123
+ "110": "share_location",
124
+ "111": "shopping_list",
125
+ "112": "shopping_list_update",
126
+ "113": "smart_home",
127
+ "114": "spelling",
128
+ "115": "spending_history",
129
+ "116": "sync_device",
130
+ "117": "taxes",
131
+ "118": "tell_joke",
132
+ "119": "text",
133
+ "120": "thank_you",
134
+ "121": "time",
135
+ "122": "timer",
136
+ "123": "timezone",
137
+ "124": "tire_change",
138
+ "125": "tire_pressure",
139
+ "126": "todo_list",
140
+ "127": "todo_list_update",
141
+ "128": "traffic",
142
+ "129": "transactions",
143
+ "130": "transfer",
144
+ "131": "translate",
145
+ "132": "travel_alert",
146
+ "133": "travel_notification",
147
+ "134": "travel_suggestion",
148
+ "135": "uber",
149
+ "136": "update_playlist",
150
+ "137": "user_name",
151
+ "138": "vaccines",
152
+ "139": "w2",
153
+ "140": "weather",
154
+ "141": "what_are_your_hobbies",
155
+ "142": "what_can_i_ask_you",
156
+ "143": "what_is_your_name",
157
+ "144": "what_song",
158
+ "145": "where_are_you_from",
159
+ "146": "whisper_mode",
160
+ "147": "who_do_you_work_for",
161
+ "148": "who_made_you",
162
+ "149": "yes"
163
+ },
164
+ "initializer_range": 0.02,
165
+ "label2id": {
166
+ "accept_reservations": 0,
167
+ "account_blocked": 1,
168
+ "alarm": 2,
169
+ "application_status": 3,
170
+ "apr": 4,
171
+ "are_you_a_bot": 5,
172
+ "balance": 6,
173
+ "bill_balance": 7,
174
+ "bill_due": 8,
175
+ "book_flight": 9,
176
+ "book_hotel": 10,
177
+ "calculator": 11,
178
+ "calendar": 12,
179
+ "calendar_update": 13,
180
+ "calories": 14,
181
+ "cancel": 15,
182
+ "cancel_reservation": 16,
183
+ "car_rental": 17,
184
+ "card_declined": 18,
185
+ "carry_on": 19,
186
+ "change_accent": 20,
187
+ "change_ai_name": 21,
188
+ "change_language": 22,
189
+ "change_speed": 23,
190
+ "change_user_name": 24,
191
+ "change_volume": 25,
192
+ "confirm_reservation": 26,
193
+ "cook_time": 27,
194
+ "credit_limit": 28,
195
+ "credit_limit_change": 29,
196
+ "credit_score": 30,
197
+ "current_location": 31,
198
+ "damaged_card": 32,
199
+ "date": 33,
200
+ "definition": 34,
201
+ "direct_deposit": 35,
202
+ "directions": 36,
203
+ "distance": 37,
204
+ "do_you_have_pets": 38,
205
+ "exchange_rate": 39,
206
+ "expiration_date": 40,
207
+ "find_phone": 41,
208
+ "flight_status": 42,
209
+ "flip_coin": 43,
210
+ "food_last": 44,
211
+ "freeze_account": 45,
212
+ "fun_fact": 46,
213
+ "gas": 47,
214
+ "gas_type": 48,
215
+ "goodbye": 49,
216
+ "greeting": 50,
217
+ "how_busy": 51,
218
+ "how_old_are_you": 52,
219
+ "improve_credit_score": 53,
220
+ "income": 54,
221
+ "ingredient_substitution": 55,
222
+ "ingredients_list": 56,
223
+ "insurance": 57,
224
+ "insurance_change": 58,
225
+ "interest_rate": 59,
226
+ "international_fees": 60,
227
+ "international_visa": 61,
228
+ "jump_start": 62,
229
+ "last_maintenance": 63,
230
+ "lost_luggage": 64,
231
+ "make_call": 65,
232
+ "maybe": 66,
233
+ "meal_suggestion": 67,
234
+ "meaning_of_life": 68,
235
+ "measurement_conversion": 69,
236
+ "meeting_schedule": 70,
237
+ "min_payment": 71,
238
+ "mpg": 72,
239
+ "new_card": 73,
240
+ "next_holiday": 74,
241
+ "next_song": 75,
242
+ "no": 76,
243
+ "nutrition_info": 77,
244
+ "oil_change_how": 78,
245
+ "oil_change_when": 79,
246
+ "order": 80,
247
+ "order_checks": 81,
248
+ "order_status": 82,
249
+ "pay_bill": 83,
250
+ "payday": 84,
251
+ "pin_change": 85,
252
+ "play_music": 86,
253
+ "plug_type": 87,
254
+ "pto_balance": 88,
255
+ "pto_request": 89,
256
+ "pto_request_status": 90,
257
+ "pto_used": 91,
258
+ "recipe": 92,
259
+ "redeem_rewards": 93,
260
+ "reminder": 94,
261
+ "reminder_update": 95,
262
+ "repeat": 96,
263
+ "replacement_card_duration": 97,
264
+ "report_fraud": 98,
265
+ "report_lost_card": 99,
266
+ "reset_settings": 100,
267
+ "restaurant_reservation": 101,
268
+ "restaurant_reviews": 102,
269
+ "restaurant_suggestion": 103,
270
+ "rewards_balance": 104,
271
+ "roll_dice": 105,
272
+ "rollover_401k": 106,
273
+ "routing": 107,
274
+ "schedule_maintenance": 108,
275
+ "schedule_meeting": 109,
276
+ "share_location": 110,
277
+ "shopping_list": 111,
278
+ "shopping_list_update": 112,
279
+ "smart_home": 113,
280
+ "spelling": 114,
281
+ "spending_history": 115,
282
+ "sync_device": 116,
283
+ "taxes": 117,
284
+ "tell_joke": 118,
285
+ "text": 119,
286
+ "thank_you": 120,
287
+ "time": 121,
288
+ "timer": 122,
289
+ "timezone": 123,
290
+ "tire_change": 124,
291
+ "tire_pressure": 125,
292
+ "todo_list": 126,
293
+ "todo_list_update": 127,
294
+ "traffic": 128,
295
+ "transactions": 129,
296
+ "transfer": 130,
297
+ "translate": 131,
298
+ "travel_alert": 132,
299
+ "travel_notification": 133,
300
+ "travel_suggestion": 134,
301
+ "uber": 135,
302
+ "update_playlist": 136,
303
+ "user_name": 137,
304
+ "vaccines": 138,
305
+ "w2": 139,
306
+ "weather": 140,
307
+ "what_are_your_hobbies": 141,
308
+ "what_can_i_ask_you": 142,
309
+ "what_is_your_name": 143,
310
+ "what_song": 144,
311
+ "where_are_you_from": 145,
312
+ "whisper_mode": 146,
313
+ "who_do_you_work_for": 147,
314
+ "who_made_you": 148,
315
+ "yes": 149
316
+ },
317
+ "max_position_embeddings": 512,
318
+ "model_type": "distilbert",
319
+ "n_heads": 12,
320
+ "n_layers": 6,
321
+ "output_past": true,
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.36.0.dev0",
330
+ "vocab_size": 119547
331
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5814979efe77794a42375e96420a7e1eaaa6833dc671b793a7b7ca473c16b512
3
+ size 541772640
runs/Dec07_09-39-39_19e0ce5cd803/events.out.tfevents.1701941996.19e0ce5cd803.1409.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0237134d81d32567ce6db33b64b55200b1ce6392a45fe20326f7e5f69fbbe7cf
3
+ size 13129
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,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": false,
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a4192f9304a4e3738d0be872d5509fcf84dc9d71d6e7502757dfe464b4e24eb
3
+ size 4792
vocab.txt ADDED
The diff for this file is too large to render. See raw diff