esg_emissions_ner / config.json
Shoriful025's picture
Create config.json
2b37f66 verified
{
"architectures": [
"RobertaForTokenClassification"
],
"hidden_size": 768,
"num_hidden_layers": 12,
"num_attention_heads": 12,
"intermediate_size": 3072,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"attention_probs_dropout_prob": 0.1,
"max_position_embeddings": 514,
"type_vocab_size": 1,
"initializer_range": 0.02,
"layer_norm_eps": 1e-05,
"id2label": {
"0": "O",
"1": "B-SCOPE1",
"2": "I-SCOPE1",
"3": "B-SCOPE2",
"4": "I-SCOPE2",
"5": "B-SCOPE3",
"6": "I-SCOPE3",
"7": "B-UNIT",
"8": "I-UNIT",
"9": "B-TARGET_YEAR"
},
"label2id": {
"O": 0,
"B-SCOPE1": 1,
"I-SCOPE1": 2,
"B-SCOPE2": 3,
"I-SCOPE2": 4,
"B-SCOPE3": 5,
"I-SCOPE3": 6,
"B-UNIT": 7,
"I-UNIT": 8,
"B-TARGET_YEAR": 9
},
"model_type": "roberta",
"torch_dtype": "float32",
"transformers_version": "4.37.0",
"vocab_size": 50265
}