|
{ |
|
"_attn_implementation_autoset": true, |
|
"activation": "gelu", |
|
"architectures": [ |
|
"DistilBertForSequenceClassification" |
|
], |
|
"attention_dropout": 0.2, |
|
"dim": 768, |
|
"dropout": 0.2, |
|
"hidden_dim": 3072, |
|
"id2label": { |
|
"0": "biodiversity and ecosystem", |
|
"1": "climate change & emissions management", |
|
"2": "communication integrity", |
|
"3": "community engagement and impact", |
|
"4": "cybersecurity risk management", |
|
"5": "data privacy and protection", |
|
"6": "digital inclusion", |
|
"7": "diversity and inclusion", |
|
"8": "executive compensation issues", |
|
"9": "fair competition practices", |
|
"10": "freedom of association and collective bargaining", |
|
"11": "innovation for sustainability", |
|
"12": "labor rights compliance", |
|
"13": "legislative compliance", |
|
"14": "others", |
|
"15": "pollution", |
|
"16": "product responsibility", |
|
"17": "resource efficiency and conservation", |
|
"18": "supply chain management", |
|
"19": "tax practices", |
|
"20": "transparency", |
|
"21": "waste management" |
|
}, |
|
"initializer_range": 0.02, |
|
"label2id": { |
|
"biodiversity and ecosystem": 0, |
|
"climate change & emissions management": 1, |
|
"communication integrity": 2, |
|
"community engagement and impact": 3, |
|
"cybersecurity risk management": 4, |
|
"data privacy and protection": 5, |
|
"digital inclusion": 6, |
|
"diversity and inclusion": 7, |
|
"executive compensation issues": 8, |
|
"fair competition practices": 9, |
|
"freedom of association and collective bargaining": 10, |
|
"innovation for sustainability": 11, |
|
"labor rights compliance": 12, |
|
"legislative compliance": 13, |
|
"others": 14, |
|
"pollution": 15, |
|
"product responsibility": 16, |
|
"resource efficiency and conservation": 17, |
|
"supply chain management": 18, |
|
"tax practices": 19, |
|
"transparency": 20, |
|
"waste management": 21 |
|
}, |
|
"max_position_embeddings": 512, |
|
"model_type": "distilbert", |
|
"n_heads": 12, |
|
"n_layers": 6, |
|
"output_hidden_states": true, |
|
"pad_token_id": 0, |
|
"problem_type": "single_label_classification", |
|
"qa_dropout": 0.1, |
|
"seq_classif_dropout": 0.2, |
|
"sinusoidal_pos_embds": true, |
|
"tie_weights_": true, |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.51.3", |
|
"vocab_size": 32000 |
|
} |
|
|