NtVR-encoder-cti-bert / config.json
andreeaduti's picture
Add fine-tuned encoder (cti_bert)
3cd8e1e verified
Raw
History Blame Contribute Delete
1.78 kB
{
"add_cross_attention": false,
"architectures": [
"RobertaForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"dtype": "float32",
"eos_token_id": 2,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "B-Affected SW/HW",
"2": "B-CVE",
"3": "B-CVSS Score",
"4": "B-Discovery Date",
"5": "B-Impact",
"6": "B-Patch Info",
"7": "B-Reporting Entity",
"8": "B-Software Version",
"9": "B-Vulnerability Type",
"10": "I-Affected SW/HW",
"11": "I-CVE",
"12": "I-CVSS Score",
"13": "I-Discovery Date",
"14": "I-Impact",
"15": "I-Patch Info",
"16": "I-Reporting Entity",
"17": "I-Software Version",
"18": "I-Vulnerability Type"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"is_decoder": false,
"label2id": {
"B-Affected SW/HW": 1,
"B-CVE": 2,
"B-CVSS Score": 3,
"B-Discovery Date": 4,
"B-Impact": 5,
"B-Patch Info": 6,
"B-Reporting Entity": 7,
"B-Software Version": 8,
"B-Vulnerability Type": 9,
"I-Affected SW/HW": 10,
"I-CVE": 11,
"I-CVSS Score": 12,
"I-Discovery Date": 13,
"I-Impact": 14,
"I-Patch Info": 15,
"I-Reporting Entity": 16,
"I-Software Version": 17,
"I-Vulnerability Type": 18,
"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",
"tie_word_embeddings": true,
"transformers_version": "5.3.0",
"type_vocab_size": 1,
"use_cache": false,
"vocab_size": 50265
}