ESGify / config.json
LizaKovtun's picture
Update config.json
f8a851c
{
"_name_or_path": ".",
"architectures": [
"ESGify"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 3072,
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "mpnet",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"output_attentions": true,
"pad_token_id": 1,
"relative_attention_num_buckets": 32,
"torch_dtype": "float32",
"transformers_version": "4.30.1",
"vocab_size": 30531,
"id2label": {"0": "Legal Proceedings & Law Violations",
"1": "Biodiversity",
"2": "Communities Health and Safety",
"3": "Land Acquisition and Resettlement (S)",
"4": "Emergencies (Social)",
"5": "Corporate Governance",
"6": "Responsible Investment & Greenwashing",
"7": "Not Relevant to ESG",
"8": "Economic Crime",
"9": "Emergencies (Environmental)",
"10": "Hazardous Materials Management",
"11": "Environmental Management",
"12": "Landscape Transformation",
"13": "Human Rights",
"14": "Climate Risks",
"15": "Labor Relations Management",
"16": "Freedom of Association and Right to Organise",
"17": "Employee Health and Safety",
"18": "Surface Water Pollution",
"19": "Animal Welfare",
"20": "Water Consumption",
"21": "Disclosure",
"22": "Product Safety and Quality",
"23": "Greenhouse Gas Emissions",
"24": "Indigenous People",
"25": "Cultural Heritage",
"26": "Air Pollution",
"27": "Waste Management",
"28": "Soil and Groundwater Impact",
"29": "Forced Labour",
"30": "Wastewater Management",
"31": "Natural Resources",
"32": "Physical Impacts",
"33": "Values and Ethics",
"34": "Risk Management and Internal Control",
"35": "Supply Chain (Environmental)",
"36": "Supply Chain (Social)",
"37": "Discrimination",
"38": "Minimum Age and Child Labour",
"39": "Planning Limitations",
"40": "Data Safety",
"41": "Strategy Implementation",
"42": "Energy Efficiency and Renewables",
"43": "Land Acquisition and Resettlement (E)",
"44": "Supply Chain (Economic / Governance)",
"45": "Land Rehabilitation",
"46": "Retrenchment"
},
"label2id":{"Legal Proceedings & Law Violations": "0",
"Biodiversity": "1",
"Communities Health and Safety": "2",
"Land Acquisition and Resettlement (S)": "3",
"Emergencies (Social)": "4",
"Corporate Governance": "5",
"Responsible Investment & Greenwashing": "6",
"Not Relevant to ESG": "7",
"Economic Crime": "8",
"Emergencies (Environmental)": "9",
"Hazardous Materials Management": "10",
"Environmental Management": "11",
"Landscape Transformation": "12",
"Human Rights": "13",
"Climate Risks": "14",
"Labor Relations Management": "15",
"Freedom of Association and Right to Organise": "16",
"Employee Health and Safety": "17",
"Surface Water Pollution": "18",
"Animal Welfare": "19",
"Water Consumption": "20",
"Disclosure": "21",
"Product Safety and Quality": "22",
"Greenhouse Gas Emissions": "23",
"Indigenous People": "24",
"Cultural Heritage": "25",
"Air Pollution": "26",
"Waste Management": "27",
"Soil and Groundwater Impact": "28",
"Forced Labour": "29",
"Wastewater Management": "30",
"Natural Resources": "31",
"Physical Impacts": "32",
"Values and Ethics": "33",
"Risk Management and Internal Control": "34",
"Supply Chain (Environmental)": "35",
"Supply Chain (Social)": "36",
"Discrimination": "37",
"Minimum Age and Child Labour": "38",
"Planning Limitations": "39",
"Data Safety": "40",
"Strategy Implementation": "41",
"Energy Efficiency and Renewables": "42",
"Land Acquisition and Resettlement (E)": "43",
"Supply Chain (Economic / Governance)": "44",
"Land Rehabilitation": "45",
"Retrenchment": "46"}
}