Changed label names
Browse files- config.json +18 -18
config.json
CHANGED
|
@@ -12,29 +12,29 @@
|
|
| 12 |
"hidden_dropout_prob": 0.144,
|
| 13 |
"hidden_size": 384,
|
| 14 |
"id2label": {
|
| 15 |
-
"0": "
|
| 16 |
-
"1": "
|
| 17 |
-
"2": "
|
| 18 |
-
"3": "
|
| 19 |
-
"4": "
|
| 20 |
-
"5": "
|
| 21 |
-
"6": "
|
| 22 |
-
"7": "
|
| 23 |
-
"8": "
|
| 24 |
},
|
| 25 |
"initializer_range": 0.02,
|
| 26 |
"intermediate_size": 464,
|
| 27 |
"is_gpu": true,
|
| 28 |
"label2id": {
|
| 29 |
-
"
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
},
|
| 39 |
"layer_norm_eps": 1e-12,
|
| 40 |
"max_position_embeddings": 515,
|
|
|
|
| 12 |
"hidden_dropout_prob": 0.144,
|
| 13 |
"hidden_size": 384,
|
| 14 |
"id2label": {
|
| 15 |
+
"0": "Bitterness",
|
| 16 |
+
"1": "Miscellaneous",
|
| 17 |
+
"2": "Multitaste",
|
| 18 |
+
"3": "Non-sweetness",
|
| 19 |
+
"4": "Saltiness",
|
| 20 |
+
"5": "Sourness",
|
| 21 |
+
"6": "Sweetness",
|
| 22 |
+
"7": "Tastelessness",
|
| 23 |
+
"8": "Umaminess"
|
| 24 |
},
|
| 25 |
"initializer_range": 0.02,
|
| 26 |
"intermediate_size": 464,
|
| 27 |
"is_gpu": true,
|
| 28 |
"label2id": {
|
| 29 |
+
"Bitterness": 0,
|
| 30 |
+
"Miscellaneous": 1,
|
| 31 |
+
"Multitaste": 2,
|
| 32 |
+
"Non-sweetness": 3,
|
| 33 |
+
"Saltiness": 4,
|
| 34 |
+
"Sourness": 5,
|
| 35 |
+
"Sweetness": 6,
|
| 36 |
+
"Tastelessness": 7,
|
| 37 |
+
"Umaminess": 8
|
| 38 |
},
|
| 39 |
"layer_norm_eps": 1e-12,
|
| 40 |
"max_position_embeddings": 515,
|