|
{ |
|
"_name_or_path": "roberta-base", |
|
"architectures": [ |
|
"RobertaForTokenClassification" |
|
], |
|
"attention_probs_dropout_prob": 0.1, |
|
"bos_token_id": 0, |
|
"classifier_dropout": null, |
|
"eos_token_id": 2, |
|
"finetuning_task": "ner", |
|
"hidden_act": "gelu", |
|
"hidden_dropout_prob": 0.1, |
|
"hidden_size": 768, |
|
"id2label": { |
|
"0": "O", |
|
"1": "B-attackID", |
|
"2": "I-attackID", |
|
"3": "B-bitcoinAddr", |
|
"4": "I-bitcoinAddr", |
|
"5": "B-cve", |
|
"6": "I-cve", |
|
"7": "B-defenderThreat", |
|
"8": "I-defenderThreat", |
|
"9": "B-domain", |
|
"10": "I-domain", |
|
"11": "B-email", |
|
"12": "I-email", |
|
"13": "B-md5", |
|
"14": "I-md5", |
|
"15": "B-sha1", |
|
"16": "I-sha1", |
|
"17": "B-sha256", |
|
"18": "I-sha256", |
|
"19": "B-filepath", |
|
"20": "I-filepath", |
|
"21": "B-hostname", |
|
"22": "I-hostname", |
|
"23": "B-ipv4", |
|
"24": "I-ipv4", |
|
"25": "B-ipv6", |
|
"26": "I-ipv6", |
|
"27": "B-fingerprint", |
|
"28": "I-fingerprint", |
|
"29": "B-uri", |
|
"30": "I-uri", |
|
"31": "B-url", |
|
"32": "I-url", |
|
"33": "B-yara", |
|
"34": "I-yara" |
|
}, |
|
"initializer_range": 0.02, |
|
"intermediate_size": 3072, |
|
"label2id": { |
|
"B-attackID": 1, |
|
"B-bitcoinAddr": 3, |
|
"B-cve": 5, |
|
"B-defenderThreat": 7, |
|
"B-domain": 9, |
|
"B-email": 11, |
|
"B-filepath": 19, |
|
"B-fingerprint": 27, |
|
"B-hostname": 21, |
|
"B-ipv4": 23, |
|
"B-ipv6": 25, |
|
"B-md5": 13, |
|
"B-sha1": 15, |
|
"B-sha256": 17, |
|
"B-uri": 29, |
|
"B-url": 31, |
|
"B-yara": 33, |
|
"I-attackID": 2, |
|
"I-bitcoinAddr": 4, |
|
"I-cve": 6, |
|
"I-defenderThreat": 8, |
|
"I-domain": 10, |
|
"I-email": 12, |
|
"I-filepath": 20, |
|
"I-fingerprint": 28, |
|
"I-hostname": 22, |
|
"I-ipv4": 24, |
|
"I-ipv6": 26, |
|
"I-md5": 14, |
|
"I-sha1": 16, |
|
"I-sha256": 18, |
|
"I-uri": 30, |
|
"I-url": 32, |
|
"I-yara": 34, |
|
"O": 0 |
|
}, |
|
"layer_norm_eps": 1e-05, |
|
"max_position_embeddings": 514, |
|
"model_type": "roberta", |
|
"num_attention_heads": 12, |
|
"num_hidden_layers": 12, |
|
"pad_token_id": 1, |
|
"position_embedding_type": "absolute", |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.24.0", |
|
"type_vocab_size": 1, |
|
"use_cache": true, |
|
"vocab_size": 50265 |
|
} |
|
|