patchingfailed commited on
Commit
21125cc
1 Parent(s): cb4a808

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": " Allergy / Immunology",
14
+ "1": " Autopsy",
15
+ "2": " Bariatrics",
16
+ "3": " Cardiovascular / Pulmonary",
17
+ "4": " Chiropractic",
18
+ "5": " Consult - History and Phy.",
19
+ "6": " Cosmetic / Plastic Surgery",
20
+ "7": " Dentistry",
21
+ "8": " Dermatology",
22
+ "9": " Diets and Nutritions",
23
+ "10": " Discharge Summary",
24
+ "11": " ENT - Otolaryngology",
25
+ "12": " Emergency Room Reports",
26
+ "13": " Endocrinology",
27
+ "14": " Gastroenterology",
28
+ "15": " General Medicine",
29
+ "16": " Hematology - Oncology",
30
+ "17": " Hospice - Palliative Care",
31
+ "18": " IME-QME-Work Comp etc.",
32
+ "19": " Lab Medicine - Pathology",
33
+ "20": " Letters",
34
+ "21": " Nephrology",
35
+ "22": " Neurology",
36
+ "23": " Neurosurgery",
37
+ "24": " Obstetrics / Gynecology",
38
+ "25": " Office Notes",
39
+ "26": " Ophthalmology",
40
+ "27": " Orthopedic",
41
+ "28": " Pain Management",
42
+ "29": " Pediatrics - Neonatal",
43
+ "30": " Physical Medicine - Rehab",
44
+ "31": " Podiatry",
45
+ "32": " Psychiatry / Psychology",
46
+ "33": " Radiology",
47
+ "34": " Rheumatology",
48
+ "35": " SOAP / Chart / Progress Notes",
49
+ "36": " Sleep Medicine",
50
+ "37": " Speech - Language",
51
+ "38": " Surgery",
52
+ "39": " Urology"
53
+ },
54
+ "initializer_range": 0.02,
55
+ "intermediate_size": 3072,
56
+ "label2id": {
57
+ " Allergy / Immunology": 0,
58
+ " Autopsy": 1,
59
+ " Bariatrics": 2,
60
+ " Cardiovascular / Pulmonary": 3,
61
+ " Chiropractic": 4,
62
+ " Consult - History and Phy.": 5,
63
+ " Cosmetic / Plastic Surgery": 6,
64
+ " Dentistry": 7,
65
+ " Dermatology": 8,
66
+ " Diets and Nutritions": 9,
67
+ " Discharge Summary": 10,
68
+ " ENT - Otolaryngology": 11,
69
+ " Emergency Room Reports": 12,
70
+ " Endocrinology": 13,
71
+ " Gastroenterology": 14,
72
+ " General Medicine": 15,
73
+ " Hematology - Oncology": 16,
74
+ " Hospice - Palliative Care": 17,
75
+ " IME-QME-Work Comp etc.": 18,
76
+ " Lab Medicine - Pathology": 19,
77
+ " Letters": 20,
78
+ " Nephrology": 21,
79
+ " Neurology": 22,
80
+ " Neurosurgery": 23,
81
+ " Obstetrics / Gynecology": 24,
82
+ " Office Notes": 25,
83
+ " Ophthalmology": 26,
84
+ " Orthopedic": 27,
85
+ " Pain Management": 28,
86
+ " Pediatrics - Neonatal": 29,
87
+ " Physical Medicine - Rehab": 30,
88
+ " Podiatry": 31,
89
+ " Psychiatry / Psychology": 32,
90
+ " Radiology": 33,
91
+ " Rheumatology": 34,
92
+ " SOAP / Chart / Progress Notes": 35,
93
+ " Sleep Medicine": 36,
94
+ " Speech - Language": 37,
95
+ " Surgery": 38,
96
+ " Urology": 39
97
+ },
98
+ "layer_norm_eps": 1e-12,
99
+ "max_position_embeddings": 512,
100
+ "model_type": "bert",
101
+ "num_attention_heads": 12,
102
+ "num_hidden_layers": 12,
103
+ "pad_token_id": 0,
104
+ "position_embedding_type": "absolute",
105
+ "problem_type": "single_label_classification",
106
+ "torch_dtype": "float32",
107
+ "transformers_version": "4.33.3",
108
+ "type_vocab_size": 2,
109
+ "use_cache": true,
110
+ "vocab_size": 30522
111
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a652cffed2f39aa9b76914db95200273fef02e5dc67026b3fbd6043eef10b849
3
+ size 438120369
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19d6a6ce0d7b9e1b73e7b8150dfae58aa12ee28e94c3c2601ec107397a7fa127
3
+ size 4027
vocab.txt ADDED
The diff for this file is too large to render. See raw diff