system HF staff commited on
Commit
0d5b926
1 Parent(s): e2d6b4e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +20 -20
config.json CHANGED
@@ -9,30 +9,30 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 1024,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8",
21
- "9": "LABEL_9"
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 4096,
25
  "label2id": {
26
- "LABEL_0": 0,
27
- "LABEL_1": 1,
28
- "LABEL_2": 2,
29
- "LABEL_3": 3,
30
- "LABEL_4": 4,
31
- "LABEL_5": 5,
32
- "LABEL_6": 6,
33
- "LABEL_7": 7,
34
- "LABEL_8": 8,
35
- "LABEL_9": 9
36
  },
37
  "layer_norm_eps": 1e-12,
38
  "max_position_embeddings": 40000,
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 1024,
11
  "id2label": {
12
+ "0": "Cell.membrane",
13
+ "1": "Cytoplasm",
14
+ "2": "Endoplasmic.reticulum",
15
+ "3": "Extracellular",
16
+ "4": "Golgi.apparatus",
17
+ "5": "Lysosome/Vacuole",
18
+ "6": "Mitochondrion",
19
+ "7": "Nucleus",
20
+ "8": "Peroxisome",
21
+ "9": "Plastid"
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 4096,
25
  "label2id": {
26
+ "Cell.membrane": 0,
27
+ "Cytoplasm": 1,
28
+ "Endoplasmic.reticulum": 2,
29
+ "Extracellular": 3,
30
+ "Golgi.apparatus": 4,
31
+ "Lysosome/Vacuole": 5,
32
+ "Mitochondrion": 6,
33
+ "Nucleus": 7,
34
+ "Peroxisome": 8,
35
+ "Plastid": 9
36
  },
37
  "layer_norm_eps": 1e-12,
38
  "max_position_embeddings": 40000,