File size: 3,159 Bytes
21125cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "bert-base-uncased",
  "architectures": [
    "BertForSequenceClassification"
  ],
  "attention_probs_dropout_prob": 0.1,
  "classifier_dropout": null,
  "gradient_checkpointing": false,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": " Allergy / Immunology",
    "1": " Autopsy",
    "2": " Bariatrics",
    "3": " Cardiovascular / Pulmonary",
    "4": " Chiropractic",
    "5": " Consult - History and Phy.",
    "6": " Cosmetic / Plastic Surgery",
    "7": " Dentistry",
    "8": " Dermatology",
    "9": " Diets and Nutritions",
    "10": " Discharge Summary",
    "11": " ENT - Otolaryngology",
    "12": " Emergency Room Reports",
    "13": " Endocrinology",
    "14": " Gastroenterology",
    "15": " General Medicine",
    "16": " Hematology - Oncology",
    "17": " Hospice - Palliative Care",
    "18": " IME-QME-Work Comp etc.",
    "19": " Lab Medicine - Pathology",
    "20": " Letters",
    "21": " Nephrology",
    "22": " Neurology",
    "23": " Neurosurgery",
    "24": " Obstetrics / Gynecology",
    "25": " Office Notes",
    "26": " Ophthalmology",
    "27": " Orthopedic",
    "28": " Pain Management",
    "29": " Pediatrics - Neonatal",
    "30": " Physical Medicine - Rehab",
    "31": " Podiatry",
    "32": " Psychiatry / Psychology",
    "33": " Radiology",
    "34": " Rheumatology",
    "35": " SOAP / Chart / Progress Notes",
    "36": " Sleep Medicine",
    "37": " Speech - Language",
    "38": " Surgery",
    "39": " Urology"
  },
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    " Allergy / Immunology": 0,
    " Autopsy": 1,
    " Bariatrics": 2,
    " Cardiovascular / Pulmonary": 3,
    " Chiropractic": 4,
    " Consult - History and Phy.": 5,
    " Cosmetic / Plastic Surgery": 6,
    " Dentistry": 7,
    " Dermatology": 8,
    " Diets and Nutritions": 9,
    " Discharge Summary": 10,
    " ENT - Otolaryngology": 11,
    " Emergency Room Reports": 12,
    " Endocrinology": 13,
    " Gastroenterology": 14,
    " General Medicine": 15,
    " Hematology - Oncology": 16,
    " Hospice - Palliative Care": 17,
    " IME-QME-Work Comp etc.": 18,
    " Lab Medicine - Pathology": 19,
    " Letters": 20,
    " Nephrology": 21,
    " Neurology": 22,
    " Neurosurgery": 23,
    " Obstetrics / Gynecology": 24,
    " Office Notes": 25,
    " Ophthalmology": 26,
    " Orthopedic": 27,
    " Pain Management": 28,
    " Pediatrics - Neonatal": 29,
    " Physical Medicine - Rehab": 30,
    " Podiatry": 31,
    " Psychiatry / Psychology": 32,
    " Radiology": 33,
    " Rheumatology": 34,
    " SOAP / Chart / Progress Notes": 35,
    " Sleep Medicine": 36,
    " Speech - Language": 37,
    " Surgery": 38,
    " Urology": 39
  },
  "layer_norm_eps": 1e-12,
  "max_position_embeddings": 512,
  "model_type": "bert",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 0,
  "position_embedding_type": "absolute",
  "problem_type": "single_label_classification",
  "torch_dtype": "float32",
  "transformers_version": "4.33.3",
  "type_vocab_size": 2,
  "use_cache": true,
  "vocab_size": 30522
}