cjis-themes-classifier / config.json
mletsana's picture
CJIS v3.0 cjis-themes-classifier - Climate journalism multi-label classifier
82ab285 verified
{
"architectures": [
"DebertaV2ForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": null,
"dtype": "float32",
"eos_token_id": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "emissions_carbon_pricing",
"1": "climate_finance_development",
"2": "food_security_public_health",
"3": "renewable_energy_tech",
"4": "fossil_fuel_industry",
"5": "grid_infrastructure",
"6": "just_transition",
"7": "climate_litigation",
"8": "extreme_weather_events",
"9": "biodiversity_ecosystems"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"biodiversity_ecosystems": 9,
"climate_finance_development": 1,
"climate_litigation": 7,
"emissions_carbon_pricing": 0,
"extreme_weather_events": 8,
"food_security_public_health": 2,
"fossil_fuel_industry": 4,
"grid_infrastructure": 5,
"just_transition": 6,
"renewable_energy_tech": 3
},
"layer_norm_eps": 1e-07,
"legacy": true,
"max_position_embeddings": 512,
"max_relative_positions": -1,
"model_type": "deberta-v2",
"norm_rel_ebd": "layer_norm",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"pooler_dropout": 0,
"pooler_hidden_act": "gelu",
"pooler_hidden_size": 768,
"pos_att_type": [
"p2c",
"c2p"
],
"position_biased_input": false,
"position_buckets": 256,
"relative_attention": true,
"share_att_key": true,
"tie_word_embeddings": true,
"transformers_version": "5.0.0",
"type_vocab_size": 0,
"vocab_size": 128100
}