CoolFace
Modelpublic

ayshajavd/graphcodebert-vuln-classifier

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
1likes28downloads
config.json98 linesDownload Raw Back to root
1{2  "add_cross_attention": false,3  "architectures": [4    "RobertaForSequenceClassification"5  ],6  "attention_probs_dropout_prob": 0.1,7  "bos_token_id": 0,8  "classifier_dropout": null,9  "dtype": "float32",10  "eos_token_id": 2,11  "gradient_checkpointing": false,12  "hidden_act": "gelu",13  "hidden_dropout_prob": 0.1,14  "hidden_size": 768,15  "id2label": {16    "0": "LABEL_0",17    "1": "LABEL_1",18    "2": "LABEL_2",19    "3": "LABEL_3",20    "4": "LABEL_4",21    "5": "LABEL_5",22    "6": "LABEL_6",23    "7": "LABEL_7",24    "8": "LABEL_8",25    "9": "LABEL_9",26    "10": "LABEL_10",27    "11": "LABEL_11",28    "12": "LABEL_12",29    "13": "LABEL_13",30    "14": "LABEL_14",31    "15": "LABEL_15",32    "16": "LABEL_16",33    "17": "LABEL_17",34    "18": "LABEL_18",35    "19": "LABEL_19",36    "20": "LABEL_20",37    "21": "LABEL_21",38    "22": "LABEL_22",39    "23": "LABEL_23",40    "24": "LABEL_24",41    "25": "LABEL_25",42    "26": "LABEL_26",43    "27": "LABEL_27",44    "28": "LABEL_28",45    "29": "LABEL_29",46    "30": "LABEL_30"47  },48  "initializer_range": 0.02,49  "intermediate_size": 3072,50  "is_decoder": false,51  "label2id": {52    "LABEL_0": 0,53    "LABEL_1": 1,54    "LABEL_10": 10,55    "LABEL_11": 11,56    "LABEL_12": 12,57    "LABEL_13": 13,58    "LABEL_14": 14,59    "LABEL_15": 15,60    "LABEL_16": 16,61    "LABEL_17": 17,62    "LABEL_18": 18,63    "LABEL_19": 19,64    "LABEL_2": 2,65    "LABEL_20": 20,66    "LABEL_21": 21,67    "LABEL_22": 22,68    "LABEL_23": 23,69    "LABEL_24": 24,70    "LABEL_25": 25,71    "LABEL_26": 26,72    "LABEL_27": 27,73    "LABEL_28": 28,74    "LABEL_29": 29,75    "LABEL_3": 3,76    "LABEL_30": 30,77    "LABEL_4": 4,78    "LABEL_5": 5,79    "LABEL_6": 6,80    "LABEL_7": 7,81    "LABEL_8": 8,82    "LABEL_9": 983  },84  "layer_norm_eps": 1e-05,85  "max_position_embeddings": 514,86  "model_type": "roberta",87  "num_attention_heads": 12,88  "num_hidden_layers": 12,89  "output_past": true,90  "pad_token_id": 1,91  "problem_type": "multi_label_classification",92  "tie_word_embeddings": true,93  "transformers_version": "5.0.0",94  "type_vocab_size": 1,95  "use_cache": false,96  "vocab_size": 5026597}98