aiface commited on
Commit
15eb32f
·
verified ·
1 Parent(s): c5a1952

Upload joint model (from_scratch=False, crf=False, freeze=False) grad_acc=2, wd=0.01, max_len=128, dropout=0.1

Browse files
Files changed (1) hide show
  1. label_maps.json +465 -0
label_maps.json ADDED
@@ -0,0 +1,465 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "intent2id": {
3
+ "0": 0,
4
+ "1": 1,
5
+ "2": 2,
6
+ "3": 3,
7
+ "4": 4,
8
+ "5": 5,
9
+ "6": 6,
10
+ "7": 7,
11
+ "8": 8,
12
+ "9": 9,
13
+ "10": 10,
14
+ "11": 11,
15
+ "12": 12,
16
+ "13": 13,
17
+ "14": 14,
18
+ "15": 15,
19
+ "16": 16,
20
+ "17": 17,
21
+ "18": 18,
22
+ "19": 19,
23
+ "20": 20,
24
+ "21": 21,
25
+ "22": 22,
26
+ "23": 23,
27
+ "24": 24,
28
+ "25": 25,
29
+ "26": 26,
30
+ "27": 27,
31
+ "28": 28,
32
+ "29": 29,
33
+ "30": 30,
34
+ "31": 31,
35
+ "32": 32,
36
+ "33": 33,
37
+ "34": 34,
38
+ "35": 35,
39
+ "36": 36,
40
+ "37": 37,
41
+ "38": 38,
42
+ "39": 39,
43
+ "40": 40,
44
+ "41": 41,
45
+ "42": 42,
46
+ "43": 43,
47
+ "44": 44,
48
+ "45": 45,
49
+ "46": 46,
50
+ "47": 47,
51
+ "48": 48,
52
+ "49": 49,
53
+ "50": 50,
54
+ "51": 51,
55
+ "52": 52,
56
+ "53": 53,
57
+ "54": 54,
58
+ "55": 55,
59
+ "56": 56,
60
+ "57": 57,
61
+ "58": 58,
62
+ "59": 59
63
+ },
64
+ "id2intent": {
65
+ "0": 0,
66
+ "1": 1,
67
+ "2": 2,
68
+ "3": 3,
69
+ "4": 4,
70
+ "5": 5,
71
+ "6": 6,
72
+ "7": 7,
73
+ "8": 8,
74
+ "9": 9,
75
+ "10": 10,
76
+ "11": 11,
77
+ "12": 12,
78
+ "13": 13,
79
+ "14": 14,
80
+ "15": 15,
81
+ "16": 16,
82
+ "17": 17,
83
+ "18": 18,
84
+ "19": 19,
85
+ "20": 20,
86
+ "21": 21,
87
+ "22": 22,
88
+ "23": 23,
89
+ "24": 24,
90
+ "25": 25,
91
+ "26": 26,
92
+ "27": 27,
93
+ "28": 28,
94
+ "29": 29,
95
+ "30": 30,
96
+ "31": 31,
97
+ "32": 32,
98
+ "33": 33,
99
+ "34": 34,
100
+ "35": 35,
101
+ "36": 36,
102
+ "37": 37,
103
+ "38": 38,
104
+ "39": 39,
105
+ "40": 40,
106
+ "41": 41,
107
+ "42": 42,
108
+ "43": 43,
109
+ "44": 44,
110
+ "45": 45,
111
+ "46": 46,
112
+ "47": 47,
113
+ "48": 48,
114
+ "49": 49,
115
+ "50": 50,
116
+ "51": 51,
117
+ "52": 52,
118
+ "53": 53,
119
+ "54": 54,
120
+ "55": 55,
121
+ "56": 56,
122
+ "57": 57,
123
+ "58": 58,
124
+ "59": 59
125
+ },
126
+ "slot_label_list": [
127
+ "O",
128
+ "B-alarm_type",
129
+ "B-app_name",
130
+ "B-artist_name",
131
+ "B-audiobook_author",
132
+ "B-audiobook_name",
133
+ "B-business_name",
134
+ "B-business_type",
135
+ "B-change_amount",
136
+ "B-coffee_type",
137
+ "B-color_type",
138
+ "B-cooking_type",
139
+ "B-currency_name",
140
+ "B-date",
141
+ "B-definition_word",
142
+ "B-device_type",
143
+ "B-drink_type",
144
+ "B-email_address",
145
+ "B-email_folder",
146
+ "B-event_name",
147
+ "B-food_type",
148
+ "B-game_name",
149
+ "B-game_type",
150
+ "B-general_frequency",
151
+ "B-house_place",
152
+ "B-ingredient",
153
+ "B-joke_type",
154
+ "B-list_name",
155
+ "B-meal_type",
156
+ "B-media_type",
157
+ "B-movie_name",
158
+ "B-movie_type",
159
+ "B-music_album",
160
+ "B-music_descriptor",
161
+ "B-music_genre",
162
+ "B-news_topic",
163
+ "B-order_type",
164
+ "B-person",
165
+ "B-personal_info",
166
+ "B-place_name",
167
+ "B-player_setting",
168
+ "B-playlist_name",
169
+ "B-podcast_descriptor",
170
+ "B-podcast_name",
171
+ "B-radio_name",
172
+ "B-relation",
173
+ "B-song_name",
174
+ "B-sport_type",
175
+ "B-time",
176
+ "B-time_zone",
177
+ "B-timeofday",
178
+ "B-transport_agency",
179
+ "B-transport_descriptor",
180
+ "B-transport_name",
181
+ "B-transport_type",
182
+ "B-weather_descriptor",
183
+ "I-alarm_type",
184
+ "I-app_name",
185
+ "I-artist_name",
186
+ "I-audiobook_author",
187
+ "I-audiobook_name",
188
+ "I-business_name",
189
+ "I-business_type",
190
+ "I-change_amount",
191
+ "I-coffee_type",
192
+ "I-color_type",
193
+ "I-cooking_type",
194
+ "I-currency_name",
195
+ "I-date",
196
+ "I-definition_word",
197
+ "I-device_type",
198
+ "I-drink_type",
199
+ "I-email_address",
200
+ "I-email_folder",
201
+ "I-event_name",
202
+ "I-food_type",
203
+ "I-game_name",
204
+ "I-game_type",
205
+ "I-general_frequency",
206
+ "I-house_place",
207
+ "I-ingredient",
208
+ "I-joke_type",
209
+ "I-list_name",
210
+ "I-meal_type",
211
+ "I-media_type",
212
+ "I-movie_name",
213
+ "I-movie_type",
214
+ "I-music_album",
215
+ "I-music_descriptor",
216
+ "I-music_genre",
217
+ "I-news_topic",
218
+ "I-order_type",
219
+ "I-person",
220
+ "I-personal_info",
221
+ "I-place_name",
222
+ "I-player_setting",
223
+ "I-playlist_name",
224
+ "I-podcast_descriptor",
225
+ "I-podcast_name",
226
+ "I-radio_name",
227
+ "I-relation",
228
+ "I-song_name",
229
+ "I-sport_type",
230
+ "I-time",
231
+ "I-time_zone",
232
+ "I-timeofday",
233
+ "I-transport_agency",
234
+ "I-transport_descriptor",
235
+ "I-transport_name",
236
+ "I-transport_type",
237
+ "I-weather_descriptor"
238
+ ],
239
+ "slot2id": {
240
+ "O": 0,
241
+ "B-alarm_type": 1,
242
+ "B-app_name": 2,
243
+ "B-artist_name": 3,
244
+ "B-audiobook_author": 4,
245
+ "B-audiobook_name": 5,
246
+ "B-business_name": 6,
247
+ "B-business_type": 7,
248
+ "B-change_amount": 8,
249
+ "B-coffee_type": 9,
250
+ "B-color_type": 10,
251
+ "B-cooking_type": 11,
252
+ "B-currency_name": 12,
253
+ "B-date": 13,
254
+ "B-definition_word": 14,
255
+ "B-device_type": 15,
256
+ "B-drink_type": 16,
257
+ "B-email_address": 17,
258
+ "B-email_folder": 18,
259
+ "B-event_name": 19,
260
+ "B-food_type": 20,
261
+ "B-game_name": 21,
262
+ "B-game_type": 22,
263
+ "B-general_frequency": 23,
264
+ "B-house_place": 24,
265
+ "B-ingredient": 25,
266
+ "B-joke_type": 26,
267
+ "B-list_name": 27,
268
+ "B-meal_type": 28,
269
+ "B-media_type": 29,
270
+ "B-movie_name": 30,
271
+ "B-movie_type": 31,
272
+ "B-music_album": 32,
273
+ "B-music_descriptor": 33,
274
+ "B-music_genre": 34,
275
+ "B-news_topic": 35,
276
+ "B-order_type": 36,
277
+ "B-person": 37,
278
+ "B-personal_info": 38,
279
+ "B-place_name": 39,
280
+ "B-player_setting": 40,
281
+ "B-playlist_name": 41,
282
+ "B-podcast_descriptor": 42,
283
+ "B-podcast_name": 43,
284
+ "B-radio_name": 44,
285
+ "B-relation": 45,
286
+ "B-song_name": 46,
287
+ "B-sport_type": 47,
288
+ "B-time": 48,
289
+ "B-time_zone": 49,
290
+ "B-timeofday": 50,
291
+ "B-transport_agency": 51,
292
+ "B-transport_descriptor": 52,
293
+ "B-transport_name": 53,
294
+ "B-transport_type": 54,
295
+ "B-weather_descriptor": 55,
296
+ "I-alarm_type": 56,
297
+ "I-app_name": 57,
298
+ "I-artist_name": 58,
299
+ "I-audiobook_author": 59,
300
+ "I-audiobook_name": 60,
301
+ "I-business_name": 61,
302
+ "I-business_type": 62,
303
+ "I-change_amount": 63,
304
+ "I-coffee_type": 64,
305
+ "I-color_type": 65,
306
+ "I-cooking_type": 66,
307
+ "I-currency_name": 67,
308
+ "I-date": 68,
309
+ "I-definition_word": 69,
310
+ "I-device_type": 70,
311
+ "I-drink_type": 71,
312
+ "I-email_address": 72,
313
+ "I-email_folder": 73,
314
+ "I-event_name": 74,
315
+ "I-food_type": 75,
316
+ "I-game_name": 76,
317
+ "I-game_type": 77,
318
+ "I-general_frequency": 78,
319
+ "I-house_place": 79,
320
+ "I-ingredient": 80,
321
+ "I-joke_type": 81,
322
+ "I-list_name": 82,
323
+ "I-meal_type": 83,
324
+ "I-media_type": 84,
325
+ "I-movie_name": 85,
326
+ "I-movie_type": 86,
327
+ "I-music_album": 87,
328
+ "I-music_descriptor": 88,
329
+ "I-music_genre": 89,
330
+ "I-news_topic": 90,
331
+ "I-order_type": 91,
332
+ "I-person": 92,
333
+ "I-personal_info": 93,
334
+ "I-place_name": 94,
335
+ "I-player_setting": 95,
336
+ "I-playlist_name": 96,
337
+ "I-podcast_descriptor": 97,
338
+ "I-podcast_name": 98,
339
+ "I-radio_name": 99,
340
+ "I-relation": 100,
341
+ "I-song_name": 101,
342
+ "I-sport_type": 102,
343
+ "I-time": 103,
344
+ "I-time_zone": 104,
345
+ "I-timeofday": 105,
346
+ "I-transport_agency": 106,
347
+ "I-transport_descriptor": 107,
348
+ "I-transport_name": 108,
349
+ "I-transport_type": 109,
350
+ "I-weather_descriptor": 110
351
+ },
352
+ "id2slot": {
353
+ "0": "O",
354
+ "1": "B-alarm_type",
355
+ "2": "B-app_name",
356
+ "3": "B-artist_name",
357
+ "4": "B-audiobook_author",
358
+ "5": "B-audiobook_name",
359
+ "6": "B-business_name",
360
+ "7": "B-business_type",
361
+ "8": "B-change_amount",
362
+ "9": "B-coffee_type",
363
+ "10": "B-color_type",
364
+ "11": "B-cooking_type",
365
+ "12": "B-currency_name",
366
+ "13": "B-date",
367
+ "14": "B-definition_word",
368
+ "15": "B-device_type",
369
+ "16": "B-drink_type",
370
+ "17": "B-email_address",
371
+ "18": "B-email_folder",
372
+ "19": "B-event_name",
373
+ "20": "B-food_type",
374
+ "21": "B-game_name",
375
+ "22": "B-game_type",
376
+ "23": "B-general_frequency",
377
+ "24": "B-house_place",
378
+ "25": "B-ingredient",
379
+ "26": "B-joke_type",
380
+ "27": "B-list_name",
381
+ "28": "B-meal_type",
382
+ "29": "B-media_type",
383
+ "30": "B-movie_name",
384
+ "31": "B-movie_type",
385
+ "32": "B-music_album",
386
+ "33": "B-music_descriptor",
387
+ "34": "B-music_genre",
388
+ "35": "B-news_topic",
389
+ "36": "B-order_type",
390
+ "37": "B-person",
391
+ "38": "B-personal_info",
392
+ "39": "B-place_name",
393
+ "40": "B-player_setting",
394
+ "41": "B-playlist_name",
395
+ "42": "B-podcast_descriptor",
396
+ "43": "B-podcast_name",
397
+ "44": "B-radio_name",
398
+ "45": "B-relation",
399
+ "46": "B-song_name",
400
+ "47": "B-sport_type",
401
+ "48": "B-time",
402
+ "49": "B-time_zone",
403
+ "50": "B-timeofday",
404
+ "51": "B-transport_agency",
405
+ "52": "B-transport_descriptor",
406
+ "53": "B-transport_name",
407
+ "54": "B-transport_type",
408
+ "55": "B-weather_descriptor",
409
+ "56": "I-alarm_type",
410
+ "57": "I-app_name",
411
+ "58": "I-artist_name",
412
+ "59": "I-audiobook_author",
413
+ "60": "I-audiobook_name",
414
+ "61": "I-business_name",
415
+ "62": "I-business_type",
416
+ "63": "I-change_amount",
417
+ "64": "I-coffee_type",
418
+ "65": "I-color_type",
419
+ "66": "I-cooking_type",
420
+ "67": "I-currency_name",
421
+ "68": "I-date",
422
+ "69": "I-definition_word",
423
+ "70": "I-device_type",
424
+ "71": "I-drink_type",
425
+ "72": "I-email_address",
426
+ "73": "I-email_folder",
427
+ "74": "I-event_name",
428
+ "75": "I-food_type",
429
+ "76": "I-game_name",
430
+ "77": "I-game_type",
431
+ "78": "I-general_frequency",
432
+ "79": "I-house_place",
433
+ "80": "I-ingredient",
434
+ "81": "I-joke_type",
435
+ "82": "I-list_name",
436
+ "83": "I-meal_type",
437
+ "84": "I-media_type",
438
+ "85": "I-movie_name",
439
+ "86": "I-movie_type",
440
+ "87": "I-music_album",
441
+ "88": "I-music_descriptor",
442
+ "89": "I-music_genre",
443
+ "90": "I-news_topic",
444
+ "91": "I-order_type",
445
+ "92": "I-person",
446
+ "93": "I-personal_info",
447
+ "94": "I-place_name",
448
+ "95": "I-player_setting",
449
+ "96": "I-playlist_name",
450
+ "97": "I-podcast_descriptor",
451
+ "98": "I-podcast_name",
452
+ "99": "I-radio_name",
453
+ "100": "I-relation",
454
+ "101": "I-song_name",
455
+ "102": "I-sport_type",
456
+ "103": "I-time",
457
+ "104": "I-time_zone",
458
+ "105": "I-timeofday",
459
+ "106": "I-transport_agency",
460
+ "107": "I-transport_descriptor",
461
+ "108": "I-transport_name",
462
+ "109": "I-transport_type",
463
+ "110": "I-weather_descriptor"
464
+ }
465
+ }