mansour94's picture
Upload DistilBertForSequenceClassification
c16df54 verified
{
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"bos_token_id": null,
"dim": 768,
"dropout": 0.1,
"dtype": "float32",
"eos_token_id": null,
"hidden_dim": 3072,
"id2label": {
"0": "A&E",
"1": "Ambulance Notification",
"2": "Audiology",
"3": "Bowel Cancer Screening",
"4": "Breast Clinic",
"5": "Cancer Screening",
"6": "Cardiology",
"7": "Colposcopy",
"8": "Dermatology",
"9": "Diabetes & Endocrine",
"10": "Diet Services",
"11": "Discharge summary",
"12": "ENT",
"13": "Echocardiogram",
"14": "Elderly Care",
"15": "Gastroenterology",
"16": "General Surgery",
"17": "Genetics",
"18": "Haematology",
"19": "INR",
"20": "Immunology",
"21": "Mammogram",
"22": "Maternity",
"23": "Maxillofacial",
"24": "Mental Health",
"25": "Neurology",
"26": "Neurosurgery",
"27": "Obstetrics & Gynaecology",
"28": "Oncology",
"29": "Ophthalmology",
"30": "Orthopaedics",
"31": "Out of Hours",
"32": "Paediatrics",
"33": "Pain Management",
"34": "Pharmacy",
"35": "Physiotherapy",
"36": "Plastic Surgery",
"37": "Radiology",
"38": "Renal",
"39": "Respiratory",
"40": "Retinal Screening",
"41": "Rheumatology",
"42": "Sexual Health",
"43": "Speech and Language Therapy",
"44": "Stroke Services",
"45": "Urgent Care Centre",
"46": "Urology",
"47": "Vascular",
"48": "Walk in Centre"
},
"initializer_range": 0.02,
"label2id": {
"A&E": 0,
"Ambulance Notification": 1,
"Audiology": 2,
"Bowel Cancer Screening": 3,
"Breast Clinic": 4,
"Cancer Screening": 5,
"Cardiology": 6,
"Colposcopy": 7,
"Dermatology": 8,
"Diabetes & Endocrine": 9,
"Diet Services": 10,
"Discharge summary": 11,
"ENT": 12,
"Echocardiogram": 13,
"Elderly Care": 14,
"Gastroenterology": 15,
"General Surgery": 16,
"Genetics": 17,
"Haematology": 18,
"INR": 19,
"Immunology": 20,
"Mammogram": 21,
"Maternity": 22,
"Maxillofacial": 23,
"Mental Health": 24,
"Neurology": 25,
"Neurosurgery": 26,
"Obstetrics & Gynaecology": 27,
"Oncology": 28,
"Ophthalmology": 29,
"Orthopaedics": 30,
"Out of Hours": 31,
"Paediatrics": 32,
"Pain Management": 33,
"Pharmacy": 34,
"Physiotherapy": 35,
"Plastic Surgery": 36,
"Radiology": 37,
"Renal": 38,
"Respiratory": 39,
"Retinal Screening": 40,
"Rheumatology": 41,
"Sexual Health": 42,
"Speech and Language Therapy": 43,
"Stroke Services": 44,
"Urgent Care Centre": 45,
"Urology": 46,
"Vascular": 47,
"Walk in Centre": 48
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"problem_type": "single_label_classification",
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"tie_word_embeddings": true,
"transformers_version": "5.2.0",
"vocab_size": 30522
}