LizaKovtun commited on
Commit
f8a851c
1 Parent(s): 141b0b7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +120 -123
config.json CHANGED
@@ -1,124 +1,121 @@
1
  {
2
- "architectures": [
3
- "ESGify"
4
- ],
5
- "auto_map": {
6
- "AutoConfig": "configuration_ESGify.ESGifyConfig",
7
- "AutoModel": "modeling_ESGify.ESGify"
8
- },
9
- "attention_probs_dropout_prob": 0.1,
10
- "bos_token_id": 0,
11
- "eos_token_id": 2,
12
- "hidden_act": "gelu",
13
- "hidden_dropout_prob": 0.1,
14
- "hidden_size": 768,
15
- "initializer_range": 0.02,
16
- "intermediate_size": 3072,
17
- "layer_norm_eps": 1e-05,
18
- "max_position_embeddings": 514,
19
- "model_type": "mpnet",
20
- "num_attention_heads": 12,
21
- "num_hidden_layers": 12,
22
- "output_attentions": true,
23
- "pad_token_id": 1,
24
- "relative_attention_num_buckets": 32,
25
- "torch_dtype": "float32",
26
- "transformers_version": "4.30.1",
27
- "vocab_size": 30531,
28
- "id2label": {"0": "Legal Proceedings & Law Violations",
29
- "1": "Biodiversity",
30
- "2": "Communities Health and Safety",
31
- "3": "Land Acquisition and Resettlement (S)",
32
- "4": "Emergencies (Social)",
33
- "5": "Corporate Governance",
34
- "6": "Responsible Investment & Greenwashing",
35
- "7": "Not Relevant to ESG",
36
- "8": "Economic Crime",
37
- "9": "Emergencies (Environmental)",
38
- "10": "Hazardous Materials Management",
39
- "11": "Environmental Management",
40
- "12": "Landscape Transformation",
41
- "13": "Human Rights",
42
- "14": "Climate Risks",
43
- "15": "Labor Relations Management",
44
- "16": "Freedom of Association and Right to Organise",
45
- "17": "Employee Health and Safety",
46
- "18": "Surface Water Pollution",
47
- "19": "Animal Welfare",
48
- "20": "Water Consumption",
49
- "21": "Disclosure",
50
- "22": "Product Safety and Quality",
51
- "23": "Greenhouse Gas Emissions",
52
- "24": "Indigenous People",
53
- "25": "Cultural Heritage",
54
- "26": "Air Pollution",
55
- "27": "Waste Management",
56
- "28": "Soil and Groundwater Impact",
57
- "29": "Forced Labour",
58
- "30": "Wastewater Management",
59
- "31": "Natural Resources",
60
- "32": "Physical Impacts",
61
- "33": "Values and Ethics",
62
- "34": "Risk Management and Internal Control",
63
- "35": "Supply Chain (Environmental)",
64
- "36": "Supply Chain (Social)",
65
- "37": "Discrimination",
66
- "38": "Minimum Age and Child Labour",
67
- "39": "Planning Limitations",
68
- "40": "Data Safety",
69
- "41": "Strategy Implementation",
70
- "42": "Energy Efficiency and Renewables",
71
- "43": "Land Acquisition and Resettlement (E)",
72
- "44": "Supply Chain (Economic / Governance)",
73
- "45": "Land Rehabilitation",
74
- "46": "Retrenchment"
75
- },
76
- "label2id":{"Legal Proceedings & Law Violations": "0",
77
- "Biodiversity": "1",
78
- "Communities Health and Safety": "2",
79
- "Land Acquisition and Resettlement (S)": "3",
80
- "Emergencies (Social)": "4",
81
- "Corporate Governance": "5",
82
- "Responsible Investment & Greenwashing": "6",
83
- "Not Relevant to ESG": "7",
84
- "Economic Crime": "8",
85
- "Emergencies (Environmental)": "9",
86
- "Hazardous Materials Management": "10",
87
- "Environmental Management": "11",
88
- "Landscape Transformation": "12",
89
- "Human Rights": "13",
90
- "Climate Risks": "14",
91
- "Labor Relations Management": "15",
92
- "Freedom of Association and Right to Organise": "16",
93
- "Employee Health and Safety": "17",
94
- "Surface Water Pollution": "18",
95
- "Animal Welfare": "19",
96
- "Water Consumption": "20",
97
- "Disclosure": "21",
98
- "Product Safety and Quality": "22",
99
- "Greenhouse Gas Emissions": "23",
100
- "Indigenous People": "24",
101
- "Cultural Heritage": "25",
102
- "Air Pollution": "26",
103
- "Waste Management": "27",
104
- "Soil and Groundwater Impact": "28",
105
- "Forced Labour": "29",
106
- "Wastewater Management": "30",
107
- "Natural Resources": "31",
108
- "Physical Impacts": "32",
109
- "Values and Ethics": "33",
110
- "Risk Management and Internal Control": "34",
111
- "Supply Chain (Environmental)": "35",
112
- "Supply Chain (Social)": "36",
113
- "Discrimination": "37",
114
- "Minimum Age and Child Labour": "38",
115
- "Planning Limitations": "39",
116
- "Data Safety": "40",
117
- "Strategy Implementation": "41",
118
- "Energy Efficiency and Renewables": "42",
119
- "Land Acquisition and Resettlement (E)": "43",
120
- "Supply Chain (Economic / Governance)": "44",
121
- "Land Rehabilitation": "45",
122
- "Retrenchment": "46"}
123
-
124
- }
 
1
  {
2
+ "_name_or_path": ".",
3
+ "architectures": [
4
+ "ESGify"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-05,
15
+ "max_position_embeddings": 514,
16
+ "model_type": "mpnet",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "output_attentions": true,
20
+ "pad_token_id": 1,
21
+ "relative_attention_num_buckets": 32,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.30.1",
24
+ "vocab_size": 30531,
25
+ "id2label": {"0": "Legal Proceedings & Law Violations",
26
+ "1": "Biodiversity",
27
+ "2": "Communities Health and Safety",
28
+ "3": "Land Acquisition and Resettlement (S)",
29
+ "4": "Emergencies (Social)",
30
+ "5": "Corporate Governance",
31
+ "6": "Responsible Investment & Greenwashing",
32
+ "7": "Not Relevant to ESG",
33
+ "8": "Economic Crime",
34
+ "9": "Emergencies (Environmental)",
35
+ "10": "Hazardous Materials Management",
36
+ "11": "Environmental Management",
37
+ "12": "Landscape Transformation",
38
+ "13": "Human Rights",
39
+ "14": "Climate Risks",
40
+ "15": "Labor Relations Management",
41
+ "16": "Freedom of Association and Right to Organise",
42
+ "17": "Employee Health and Safety",
43
+ "18": "Surface Water Pollution",
44
+ "19": "Animal Welfare",
45
+ "20": "Water Consumption",
46
+ "21": "Disclosure",
47
+ "22": "Product Safety and Quality",
48
+ "23": "Greenhouse Gas Emissions",
49
+ "24": "Indigenous People",
50
+ "25": "Cultural Heritage",
51
+ "26": "Air Pollution",
52
+ "27": "Waste Management",
53
+ "28": "Soil and Groundwater Impact",
54
+ "29": "Forced Labour",
55
+ "30": "Wastewater Management",
56
+ "31": "Natural Resources",
57
+ "32": "Physical Impacts",
58
+ "33": "Values and Ethics",
59
+ "34": "Risk Management and Internal Control",
60
+ "35": "Supply Chain (Environmental)",
61
+ "36": "Supply Chain (Social)",
62
+ "37": "Discrimination",
63
+ "38": "Minimum Age and Child Labour",
64
+ "39": "Planning Limitations",
65
+ "40": "Data Safety",
66
+ "41": "Strategy Implementation",
67
+ "42": "Energy Efficiency and Renewables",
68
+ "43": "Land Acquisition and Resettlement (E)",
69
+ "44": "Supply Chain (Economic / Governance)",
70
+ "45": "Land Rehabilitation",
71
+ "46": "Retrenchment"
72
+ },
73
+ "label2id":{"Legal Proceedings & Law Violations": "0",
74
+ "Biodiversity": "1",
75
+ "Communities Health and Safety": "2",
76
+ "Land Acquisition and Resettlement (S)": "3",
77
+ "Emergencies (Social)": "4",
78
+ "Corporate Governance": "5",
79
+ "Responsible Investment & Greenwashing": "6",
80
+ "Not Relevant to ESG": "7",
81
+ "Economic Crime": "8",
82
+ "Emergencies (Environmental)": "9",
83
+ "Hazardous Materials Management": "10",
84
+ "Environmental Management": "11",
85
+ "Landscape Transformation": "12",
86
+ "Human Rights": "13",
87
+ "Climate Risks": "14",
88
+ "Labor Relations Management": "15",
89
+ "Freedom of Association and Right to Organise": "16",
90
+ "Employee Health and Safety": "17",
91
+ "Surface Water Pollution": "18",
92
+ "Animal Welfare": "19",
93
+ "Water Consumption": "20",
94
+ "Disclosure": "21",
95
+ "Product Safety and Quality": "22",
96
+ "Greenhouse Gas Emissions": "23",
97
+ "Indigenous People": "24",
98
+ "Cultural Heritage": "25",
99
+ "Air Pollution": "26",
100
+ "Waste Management": "27",
101
+ "Soil and Groundwater Impact": "28",
102
+ "Forced Labour": "29",
103
+ "Wastewater Management": "30",
104
+ "Natural Resources": "31",
105
+ "Physical Impacts": "32",
106
+ "Values and Ethics": "33",
107
+ "Risk Management and Internal Control": "34",
108
+ "Supply Chain (Environmental)": "35",
109
+ "Supply Chain (Social)": "36",
110
+ "Discrimination": "37",
111
+ "Minimum Age and Child Labour": "38",
112
+ "Planning Limitations": "39",
113
+ "Data Safety": "40",
114
+ "Strategy Implementation": "41",
115
+ "Energy Efficiency and Renewables": "42",
116
+ "Land Acquisition and Resettlement (E)": "43",
117
+ "Supply Chain (Economic / Governance)": "44",
118
+ "Land Rehabilitation": "45",
119
+ "Retrenchment": "46"}
120
+
121
+ }