add label2id
Browse files- config.json +97 -1
config.json
CHANGED
|
@@ -21,5 +21,101 @@
|
|
| 21 |
"relative_attention_num_buckets": 32,
|
| 22 |
"torch_dtype": "float32",
|
| 23 |
"transformers_version": "4.30.1",
|
| 24 |
-
"vocab_size": 30531
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
}
|
|
|
|
| 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 |
}
|