Trisham97's picture
Add fine-tuned energy NER model
fb6c332 verified
{
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"bos_token_id": null,
"dim": 768,
"dropout": 0.1,
"dtype": "float32",
"eos_token_id": null,
"hidden_dim": 3072,
"id2label": {
"0": "O",
"1": "B-PERSON",
"2": "I-PERSON",
"3": "B-ORGANIZATION",
"4": "I-ORGANIZATION",
"5": "B-LOCATION",
"6": "I-LOCATION",
"7": "B-COMMODITY",
"8": "I-COMMODITY",
"9": "B-EVENT",
"10": "I-EVENT",
"11": "B-INFRASTRUCTURE",
"12": "I-INFRASTRUCTURE",
"13": "B-MARKET",
"14": "I-MARKET",
"15": "B-COUNTRY",
"16": "I-COUNTRY",
"17": "B-COMPANY",
"18": "I-COMPANY"
},
"initializer_range": 0.02,
"label2id": {
"B-COMMODITY": 7,
"B-COMPANY": 17,
"B-COUNTRY": 15,
"B-EVENT": 9,
"B-INFRASTRUCTURE": 11,
"B-LOCATION": 5,
"B-MARKET": 13,
"B-ORGANIZATION": 3,
"B-PERSON": 1,
"I-COMMODITY": 8,
"I-COMPANY": 18,
"I-COUNTRY": 16,
"I-EVENT": 10,
"I-INFRASTRUCTURE": 12,
"I-LOCATION": 6,
"I-MARKET": 14,
"I-ORGANIZATION": 4,
"I-PERSON": 2,
"O": 0
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"tie_word_embeddings": true,
"transformers_version": "5.4.0",
"use_cache": false,
"vocab_size": 30522
}