yzimmermann commited on
Commit
f71f0df
1 Parent(s): cc86470

Changed label names

Browse files
Files changed (1) hide show
  1. 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": "LABEL_0",
16
- "1": "LABEL_1",
17
- "2": "LABEL_2",
18
- "3": "LABEL_3",
19
- "4": "LABEL_4",
20
- "5": "LABEL_5",
21
- "6": "LABEL_6",
22
- "7": "LABEL_7",
23
- "8": "LABEL_8"
24
  },
25
  "initializer_range": 0.02,
26
  "intermediate_size": 464,
27
  "is_gpu": true,
28
  "label2id": {
29
- "LABEL_0": 0,
30
- "LABEL_1": 1,
31
- "LABEL_2": 2,
32
- "LABEL_3": 3,
33
- "LABEL_4": 4,
34
- "LABEL_5": 5,
35
- "LABEL_6": 6,
36
- "LABEL_7": 7,
37
- "LABEL_8": 8
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,