File size: 3,155 Bytes
c16df54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
  "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
}