|
{ |
|
"_name_or_path": "bert-base-cased", |
|
"architectures": [ |
|
"BertForTokenClassification" |
|
], |
|
"attention_probs_dropout_prob": 0.1, |
|
"classifier_dropout": null, |
|
"gradient_checkpointing": false, |
|
"hidden_act": "gelu", |
|
"hidden_dropout_prob": 0.1, |
|
"hidden_size": 768, |
|
"id2label": { |
|
"0": "B-application", |
|
"1": "B-cve id", |
|
"2": "B-edition", |
|
"3": "B-file", |
|
"4": "B-function", |
|
"5": "B-hardware", |
|
"6": "B-language", |
|
"7": "B-method", |
|
"8": "B-os", |
|
"9": "B-parameter", |
|
"10": "B-programming language", |
|
"11": "B-relevant_term", |
|
"12": "B-update", |
|
"13": "B-vendor", |
|
"14": "B-version", |
|
"15": "I-application", |
|
"16": "I-edition", |
|
"17": "I-hardware", |
|
"18": "I-os", |
|
"19": "I-relevant_term", |
|
"20": "I-update", |
|
"21": "I-vendor", |
|
"22": "I-version", |
|
"23": "O" |
|
}, |
|
"initializer_range": 0.02, |
|
"intermediate_size": 3072, |
|
"label2id": { |
|
"B-application": 0, |
|
"B-cve id": 1, |
|
"B-edition": 2, |
|
"B-file": 3, |
|
"B-function": 4, |
|
"B-hardware": 5, |
|
"B-language": 6, |
|
"B-method": 7, |
|
"B-os": 8, |
|
"B-parameter": 9, |
|
"B-programming language": 10, |
|
"B-relevant_term": 11, |
|
"B-update": 12, |
|
"B-vendor": 13, |
|
"B-version": 14, |
|
"I-application": 15, |
|
"I-edition": 16, |
|
"I-hardware": 17, |
|
"I-os": 18, |
|
"I-relevant_term": 19, |
|
"I-update": 20, |
|
"I-vendor": 21, |
|
"I-version": 22, |
|
"O": 23 |
|
}, |
|
"layer_norm_eps": 1e-12, |
|
"max_position_embeddings": 512, |
|
"model_type": "bert", |
|
"num_attention_heads": 12, |
|
"num_hidden_layers": 12, |
|
"pad_token_id": 0, |
|
"position_embedding_type": "absolute", |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.35.2", |
|
"type_vocab_size": 2, |
|
"use_cache": true, |
|
"vocab_size": 28996 |
|
} |
|
|