eyinlojuoluwa's picture
Upload DistilBertForSequenceClassification
d86fe1d verified
{
"_name_or_path": "./final_model",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "add dependency",
"1": "external documentation",
"2": "input data",
"3": "internal documentation",
"4": "model structure",
"5": "output data",
"6": "parameter tuning",
"7": "pipeline performance",
"8": "preprocessing",
"9": "project metadata",
"10": "remove dependency",
"11": "sharing",
"12": "training infrastructure",
"13": "update dependency",
"14": "validation infrastructure"
},
"initializer_range": 0.02,
"label2id": {
"add dependency": 0,
"external documentation": 1,
"input data": 2,
"internal documentation": 3,
"model structure": 4,
"output data": 5,
"parameter tuning": 6,
"pipeline performance": 7,
"preprocessing": 8,
"project metadata": 9,
"remove dependency": 10,
"sharing": 11,
"training infrastructure": 12,
"update dependency": 13,
"validation infrastructure": 14
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.49.0",
"vocab_size": 30522
}