CoolFace
Modelpublic

CIRCL/vulnerability-severity-classification-chinese-macbert-base-test

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes6downloads
config.json47 linesDownload Raw Back to root
1{2  "add_cross_attention": false,3  "architectures": [4    "BertForSequenceClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "bos_token_id": null,8  "classifier_dropout": null,9  "directionality": "bidi",10  "dtype": "float32",11  "eos_token_id": null,12  "gradient_checkpointing": false,13  "hidden_act": "gelu",14  "hidden_dropout_prob": 0.1,15  "hidden_size": 768,16  "id2label": {17    "0": "Low",18    "1": "Medium",19    "2": "High"20  },21  "initializer_range": 0.02,22  "intermediate_size": 3072,23  "is_decoder": false,24  "label2id": {25    "High": 2,26    "Low": 0,27    "Medium": 128  },29  "layer_norm_eps": 1e-12,30  "max_position_embeddings": 512,31  "model_type": "bert",32  "num_attention_heads": 12,33  "num_hidden_layers": 12,34  "pad_token_id": 0,35  "pooler_fc_size": 768,36  "pooler_num_attention_heads": 12,37  "pooler_num_fc_layers": 3,38  "pooler_size_per_head": 128,39  "pooler_type": "first_token_transform",40  "problem_type": "single_label_classification",41  "tie_word_embeddings": true,42  "transformers_version": "5.4.0",43  "type_vocab_size": 2,44  "use_cache": false,45  "vocab_size": 2112846}47