Danil commited on
Commit
0d77a32
1 Parent(s): 7c79041

Update config.json

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