speech-test
commited on
Commit
•
4cc1cb6
1
Parent(s):
b5baf57
Fix labels
Browse files- config.json +48 -48
config.json
CHANGED
@@ -51,58 +51,58 @@
|
|
51 |
"hidden_dropout_prob": 0.1,
|
52 |
"hidden_size": 768,
|
53 |
"id2label": {
|
54 |
-
"0": "
|
55 |
-
"1": "
|
56 |
-
"2": "
|
57 |
-
"3": "
|
58 |
-
"4": "
|
59 |
-
"5": "
|
60 |
-
"6": "
|
61 |
-
"7": "
|
62 |
-
"8": "
|
63 |
-
"9": "
|
64 |
-
"10": "
|
65 |
-
"11": "
|
66 |
-
"12": "
|
67 |
-
"13": "
|
68 |
-
"14": "
|
69 |
-
"15": "
|
70 |
-
"16": "
|
71 |
-
"17": "
|
72 |
-
"18": "
|
73 |
-
"19": "
|
74 |
-
"20": "
|
75 |
-
"21": "
|
76 |
-
"22": "
|
77 |
-
"23": "
|
78 |
},
|
79 |
"initializer_range": 0.02,
|
80 |
"intermediate_size": 3072,
|
81 |
"label2id": {
|
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 |
"layer_norm_eps": 1e-05,
|
108 |
"layerdrop": 0.1,
|
|
|
51 |
"hidden_dropout_prob": 0.1,
|
52 |
"hidden_size": 768,
|
53 |
"id2label": {
|
54 |
+
"0": "change language",
|
55 |
+
"1": "activate",
|
56 |
+
"2": "deactivate",
|
57 |
+
"3": "increase",
|
58 |
+
"4": "decrease",
|
59 |
+
"5": "bring",
|
60 |
+
"6": "none_object",
|
61 |
+
"7": "music",
|
62 |
+
"8": "lights",
|
63 |
+
"9": "volume",
|
64 |
+
"10": "heat",
|
65 |
+
"11": "lamp",
|
66 |
+
"12": "newspaper",
|
67 |
+
"13": "juice",
|
68 |
+
"14": "socks",
|
69 |
+
"15": "Chinese",
|
70 |
+
"16": "Korean",
|
71 |
+
"17": "English",
|
72 |
+
"18": "German",
|
73 |
+
"19": "shoes",
|
74 |
+
"20": "none_location",
|
75 |
+
"21": "kitchen",
|
76 |
+
"22": "bedroom",
|
77 |
+
"23": "washroom"
|
78 |
},
|
79 |
"initializer_range": 0.02,
|
80 |
"intermediate_size": 3072,
|
81 |
"label2id": {
|
82 |
+
"Chinese": 15,
|
83 |
+
"English": 17,
|
84 |
+
"German": 18,
|
85 |
+
"Korean": 16,
|
86 |
+
"activate": 1,
|
87 |
+
"bedroom": 22,
|
88 |
+
"bring": 5,
|
89 |
+
"change language": 0,
|
90 |
+
"deactivate": 2,
|
91 |
+
"decrease": 4,
|
92 |
+
"heat": 10,
|
93 |
+
"increase": 3,
|
94 |
+
"juice": 13,
|
95 |
+
"kitchen": 21,
|
96 |
+
"lamp": 11,
|
97 |
+
"lights": 8,
|
98 |
+
"music": 7,
|
99 |
+
"newspaper": 12,
|
100 |
+
"none_location": 20,
|
101 |
+
"none_object": 6,
|
102 |
+
"shoes": 19,
|
103 |
+
"socks": 14,
|
104 |
+
"volume": 9,
|
105 |
+
"washroom": 23
|
106 |
},
|
107 |
"layer_norm_eps": 1e-05,
|
108 |
"layerdrop": 0.1,
|