YagiASAFAS commited on
Commit
47bb607
1 Parent(s): f30fa89

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +22 -22
config.json CHANGED
@@ -10,32 +10,32 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2",
16
- "3": "LABEL_3",
17
- "4": "LABEL_4",
18
- "5": "LABEL_5",
19
- "6": "LABEL_6",
20
- "7": "LABEL_7",
21
- "8": "LABEL_8",
22
- "9": "LABEL_9",
23
- "10": "LABEL_10"
24
  },
25
  "initializer_range": 0.02,
26
  "intermediate_size": 3072,
27
  "label2id": {
28
- "LABEL_0": 0,
29
- "LABEL_1": 1,
30
- "LABEL_10": 10,
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
- "LABEL_9": 9
39
  },
40
  "layer_norm_eps": 1e-12,
41
  "max_position_embeddings": 512,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "Economic Concerns",
14
+ "1": "Racial discrimination or polarization",
15
+ "2": "Leadership weaknesses",
16
+ "3": "Development and infrastructure gaps",
17
+ "4": "Corruption",
18
+ "5": "Political instablility",
19
+ "6": "Socials and Public safety",
20
+ "7": "Administration",
21
+ "8": "Education",
22
+ "9": "Religion issues",
23
+ "10": "Environmental"
24
  },
25
  "initializer_range": 0.02,
26
  "intermediate_size": 3072,
27
  "label2id": {
28
+ "Economic Concerns": 0,
29
+ "Racial discrimination or polarization": 1,
30
+ "Leadership weaknesses": 2,
31
+ "Development and infrastructure gaps": 3,
32
+ "Corruption": 4,
33
+ "Political instablility": 5,
34
+ "Socials and Public safety": 6,
35
+ "Administration": 7,
36
+ "Education": 8,
37
+ "Religion issues": 9,
38
+ "Environmental": 10
39
  },
40
  "layer_norm_eps": 1e-12,
41
  "max_position_embeddings": 512,