Danil commited on
Commit
fcaa5da
1 Parent(s): 7fd09e8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +123 -127
config.json CHANGED
@@ -1,8 +1,6 @@
1
  {
2
  "_name_or_path": "sberbank-ai/ruBert-base",
3
- "architectures": [
4
- "BertForSequenceClassification"
5
- ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "directionality": "bidi",
@@ -10,133 +8,131 @@
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": {
78
- "datetime_query": 0,
79
- "iot_hue_lightchange": 1,
80
- "transport_ticket": 2,
81
- "takeaway_query": 3,
82
- "qa_stock": 4,
83
- "general_greet": 5,
84
- "recommendation_events": 6,
85
- "music_dislikeness": 7,
86
- "iot_wemo_off": 8,
87
- "cooking_recipe": 9,
88
- "qa_currency": 10,
89
- "transport_traffic": 11,
90
- "general_quirky": 12,
91
- "weather_query": 13,
92
- "audio_volume_up": 14,
93
- "email_addcontact": 15,
94
- "takeaway_order": 16,
95
- "email_querycontact": 17,
96
- "iot_hue_lightup": 18,
97
- "recommendation_locations": 19,
98
- "play_audiobook": 20,
99
- "lists_createoradd": 21,
100
- "news_query": 22,
101
- "alarm_query": 23,
102
- "iot_wemo_on": 24,
103
- "general_joke": 25,
104
- "qa_definition": 26,
105
- "social_query": 27,
106
- "music_settings": 28,
107
- "audio_volume_other": 29,
108
- "calendar_remove": 30,
109
- "iot_hue_lightdim": 31,
110
- "calendar_query": 32,
111
- "email_sendemail": 33,
112
- "iot_cleaning": 34,
113
- "audio_volume_down": 35,
114
- "play_radio": 36,
115
- "cooking_query": 37,
116
- "datetime_convert": 38,
117
- "qa_maths": 39,
118
- "iot_hue_lightoff": 40,
119
- "iot_hue_lighton": 41,
120
- "transport_query": 42,
121
- "music_likeness": 43,
122
- "email_query": 44,
123
- "play_music": 45,
124
- "audio_volume_mute": 46,
125
- "social_post": 47,
126
- "alarm_set": 48,
127
- "qa_factoid": 49,
128
- "calendar_set": 50,
129
- "play_game": 51,
130
- "alarm_remove": 52,
131
- "lists_remove": 53,
132
- "transport_taxi": 54,
133
- "recommendation_movies": 55,
134
- "iot_coffee": 56,
135
- "music_query": 57,
136
- "play_podcasts": 58,
137
- "lists_query": 59
138
- }
139
- ,
140
  "layer_norm_eps": 1e-12,
141
  "max_position_embeddings": 512,
142
  "model_type": "bert",
 
1
  {
2
  "_name_or_path": "sberbank-ai/ruBert-base",
3
+ "architectures": ["BertForSequenceClassification"],
 
 
4
  "attention_probs_dropout_prob": 0.1,
5
  "classifier_dropout": null,
6
  "directionality": "bidi",
 
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
+ "0": "datetime_query",
12
+ "1": "iot_hue_lightchange",
13
+ "2": "transport_ticket",
14
+ "3": "takeaway_query",
15
+ "4": "qa_stock",
16
+ "5": "general_greet",
17
+ "6": "recommendation_events",
18
+ "7": "music_dislikeness",
19
+ "8": "iot_wemo_off",
20
+ "9": "cooking_recipe",
21
+ "10": "qa_currency",
22
+ "11": "transport_traffic",
23
+ "12": "general_quirky",
24
+ "13": "weather_query",
25
+ "14": "audio_volume_up",
26
+ "15": "email_addcontact",
27
+ "16": "takeaway_order",
28
+ "17": "email_querycontact",
29
+ "18": "iot_hue_lightup",
30
+ "19": "recommendation_locations",
31
+ "20": "play_audiobook",
32
+ "21": "lists_createoradd",
33
+ "22": "news_query",
34
+ "23": "alarm_query",
35
+ "24": "iot_wemo_on",
36
+ "25": "general_joke",
37
+ "26": "qa_definition",
38
+ "27": "social_query",
39
+ "28": "music_settings",
40
+ "29": "audio_volume_other",
41
+ "30": "calendar_remove",
42
+ "31": "iot_hue_lightdim",
43
+ "32": "calendar_query",
44
+ "33": "email_sendemail",
45
+ "34": "iot_cleaning",
46
+ "35": "audio_volume_down",
47
+ "36": "play_radio",
48
+ "37": "cooking_query",
49
+ "38": "datetime_convert",
50
+ "39": "qa_maths",
51
+ "40": "iot_hue_lightoff",
52
+ "41": "iot_hue_lighton",
53
+ "42": "transport_query",
54
+ "43": "music_likeness",
55
+ "44": "email_query",
56
+ "45": "play_music",
57
+ "46": "audio_volume_mute",
58
+ "47": "social_post",
59
+ "48": "alarm_set",
60
+ "49": "qa_factoid",
61
+ "50": "calendar_set",
62
+ "51": "play_game",
63
+ "52": "alarm_remove",
64
+ "53": "lists_remove",
65
+ "54": "transport_taxi",
66
+ "55": "recommendation_movies",
67
+ "56": "iot_coffee",
68
+ "57": "music_query",
69
+ "58": "play_podcasts",
70
+ "59": "lists_query"
71
+ },
 
72
  "initializer_range": 0.02,
73
  "intermediate_size": 3072,
74
  "label2id": {
75
+ "datetime_query": 0,
76
+ "iot_hue_lightchange": 1,
77
+ "transport_ticket": 2,
78
+ "takeaway_query": 3,
79
+ "qa_stock": 4,
80
+ "general_greet": 5,
81
+ "recommendation_events": 6,
82
+ "music_dislikeness": 7,
83
+ "iot_wemo_off": 8,
84
+ "cooking_recipe": 9,
85
+ "qa_currency": 10,
86
+ "transport_traffic": 11,
87
+ "general_quirky": 12,
88
+ "weather_query": 13,
89
+ "audio_volume_up": 14,
90
+ "email_addcontact": 15,
91
+ "takeaway_order": 16,
92
+ "email_querycontact": 17,
93
+ "iot_hue_lightup": 18,
94
+ "recommendation_locations": 19,
95
+ "play_audiobook": 20,
96
+ "lists_createoradd": 21,
97
+ "news_query": 22,
98
+ "alarm_query": 23,
99
+ "iot_wemo_on": 24,
100
+ "general_joke": 25,
101
+ "qa_definition": 26,
102
+ "social_query": 27,
103
+ "music_settings": 28,
104
+ "audio_volume_other": 29,
105
+ "calendar_remove": 30,
106
+ "iot_hue_lightdim": 31,
107
+ "calendar_query": 32,
108
+ "email_sendemail": 33,
109
+ "iot_cleaning": 34,
110
+ "audio_volume_down": 35,
111
+ "play_radio": 36,
112
+ "cooking_query": 37,
113
+ "datetime_convert": 38,
114
+ "qa_maths": 39,
115
+ "iot_hue_lightoff": 40,
116
+ "iot_hue_lighton": 41,
117
+ "transport_query": 42,
118
+ "music_likeness": 43,
119
+ "email_query": 44,
120
+ "play_music": 45,
121
+ "audio_volume_mute": 46,
122
+ "social_post": 47,
123
+ "alarm_set": 48,
124
+ "qa_factoid": 49,
125
+ "calendar_set": 50,
126
+ "play_game": 51,
127
+ "alarm_remove": 52,
128
+ "lists_remove": 53,
129
+ "transport_taxi": 54,
130
+ "recommendation_movies": 55,
131
+ "iot_coffee": 56,
132
+ "music_query": 57,
133
+ "play_podcasts": 58,
134
+ "lists_query": 59
135
+ },
 
136
  "layer_norm_eps": 1e-12,
137
  "max_position_embeddings": 512,
138
  "model_type": "bert",