kangaroo927 commited on
Commit
105927f
·
1 Parent(s): 0610084

add model

Browse files
Files changed (2) hide show
  1. config.json +45 -45
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -10,54 +10,54 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "LABEL_0",
14
- "1": "LABEL_1",
15
- "2": "LABEL_2",
16
- "3": "LABEL_3",
17
- "4": "LABEL_4",
18
- "5": "LABEL_5",
19
- "6": "LABEL_6",
20
- "7": "LABEL_7",
21
- "8": "LABEL_8",
22
- "9": "LABEL_9",
23
- "10": "LABEL_10",
24
- "11": "LABEL_11",
25
- "12": "LABEL_12",
26
- "13": "LABEL_13",
27
- "14": "LABEL_14",
28
- "15": "LABEL_15",
29
- "16": "LABEL_16",
30
- "17": "LABEL_17",
31
- "18": "LABEL_18",
32
- "19": "LABEL_19",
33
- "20": "LABEL_20",
34
- "21": "LABEL_21"
35
  },
36
  "initializer_range": 0.02,
37
  "intermediate_size": 3072,
38
  "label2id": {
39
- "LABEL_0": 0,
40
- "LABEL_1": 1,
41
- "LABEL_10": 10,
42
- "LABEL_11": 11,
43
- "LABEL_12": 12,
44
- "LABEL_13": 13,
45
- "LABEL_14": 14,
46
- "LABEL_15": 15,
47
- "LABEL_16": 16,
48
- "LABEL_17": 17,
49
- "LABEL_18": 18,
50
- "LABEL_19": 19,
51
- "LABEL_2": 2,
52
- "LABEL_20": 20,
53
- "LABEL_21": 21,
54
- "LABEL_3": 3,
55
- "LABEL_4": 4,
56
- "LABEL_5": 5,
57
- "LABEL_6": 6,
58
- "LABEL_7": 7,
59
- "LABEL_8": 8,
60
- "LABEL_9": 9
61
  },
62
  "layer_norm_eps": 1e-12,
63
  "max_position_embeddings": 512,
 
1
  {
2
+ "_name_or_path": "test_auto_protocol",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "Acute Bleed/Mesenteric Ischemia",
14
+ "1": "Adrenal Mass Abdomen/Pelvis",
15
+ "2": "Aortic Aneurysm Post EVT",
16
+ "3": "Aortic Aneurysm Pre EVT",
17
+ "4": "Aortic Dissection",
18
+ "5": "Cystogram",
19
+ "6": "Dual Phase Abdomen/Pelvis",
20
+ "7": "Enterography IBD",
21
+ "8": "NON Contrast Abdomen/Pelvis",
22
+ "9": "Oral & IV Abdomen Pelvis",
23
+ "10": "Oral Contrast Abdomen/Pelvis",
24
+ "11": "Pancreas Mass Abdomen/Pelvis",
25
+ "12": "Pelvis Only",
26
+ "13": "Rectal Contrast Abdomen/Pelvis",
27
+ "14": "Renal Donor",
28
+ "15": "Renal Mass Abdomen/Pelvis",
29
+ "16": "Renal Stone Abdomen/Pelvis",
30
+ "17": "Routine Abdomen/Pelvis",
31
+ "18": "Trauma Abdomen/Pelvis",
32
+ "19": "Urogram Post Treatment/Follow Up",
33
+ "20": "Urogram Pre Treatment Initial",
34
+ "21": "Venogram"
35
  },
36
  "initializer_range": 0.02,
37
  "intermediate_size": 3072,
38
  "label2id": {
39
+ "Acute Bleed/Mesenteric Ischemia": 0,
40
+ "Adrenal Mass Abdomen/Pelvis": 1,
41
+ "Aortic Aneurysm Post EVT": 2,
42
+ "Aortic Aneurysm Pre EVT": 3,
43
+ "Aortic Dissection": 4,
44
+ "Cystogram": 5,
45
+ "Dual Phase Abdomen/Pelvis": 6,
46
+ "Enterography IBD": 7,
47
+ "NON Contrast Abdomen/Pelvis": 8,
48
+ "Oral & IV Abdomen Pelvis": 9,
49
+ "Oral Contrast Abdomen/Pelvis": 10,
50
+ "Pancreas Mass Abdomen/Pelvis": 11,
51
+ "Pelvis Only": 12,
52
+ "Rectal Contrast Abdomen/Pelvis": 13,
53
+ "Renal Donor": 14,
54
+ "Renal Mass Abdomen/Pelvis": 15,
55
+ "Renal Stone Abdomen/Pelvis": 16,
56
+ "Routine Abdomen/Pelvis": 17,
57
+ "Trauma Abdomen/Pelvis": 18,
58
+ "Urogram Post Treatment/Follow Up": 19,
59
+ "Urogram Pre Treatment Initial": 20,
60
+ "Venogram": 21
61
  },
62
  "layer_norm_eps": 1e-12,
63
  "max_position_embeddings": 512,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40bc47afba7c623b5ccb7c14cbe0e839cc7a5ea472d0c5470d509be1625d444b
3
- size 433384969
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cce90a049d24b2a9673cbb24435bfe5df2f9395ed487de3720fae3258d6e6562
3
+ size 433382153