File size: 13,580 Bytes
da3180e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
{
  "_name_or_path": "xlm-roberta-base",
  "architectures": [
    "XLMRobertaForSequenceClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "bos_token_id": 0,
  "classifier_dropout": null,
  "eos_token_id": 2,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "AddAlbumToPlaylist",
    "1": "AddEventOnDateWithName",
    "10": "ChangeLanguageToLanguage",
    "100": "SearchByQuery",
    "101": "SearchByQueryInLocation",
    "102": "SearchByRating",
    "103": "SearchByRatingInLocation",
    "104": "SearchByReviewCount",
    "105": "SearchByReviewCountInLocation",
    "106": "SearchImagesOnEngine",
    "107": "SearchImagesWithTextOnEngine",
    "108": "SearchImagesWithTextOnEngineWithWidthAndWithHeight",
    "109": "SearchImagesWithTextOnEngineWithWidthAndWithHeightAndWithCondition",
    "11": "ChangeTemperature",
    "110": "SearchInLocation",
    "111": "SearchQuery",
    "112": "SearchRestaurant",
    "113": "SearchText",
    "114": "SearchTextOnEngine",
    "115": "SeekByTime",
    "116": "SendEmail",
    "117": "SendEmailToAddress",
    "118": "SendEmailToAddressWithSubject",
    "119": "SendEmailToAddressWithSubjectAndWithMessage",
    "12": "CheckCalendarEventName",
    "120": "SendMessageToChannel",
    "121": "SendMessageToUser",
    "122": "SendPictureToChannel",
    "123": "SendPictureToChannelWithCaption",
    "124": "SendPictureWithUrlToChannel",
    "125": "SendSlackMessage",
    "126": "SendTwitterMessage",
    "127": "SetDefaultLanguage",
    "128": "SetDefaultLanguageToLanguage",
    "129": "SetPurposeOnChannel",
    "13": "CheckCalendarOnDate",
    "130": "SetStatusAway",
    "131": "SetTemperatureBetweenValues",
    "132": "SetTemperatureOnDevice",
    "133": "SetTemperatureToValue",
    "134": "SetTemperatureToValueOnDevice",
    "135": "SetTopicInChannel",
    "136": "ShareFileWithNameToAddress",
    "137": "ShowAlbumWithName",
    "138": "ShowBMI",
    "139": "ShowChannelWithCategory",
    "14": "CheckChannelHistory",
    "140": "ShowChannelWithName",
    "141": "ShowContactWithEmail",
    "142": "ShowContactWithName",
    "143": "ShowContactWithNumber",
    "144": "ShowContactWithNumberAndWithEmail",
    "145": "ShowDanceability",
    "146": "ShowEmailFromSender",
    "147": "ShowEmailFromTime",
    "148": "ShowEmailWithLabel",
    "149": "ShowEmailWithPriority",
    "15": "CheckLastMessages",
    "150": "ShowEmailWithSubject",
    "151": "ShowFilesFromTime",
    "152": "ShowFilesWithSize",
    "153": "ShowFilesWithStar",
    "154": "ShowFilesWithType",
    "155": "ShowLastNumberPictures",
    "156": "ShowNewestFiles",
    "157": "ShowNews",
    "158": "ShowNewsFromSection",
    "159": "ShowOldestFiles",
    "16": "CheckMessagesFromUser",
    "160": "ShowPictures",
    "161": "ShowPicturesFromDate",
    "162": "ShowPicturesWithFilter",
    "163": "ShowPicturesWithHashtag",
    "164": "ShowPicturesWithLocation",
    "165": "ShowSMS",
    "166": "ShowSteps",
    "167": "ShowStepsOnDate",
    "168": "ShowSubscribedChannels",
    "169": "ShowTwittsWithHashtag",
    "17": "CheckMessagesInChannel",
    "170": "ShuffleOnOff",
    "171": "SMSToContact",
    "172": "SMSToContactWithMessage",
    "173": "SortAlphabetical",
    "174": "SortReverseAlphabetical",
    "175": "SunriseAndSunsetInLocation",
    "176": "SunriseAndSunsetInLocationAndOnDate",
    "177": "SunriseInLocation",
    "178": "SunsetInLocation",
    "179": "TakePicture",
    "18": "CheckUserStatus",
    "180": "TranslateText",
    "181": "TranslateTextFromLanguage",
    "182": "TranslateTextFromLanguageToLanguage",
    "183": "TranslateTextFromLanguageToLanguageWithEngine",
    "184": "TranslateTextToLanguage",
    "185": "TranslateToLanguage",
    "186": "TurnOff",
    "187": "TurnOn",
    "188": "TurnOnOrOff",
    "189": "UnfollowUser",
    "19": "ConsoleCD",
    "190": "WeatherInLocation",
    "191": "WeatherTomorrow",
    "192": "WeatherTomorrowInLocation",
    "193": "NotifyOnNewOnChannel",
    "2": "AddEventWithName",
    "20": "ConsoleCP",
    "21": "ConsoleEdit",
    "22": "ConsoleLS",
    "23": "ConsoleMV",
    "24": "ConsoleRM",
    "25": "CreateContactWithNameAndWithNumberAndWithType",
    "26": "CreateFile",
    "27": "CreateFileWithName",
    "28": "CreatePlaylist",
    "29": "CreatePlaylistWithName",
    "3": "AddSongToPlaylist",
    "30": "DecreaseVolume",
    "31": "DecreaseVolumeByPercent",
    "32": "DetectLanguage",
    "33": "DownloadAsPdf",
    "34": "EditContactWithName",
    "35": "EditContactWithNumber",
    "36": "EditNumberInContactWithName",
    "37": "EditNumberInContactWithNameToNumberAndToType",
    "38": "FindChannelWithQuery",
    "39": "FindQuery",
    "4": "AddSongToPlaylistWithName",
    "40": "FindQueryOnChannel",
    "41": "FollowUser",
    "42": "GetHumidity",
    "43": "GetTemperature",
    "44": "GetTemperatureFromDevice",
    "45": "GoToElementNumber",
    "46": "IncreaseVolume",
    "47": "IncreaseVolumeByPercent",
    "48": "MoonphaseInLocation",
    "49": "MoonphaseInLocationOnDate",
    "5": "AddSongWithNameToPlaylistWithName",
    "50": "MuteOff",
    "51": "MuteOn",
    "52": "NextSong",
    "53": "NextVideo",
    "54": "NotifyOnEventInLocation",
    "55": "NotifyOnEventStart",
    "56": "NotifyOnNewFromFollowing",
    "57": "NotifyOnWeight",
    "58": "NotifyWhenEventNameStart",
    "59": "NotifyWhenPortalUpdates",
    "6": "AddWeight",
    "60": "NotifyWhenPortalUpdatesInSection",
    "61": "NotNotifyOnEventInLocation",
    "62": "NotNotifyOnEventStart",
    "63": "OpenCalendar",
    "64": "OpenContacts",
    "65": "OpenEmail",
    "66": "OpenEngine",
    "67": "OpenFacebook",
    "68": "OpenFileWithName",
    "69": "OpenGdrive",
    "7": "CallContact",
    "70": "OpenInstagram",
    "71": "OpenMyContact",
    "72": "OpenRestaurants",
    "73": "OpenRestaurantsInLocation",
    "74": "OpenSlack",
    "75": "OpenSpotify",
    "76": "OpenTwitter",
    "77": "OpenWeather",
    "78": "OpenWikipedia",
    "79": "OpenYT",
    "8": "CallEmergency",
    "80": "Pause",
    "81": "PlayAlbumOfTypeByArtist",
    "82": "PlayPlaylist",
    "83": "PlaySong",
    "84": "PlaySongByArtist",
    "85": "PostPicture",
    "86": "PostPictureWithCaption",
    "87": "PostPictureWithUrl",
    "88": "PostPictureWithUrlAndWithCaption",
    "89": "PostStatus",
    "9": "CallNumber",
    "90": "PostWithLastPictureWithLocationAndWithHashtag",
    "91": "PostWithPicturesFromDateAndWithLocation",
    "92": "PreviousSong",
    "93": "RandomPage",
    "94": "RepeatOnOff",
    "95": "ReplyToEmailFromAddress",
    "96": "ScrollDown",
    "97": "ScrollUp",
    "98": "SearchByCategory",
    "99": "SearchByCategoryInLocation"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "AddAlbumToPlaylist": "0",
    "AddEventOnDateWithName": "1",
    "AddEventWithName": "2",
    "AddSongToPlaylist": "3",
    "AddSongToPlaylistWithName": "4",
    "AddSongWithNameToPlaylistWithName": "5",
    "AddWeight": "6",
    "CallContact": "7",
    "CallEmergency": "8",
    "CallNumber": "9",
    "ChangeLanguageToLanguage": "10",
    "ChangeTemperature": "11",
    "CheckCalendarEventName": "12",
    "CheckCalendarOnDate": "13",
    "CheckChannelHistory": "14",
    "CheckLastMessages": "15",
    "CheckMessagesFromUser": "16",
    "CheckMessagesInChannel": "17",
    "CheckUserStatus": "18",
    "ConsoleCD": "19",
    "ConsoleCP": "20",
    "ConsoleEdit": "21",
    "ConsoleLS": "22",
    "ConsoleMV": "23",
    "ConsoleRM": "24",
    "CreateContactWithNameAndWithNumberAndWithType": "25",
    "CreateFile": "26",
    "CreateFileWithName": "27",
    "CreatePlaylist": "28",
    "CreatePlaylistWithName": "29",
    "DecreaseVolume": "30",
    "DecreaseVolumeByPercent": "31",
    "DetectLanguage": "32",
    "DownloadAsPdf": "33",
    "EditContactWithName": "34",
    "EditContactWithNumber": "35",
    "EditNumberInContactWithName": "36",
    "EditNumberInContactWithNameToNumberAndToType": "37",
    "FindChannelWithQuery": "38",
    "FindQuery": "39",
    "FindQueryOnChannel": "40",
    "FollowUser": "41",
    "GetHumidity": "42",
    "GetTemperature": "43",
    "GetTemperatureFromDevice": "44",
    "GoToElementNumber": "45",
    "IncreaseVolume": "46",
    "IncreaseVolumeByPercent": "47",
    "MoonphaseInLocation": "48",
    "MoonphaseInLocationOnDate": "49",
    "MuteOff": "50",
    "MuteOn": "51",
    "NextSong": "52",
    "NextVideo": "53",
    "NotNotifyOnEventInLocation": "61",
    "NotNotifyOnEventStart": "62",
    "NotifyOnEventInLocation": "54",
    "NotifyOnEventStart": "55",
    "NotifyOnNewFromFollowing": "56",
    "NotifyOnNewOnChannel": "193",
    "NotifyOnWeight": "57",
    "NotifyWhenEventNameStart": "58",
    "NotifyWhenPortalUpdates": "59",
    "NotifyWhenPortalUpdatesInSection": "60",
    "OpenCalendar": "63",
    "OpenContacts": "64",
    "OpenEmail": "65",
    "OpenEngine": "66",
    "OpenFacebook": "67",
    "OpenFileWithName": "68",
    "OpenGdrive": "69",
    "OpenInstagram": "70",
    "OpenMyContact": "71",
    "OpenRestaurants": "72",
    "OpenRestaurantsInLocation": "73",
    "OpenSlack": "74",
    "OpenSpotify": "75",
    "OpenTwitter": "76",
    "OpenWeather": "77",
    "OpenWikipedia": "78",
    "OpenYT": "79",
    "Pause": "80",
    "PlayAlbumOfTypeByArtist": "81",
    "PlayPlaylist": "82",
    "PlaySong": "83",
    "PlaySongByArtist": "84",
    "PostPicture": "85",
    "PostPictureWithCaption": "86",
    "PostPictureWithUrl": "87",
    "PostPictureWithUrlAndWithCaption": "88",
    "PostStatus": "89",
    "PostWithLastPictureWithLocationAndWithHashtag": "90",
    "PostWithPicturesFromDateAndWithLocation": "91",
    "PreviousSong": "92",
    "RandomPage": "93",
    "RepeatOnOff": "94",
    "ReplyToEmailFromAddress": "95",
    "SMSToContact": "171",
    "SMSToContactWithMessage": "172",
    "ScrollDown": "96",
    "ScrollUp": "97",
    "SearchByCategory": "98",
    "SearchByCategoryInLocation": "99",
    "SearchByQuery": "100",
    "SearchByQueryInLocation": "101",
    "SearchByRating": "102",
    "SearchByRatingInLocation": "103",
    "SearchByReviewCount": "104",
    "SearchByReviewCountInLocation": "105",
    "SearchImagesOnEngine": "106",
    "SearchImagesWithTextOnEngine": "107",
    "SearchImagesWithTextOnEngineWithWidthAndWithHeight": "108",
    "SearchImagesWithTextOnEngineWithWidthAndWithHeightAndWithCondition": "109",
    "SearchInLocation": "110",
    "SearchQuery": "111",
    "SearchRestaurant": "112",
    "SearchText": "113",
    "SearchTextOnEngine": "114",
    "SeekByTime": "115",
    "SendEmail": "116",
    "SendEmailToAddress": "117",
    "SendEmailToAddressWithSubject": "118",
    "SendEmailToAddressWithSubjectAndWithMessage": "119",
    "SendMessageToChannel": "120",
    "SendMessageToUser": "121",
    "SendPictureToChannel": "122",
    "SendPictureToChannelWithCaption": "123",
    "SendPictureWithUrlToChannel": "124",
    "SendSlackMessage": "125",
    "SendTwitterMessage": "126",
    "SetDefaultLanguage": "127",
    "SetDefaultLanguageToLanguage": "128",
    "SetPurposeOnChannel": "129",
    "SetStatusAway": "130",
    "SetTemperatureBetweenValues": "131",
    "SetTemperatureOnDevice": "132",
    "SetTemperatureToValue": "133",
    "SetTemperatureToValueOnDevice": "134",
    "SetTopicInChannel": "135",
    "ShareFileWithNameToAddress": "136",
    "ShowAlbumWithName": "137",
    "ShowBMI": "138",
    "ShowChannelWithCategory": "139",
    "ShowChannelWithName": "140",
    "ShowContactWithEmail": "141",
    "ShowContactWithName": "142",
    "ShowContactWithNumber": "143",
    "ShowContactWithNumberAndWithEmail": "144",
    "ShowDanceability": "145",
    "ShowEmailFromSender": "146",
    "ShowEmailFromTime": "147",
    "ShowEmailWithLabel": "148",
    "ShowEmailWithPriority": "149",
    "ShowEmailWithSubject": "150",
    "ShowFilesFromTime": "151",
    "ShowFilesWithSize": "152",
    "ShowFilesWithStar": "153",
    "ShowFilesWithType": "154",
    "ShowLastNumberPictures": "155",
    "ShowNewestFiles": "156",
    "ShowNews": "157",
    "ShowNewsFromSection": "158",
    "ShowOldestFiles": "159",
    "ShowPictures": "160",
    "ShowPicturesFromDate": "161",
    "ShowPicturesWithFilter": "162",
    "ShowPicturesWithHashtag": "163",
    "ShowPicturesWithLocation": "164",
    "ShowSMS": "165",
    "ShowSteps": "166",
    "ShowStepsOnDate": "167",
    "ShowSubscribedChannels": "168",
    "ShowTwittsWithHashtag": "169",
    "ShuffleOnOff": "170",
    "SortAlphabetical": "173",
    "SortReverseAlphabetical": "174",
    "SunriseAndSunsetInLocation": "175",
    "SunriseAndSunsetInLocationAndOnDate": "176",
    "SunriseInLocation": "177",
    "SunsetInLocation": "178",
    "TakePicture": "179",
    "TranslateText": "180",
    "TranslateTextFromLanguage": "181",
    "TranslateTextFromLanguageToLanguage": "182",
    "TranslateTextFromLanguageToLanguageWithEngine": "183",
    "TranslateTextToLanguage": "184",
    "TranslateToLanguage": "185",
    "TurnOff": "186",
    "TurnOn": "187",
    "TurnOnOrOff": "188",
    "UnfollowUser": "189",
    "WeatherInLocation": "190",
    "WeatherTomorrow": "191",
    "WeatherTomorrowInLocation": "192"
  },
  "layer_norm_eps": 1e-05,
  "max_position_embeddings": 514,
  "model_type": "xlm-roberta",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "output_past": true,
  "pad_token_id": 1,
  "position_embedding_type": "absolute",
  "problem_type": "single_label_classification",
  "torch_dtype": "float32",
  "transformers_version": "4.27.0",
  "type_vocab_size": 1,
  "use_cache": true,
  "vocab_size": 250002
}