DelinteNicolas commited on
Commit
7fcb566
1 Parent(s): 18c5ed2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +36 -36
config.json CHANGED
@@ -10,46 +10,46 @@
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
- "11": "LABEL_11",
25
- "12": "LABEL_12",
26
- "13": "LABEL_13",
27
- "14": "LABEL_14",
28
- "15": "LABEL_15",
29
- "16": "LABEL_16",
30
- "17": "LABEL_17"
31
  },
32
  "initializer_range": 0.02,
33
  "intermediate_size": 3072,
34
  "label2id": {
35
- "LABEL_0": 0,
36
- "LABEL_1": 1,
37
- "LABEL_10": 10,
38
- "LABEL_11": 11,
39
- "LABEL_12": 12,
40
- "LABEL_13": 13,
41
- "LABEL_14": 14,
42
- "LABEL_15": 15,
43
- "LABEL_16": 16,
44
- "LABEL_17": 17,
45
- "LABEL_2": 2,
46
- "LABEL_3": 3,
47
- "LABEL_4": 4,
48
- "LABEL_5": 5,
49
- "LABEL_6": 6,
50
- "LABEL_7": 7,
51
- "LABEL_8": 8,
52
- "LABEL_9": 9
53
  },
54
  "layer_norm_eps": 1e-12,
55
  "max_position_embeddings": 512,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "Not a SDG",
14
+ "1": "SDG1: No Poverty",
15
+ "2": "SDG2: Zero Hunger",
16
+ "3": "SDG3: Good Health and Well-being",
17
+ "4": "SDG4: Quality Education",
18
+ "5": "SDG5: Gender Equality",
19
+ "6": "SDG6: Clean Water and Sanitation",
20
+ "7": "SDG7: Affordable and Clean Energy",
21
+ "8": "SDG8: Decent Work and Economic Growth",
22
+ "9": "SDG9: Industry, Innovation and Infrastructure",
23
+ "10": "SDG10: Reduced Inequality",
24
+ "11": "SDG11: Sustainable Cities and Communities",
25
+ "12": "SDG12: Responsible Consumption and Production",
26
+ "13": "SDG13: Climate Action",
27
+ "14": "SDG14: Life Below Water",
28
+ "15": "SDG15: Life on Land",
29
+ "16": "SDG16: Peace and Justice Strong Institutions",
30
+ "17": "SDG17: Partnerships to achieve the Goal"
31
  },
32
  "initializer_range": 0.02,
33
  "intermediate_size": 3072,
34
  "label2id": {
35
+ "Not a SDG": 0,
36
+ "SDG1: No Poverty": 1,
37
+ "SDG10: Reduced Inequality": 10,
38
+ "SDG11: Sustainable Cities and Communities": 11,
39
+ "SDG12: Responsible Consumption and Production": 12,
40
+ "SDG13: Climate Action": 13,
41
+ "SDG14: Life Below Water": 14,
42
+ "SDG15: Life on Land": 15,
43
+ "SDG16: Peace and Justice Strong Institutions": 16,
44
+ "SDG17: Partnerships to achieve the Goal": 17,
45
+ "SDG2: Zero Hunger": 2,
46
+ "SDG3: Good Health and Well-being": 3,
47
+ "SDG4: Quality Education": 4,
48
+ "SDG5: Gender Equality": 5,
49
+ "SDG6: Clean Water and Sanitation": 6,
50
+ "SDG7: Affordable and Clean Energy": 7,
51
+ "SDG8: Decent Work and Economic Growth": 8,
52
+ "SDG9: Industry, Innovation and Infrastructure": 9
53
  },
54
  "layer_norm_eps": 1e-12,
55
  "max_position_embeddings": 512,