cartesinus commited on
Commit
d4731e8
1 Parent(s): b2269fc

fcfdb52aaff8d8ad51542403e25a7c0080de944de345bed62cad5ab5f0b67f3c

Browse files
config.json ADDED
@@ -0,0 +1,363 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "xlm-roberta-base",
3
+ "num_intents": 60,
4
+ "num_slots": 108,
5
+ "intent_id2label": {
6
+ "0": "datetime_query",
7
+ "1": "iot_hue_lightchange",
8
+ "2": "transport_ticket",
9
+ "3": "takeaway_query",
10
+ "4": "qa_stock",
11
+ "5": "general_greet",
12
+ "6": "recommendation_events",
13
+ "7": "music_dislikeness",
14
+ "8": "iot_wemo_off",
15
+ "9": "cooking_recipe",
16
+ "10": "qa_currency",
17
+ "11": "transport_traffic",
18
+ "12": "general_quirky",
19
+ "13": "weather_query",
20
+ "14": "audio_volume_up",
21
+ "15": "email_addcontact",
22
+ "16": "takeaway_order",
23
+ "17": "email_querycontact",
24
+ "18": "iot_hue_lightup",
25
+ "19": "recommendation_locations",
26
+ "20": "play_audiobook",
27
+ "21": "lists_createoradd",
28
+ "22": "news_query",
29
+ "23": "alarm_query",
30
+ "24": "iot_wemo_on",
31
+ "25": "general_joke",
32
+ "26": "qa_definition",
33
+ "27": "social_query",
34
+ "28": "music_settings",
35
+ "29": "audio_volume_other",
36
+ "30": "calendar_remove",
37
+ "31": "iot_hue_lightdim",
38
+ "32": "calendar_query",
39
+ "33": "email_sendemail",
40
+ "34": "iot_cleaning",
41
+ "35": "audio_volume_down",
42
+ "36": "play_radio",
43
+ "37": "cooking_query",
44
+ "38": "datetime_convert",
45
+ "39": "qa_maths",
46
+ "40": "iot_hue_lightoff",
47
+ "41": "iot_hue_lighton",
48
+ "42": "transport_query",
49
+ "43": "music_likeness",
50
+ "44": "email_query",
51
+ "45": "play_music",
52
+ "46": "audio_volume_mute",
53
+ "47": "social_post",
54
+ "48": "alarm_set",
55
+ "49": "qa_factoid",
56
+ "50": "calendar_set",
57
+ "51": "play_game",
58
+ "52": "alarm_remove",
59
+ "53": "lists_remove",
60
+ "54": "transport_taxi",
61
+ "55": "recommendation_movies",
62
+ "56": "iot_coffee",
63
+ "57": "music_query",
64
+ "58": "play_podcasts",
65
+ "59": "lists_query"
66
+ },
67
+ "intent_label2id": {
68
+ "datetime_query": "0",
69
+ "iot_hue_lightchange": "1",
70
+ "transport_ticket": "2",
71
+ "takeaway_query": "3",
72
+ "qa_stock": "4",
73
+ "general_greet": "5",
74
+ "recommendation_events": "6",
75
+ "music_dislikeness": "7",
76
+ "iot_wemo_off": "8",
77
+ "cooking_recipe": "9",
78
+ "qa_currency": "10",
79
+ "transport_traffic": "11",
80
+ "general_quirky": "12",
81
+ "weather_query": "13",
82
+ "audio_volume_up": "14",
83
+ "email_addcontact": "15",
84
+ "takeaway_order": "16",
85
+ "email_querycontact": "17",
86
+ "iot_hue_lightup": "18",
87
+ "recommendation_locations": "19",
88
+ "play_audiobook": "20",
89
+ "lists_createoradd": "21",
90
+ "news_query": "22",
91
+ "alarm_query": "23",
92
+ "iot_wemo_on": "24",
93
+ "general_joke": "25",
94
+ "qa_definition": "26",
95
+ "social_query": "27",
96
+ "music_settings": "28",
97
+ "audio_volume_other": "29",
98
+ "calendar_remove": "30",
99
+ "iot_hue_lightdim": "31",
100
+ "calendar_query": "32",
101
+ "email_sendemail": "33",
102
+ "iot_cleaning": "34",
103
+ "audio_volume_down": "35",
104
+ "play_radio": "36",
105
+ "cooking_query": "37",
106
+ "datetime_convert": "38",
107
+ "qa_maths": "39",
108
+ "iot_hue_lightoff": "40",
109
+ "iot_hue_lighton": "41",
110
+ "transport_query": "42",
111
+ "music_likeness": "43",
112
+ "email_query": "44",
113
+ "play_music": "45",
114
+ "audio_volume_mute": "46",
115
+ "social_post": "47",
116
+ "alarm_set": "48",
117
+ "qa_factoid": "49",
118
+ "calendar_set": "50",
119
+ "play_game": "51",
120
+ "alarm_remove": "52",
121
+ "lists_remove": "53",
122
+ "transport_taxi": "54",
123
+ "recommendation_movies": "55",
124
+ "iot_coffee": "56",
125
+ "music_query": "57",
126
+ "play_podcasts": "58",
127
+ "lists_query": "59"
128
+ },
129
+ "slot_id2label": {
130
+ "0": "o",
131
+ "1": "b-time",
132
+ "2": "i-time",
133
+ "3": "b-date",
134
+ "4": "b-color_type",
135
+ "5": "i-color_type",
136
+ "6": "b-house_place",
137
+ "7": "b-change_amount",
138
+ "8": "i-change_amount",
139
+ "9": "b-artist_name",
140
+ "10": "i-artist_name",
141
+ "11": "b-media_type",
142
+ "12": "b-place_name",
143
+ "13": "b-time_zone",
144
+ "14": "i-time_zone",
145
+ "15": "b-order_type",
146
+ "16": "b-food_type",
147
+ "17": "b-news_topic",
148
+ "18": "b-song_name",
149
+ "19": "b-music_genre",
150
+ "20": "b-device_type",
151
+ "21": "i-device_type",
152
+ "22": "b-meal_type",
153
+ "23": "b-business_name",
154
+ "24": "b-general_frequency",
155
+ "25": "i-general_frequency",
156
+ "26": "b-weather_descriptor",
157
+ "27": "i-date",
158
+ "28": "i-media_type",
159
+ "29": "b-player_setting",
160
+ "30": "b-joke_type",
161
+ "31": "i-song_name",
162
+ "32": "b-timeofday",
163
+ "33": "b-event_name",
164
+ "34": "i-news_topic",
165
+ "35": "i-business_name",
166
+ "36": "i-place_name",
167
+ "37": "b-business_type",
168
+ "38": "i-order_type",
169
+ "39": "b-playlist_name",
170
+ "40": "i-playlist_name",
171
+ "41": "b-music_descriptor",
172
+ "42": "i-music_descriptor",
173
+ "43": "i-house_place",
174
+ "44": "i-timeofday",
175
+ "45": "b-person",
176
+ "46": "i-person",
177
+ "47": "i-weather_descriptor",
178
+ "48": "i-player_setting",
179
+ "49": "b-alarm_type",
180
+ "50": "i-alarm_type",
181
+ "51": "b-app_name",
182
+ "52": "b-coffee_type",
183
+ "53": "i-food_type",
184
+ "54": "i-music_genre",
185
+ "55": "i-joke_type",
186
+ "56": "i-coffee_type",
187
+ "57": "i-business_type",
188
+ "58": "i-event_name",
189
+ "59": "b-relation",
190
+ "60": "b-movie_name",
191
+ "61": "i-movie_name",
192
+ "62": "b-drink_type",
193
+ "63": "i-drink_type",
194
+ "64": "b-transport_type",
195
+ "65": "b-music_album",
196
+ "66": "i-music_album",
197
+ "67": "i-app_name",
198
+ "68": "i-relation",
199
+ "69": "b-personal_info",
200
+ "70": "b-list_name",
201
+ "71": "i-list_name",
202
+ "72": "b-sport_type",
203
+ "73": "i-sport_type",
204
+ "74": "b-radio_name",
205
+ "75": "i-radio_name",
206
+ "76": "b-podcast_name",
207
+ "77": "b-audiobook_name",
208
+ "78": "i-audiobook_name",
209
+ "79": "b-audiobook_author",
210
+ "80": "i-audiobook_author",
211
+ "81": "b-cooking_type",
212
+ "82": "b-ingredient",
213
+ "83": "i-ingredient",
214
+ "84": "i-meal_type",
215
+ "85": "b-game_name",
216
+ "86": "i-game_name",
217
+ "87": "b-podcast_descriptor",
218
+ "88": "i-podcast_descriptor",
219
+ "89": "i-podcast_name",
220
+ "90": "b-movie_type",
221
+ "91": "i-movie_type",
222
+ "92": "b-transport_agency",
223
+ "93": "b-transport_descriptor",
224
+ "94": "b-transport_name",
225
+ "95": "i-transport_descriptor",
226
+ "96": "i-transport_name",
227
+ "97": "i-transport_agency",
228
+ "98": "b-currency_name",
229
+ "99": "b-definition_word",
230
+ "100": "i-definition_word",
231
+ "101": "b-email_folder",
232
+ "102": "i-currency_name",
233
+ "103": "b-game_type",
234
+ "104": "i-personal_info",
235
+ "105": "b-email_address",
236
+ "106": "i-email_address",
237
+ "107": "i-transport_type"
238
+ },
239
+ "slot_label2id": {
240
+ "o": "0",
241
+ "b-time": "1",
242
+ "i-time": "2",
243
+ "b-date": "3",
244
+ "b-color_type": "4",
245
+ "i-color_type": "5",
246
+ "b-house_place": "6",
247
+ "b-change_amount": "7",
248
+ "i-change_amount": "8",
249
+ "b-artist_name": "9",
250
+ "i-artist_name": "10",
251
+ "b-media_type": "11",
252
+ "b-place_name": "12",
253
+ "b-time_zone": "13",
254
+ "i-time_zone": "14",
255
+ "b-order_type": "15",
256
+ "b-food_type": "16",
257
+ "b-news_topic": "17",
258
+ "b-song_name": "18",
259
+ "b-music_genre": "19",
260
+ "b-device_type": "20",
261
+ "i-device_type": "21",
262
+ "b-meal_type": "22",
263
+ "b-business_name": "23",
264
+ "b-general_frequency": "24",
265
+ "i-general_frequency": "25",
266
+ "b-weather_descriptor": "26",
267
+ "i-date": "27",
268
+ "i-media_type": "28",
269
+ "b-player_setting": "29",
270
+ "b-joke_type": "30",
271
+ "i-song_name": "31",
272
+ "b-timeofday": "32",
273
+ "b-event_name": "33",
274
+ "i-news_topic": "34",
275
+ "i-business_name": "35",
276
+ "i-place_name": "36",
277
+ "b-business_type": "37",
278
+ "i-order_type": "38",
279
+ "b-playlist_name": "39",
280
+ "i-playlist_name": "40",
281
+ "b-music_descriptor": "41",
282
+ "i-music_descriptor": "42",
283
+ "i-house_place": "43",
284
+ "i-timeofday": "44",
285
+ "b-person": "45",
286
+ "i-person": "46",
287
+ "i-weather_descriptor": "47",
288
+ "i-player_setting": "48",
289
+ "b-alarm_type": "49",
290
+ "i-alarm_type": "50",
291
+ "b-app_name": "51",
292
+ "b-coffee_type": "52",
293
+ "i-food_type": "53",
294
+ "i-music_genre": "54",
295
+ "i-joke_type": "55",
296
+ "i-coffee_type": "56",
297
+ "i-business_type": "57",
298
+ "i-event_name": "58",
299
+ "b-relation": "59",
300
+ "b-movie_name": "60",
301
+ "i-movie_name": "61",
302
+ "b-drink_type": "62",
303
+ "i-drink_type": "63",
304
+ "b-transport_type": "64",
305
+ "b-music_album": "65",
306
+ "i-music_album": "66",
307
+ "i-app_name": "67",
308
+ "i-relation": "68",
309
+ "b-personal_info": "69",
310
+ "b-list_name": "70",
311
+ "i-list_name": "71",
312
+ "b-sport_type": "72",
313
+ "i-sport_type": "73",
314
+ "b-radio_name": "74",
315
+ "i-radio_name": "75",
316
+ "b-podcast_name": "76",
317
+ "b-audiobook_name": "77",
318
+ "i-audiobook_name": "78",
319
+ "b-audiobook_author": "79",
320
+ "i-audiobook_author": "80",
321
+ "b-cooking_type": "81",
322
+ "b-ingredient": "82",
323
+ "i-ingredient": "83",
324
+ "i-meal_type": "84",
325
+ "b-game_name": "85",
326
+ "i-game_name": "86",
327
+ "b-podcast_descriptor": "87",
328
+ "i-podcast_descriptor": "88",
329
+ "i-podcast_name": "89",
330
+ "b-movie_type": "90",
331
+ "i-movie_type": "91",
332
+ "b-transport_agency": "92",
333
+ "b-transport_descriptor": "93",
334
+ "b-transport_name": "94",
335
+ "i-transport_descriptor": "95",
336
+ "i-transport_name": "96",
337
+ "i-transport_agency": "97",
338
+ "b-currency_name": "98",
339
+ "b-definition_word": "99",
340
+ "i-definition_word": "100",
341
+ "b-email_folder": "101",
342
+ "i-currency_name": "102",
343
+ "b-game_type": "103",
344
+ "i-personal_info": "104",
345
+ "b-email_address": "105",
346
+ "i-email_address": "106",
347
+ "i-transport_type": "107"
348
+ },
349
+ "trainer_config": {
350
+ "repository_id": "xlm_r-massive-joint_nlu",
351
+ "evaluation_strategy": "epoch",
352
+ "learning_rate": 2e-05,
353
+ "per_device_train_batch_size": 16,
354
+ "per_device_eval_batch_size": 16,
355
+ "num_train_epochs": 30,
356
+ "weight_decay": 0.01,
357
+ "push_to_hub": true
358
+ },
359
+ "data_collator_config": {
360
+ "padding": true,
361
+ "max_length": 512
362
+ }
363
+ }
events.out.tfevents.1701360389.7b9703013793.1739.0 ADDED
Binary file (35.6 kB). View file
 
events.out.tfevents.1701369936.7b9703013793.1739.1 ADDED
Binary file (598 Bytes). View file
 
jointnlu_model.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6f441c14e9f953ede249426da5ac0b544c985aad6cc43c7c54c4d4609ed2de0
3
+ size 1112830991