{ | |
"_name_or_path": "jackaduma/SecBERT", | |
"architectures": [ | |
"BertForTokenClassification" | |
], | |
"attention_probs_dropout_prob": 0.1, | |
"classifier_dropout": null, | |
"finetuning_task": "ner", | |
"gradient_checkpointing": false, | |
"hidden_act": "gelu", | |
"hidden_dropout_prob": 0.1, | |
"hidden_size": 768, | |
"id2label": { | |
"0": "B-Area", | |
"1": "B-Exp", | |
"2": "B-Features", | |
"3": "B-HackOrg", | |
"4": "B-Idus", | |
"5": "B-OffAct", | |
"6": "B-Org", | |
"7": "B-Purp", | |
"8": "B-SamFile", | |
"9": "B-SecTeam", | |
"10": "B-Time", | |
"11": "B-Tool", | |
"12": "B-Way", | |
"13": "I-Area", | |
"14": "I-Exp", | |
"15": "I-Features", | |
"16": "I-HackOrg", | |
"17": "I-Idus", | |
"18": "I-OffAct", | |
"19": "I-Org", | |
"20": "I-Purp", | |
"21": "I-SamFile", | |
"22": "I-SecTeam", | |
"23": "I-Time", | |
"24": "I-Tool", | |
"25": "I-Way", | |
"26": "O" | |
}, | |
"initializer_range": 0.02, | |
"intermediate_size": 3072, | |
"label2id": { | |
"B-Area": 0, | |
"B-Exp": 1, | |
"B-Features": 2, | |
"B-HackOrg": 3, | |
"B-Idus": 4, | |
"B-OffAct": 5, | |
"B-Org": 6, | |
"B-Purp": 7, | |
"B-SamFile": 8, | |
"B-SecTeam": 9, | |
"B-Time": 10, | |
"B-Tool": 11, | |
"B-Way": 12, | |
"I-Area": 13, | |
"I-Exp": 14, | |
"I-Features": 15, | |
"I-HackOrg": 16, | |
"I-Idus": 17, | |
"I-OffAct": 18, | |
"I-Org": 19, | |
"I-Purp": 20, | |
"I-SamFile": 21, | |
"I-SecTeam": 22, | |
"I-Time": 23, | |
"I-Tool": 24, | |
"I-Way": 25, | |
"O": 26 | |
}, | |
"layer_norm_eps": 1e-12, | |
"max_position_embeddings": 514, | |
"model_type": "bert", | |
"num_attention_heads": 12, | |
"num_hidden_layers": 6, | |
"pad_token_id": 0, | |
"position_embedding_type": "absolute", | |
"torch_dtype": "float32", | |
"transformers_version": "4.36.0.dev0", | |
"type_vocab_size": 1, | |
"use_cache": true, | |
"vocab_size": 52000 | |
} | |