Danil
commited on
Commit
·
7c79041
1
Parent(s):
a9d3eca
Update config.json
Browse files- config.json +60 -62
config.json
CHANGED
@@ -9,68 +9,66 @@
|
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
-
"id2label": {
|
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 |
-
"59": "LABEL_59"
|
73 |
-
},
|
74 |
"initializer_range": 0.02,
|
75 |
"intermediate_size": 3072,
|
76 |
"label2id": {
|
|
|
9 |
"hidden_act": "gelu",
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
+
"id2label": {0: 'datetime_query',
|
13 |
+
1: 'iot_hue_lightchange',
|
14 |
+
2: 'transport_ticket',
|
15 |
+
3: 'takeaway_query',
|
16 |
+
4: 'qa_stock',
|
17 |
+
5: 'general_greet',
|
18 |
+
6: 'recommendation_events',
|
19 |
+
7: 'music_dislikeness',
|
20 |
+
8: 'iot_wemo_off',
|
21 |
+
9: 'cooking_recipe',
|
22 |
+
10: 'qa_currency',
|
23 |
+
11: 'transport_traffic',
|
24 |
+
12: 'general_quirky',
|
25 |
+
13: 'weather_query',
|
26 |
+
14: 'audio_volume_up',
|
27 |
+
15: 'email_addcontact',
|
28 |
+
16: 'takeaway_order',
|
29 |
+
17: 'email_querycontact',
|
30 |
+
18: 'iot_hue_lightup',
|
31 |
+
19: 'recommendation_locations',
|
32 |
+
20: 'play_audiobook',
|
33 |
+
21: 'lists_createoradd',
|
34 |
+
22: 'news_query',
|
35 |
+
23: 'alarm_query',
|
36 |
+
24: 'iot_wemo_on',
|
37 |
+
25: 'general_joke',
|
38 |
+
26: 'qa_definition',
|
39 |
+
27: 'social_query',
|
40 |
+
28: 'music_settings',
|
41 |
+
29: 'audio_volume_other',
|
42 |
+
30: 'calendar_remove',
|
43 |
+
31: 'iot_hue_lightdim',
|
44 |
+
32: 'calendar_query',
|
45 |
+
33: 'email_sendemail',
|
46 |
+
34: 'iot_cleaning',
|
47 |
+
35: 'audio_volume_down',
|
48 |
+
36: 'play_radio',
|
49 |
+
37: 'cooking_query',
|
50 |
+
38: 'datetime_convert',
|
51 |
+
39: 'qa_maths',
|
52 |
+
40: 'iot_hue_lightoff',
|
53 |
+
41: 'iot_hue_lighton',
|
54 |
+
42: 'transport_query',
|
55 |
+
43: 'music_likeness',
|
56 |
+
44: 'email_query',
|
57 |
+
45: 'play_music',
|
58 |
+
46: 'audio_volume_mute',
|
59 |
+
47: 'social_post',
|
60 |
+
48: 'alarm_set',
|
61 |
+
49: 'qa_factoid',
|
62 |
+
50: 'calendar_set',
|
63 |
+
51: 'play_game',
|
64 |
+
52: 'alarm_remove',
|
65 |
+
53: 'lists_remove',
|
66 |
+
54: 'transport_taxi',
|
67 |
+
55: 'recommendation_movies',
|
68 |
+
56: 'iot_coffee',
|
69 |
+
57: 'music_query',
|
70 |
+
58: 'play_podcasts',
|
71 |
+
59: 'lists_query'},
|
|
|
|
|
72 |
"initializer_range": 0.02,
|
73 |
"intermediate_size": 3072,
|
74 |
"label2id": {
|