Upload LayoutLMv3ForSequenceClassification
Browse files- config.json +4 -20
- pytorch_model.bin +1 -1
config.json
CHANGED
|
@@ -14,31 +14,15 @@
|
|
| 14 |
"hidden_dropout_prob": 0.1,
|
| 15 |
"hidden_size": 768,
|
| 16 |
"id2label": {
|
| 17 |
-
"0": "
|
| 18 |
-
"1": "
|
| 19 |
-
"2": "Consent",
|
| 20 |
-
"3": "Radiology",
|
| 21 |
-
"4": "Diagnostic",
|
| 22 |
-
"5": "Disability",
|
| 23 |
-
"6": "Laboratory",
|
| 24 |
-
"7": "Orders",
|
| 25 |
-
"8": "Registration",
|
| 26 |
-
"9": "Insurance"
|
| 27 |
},
|
| 28 |
"initializer_range": 0.02,
|
| 29 |
"input_size": 224,
|
| 30 |
"intermediate_size": 3072,
|
| 31 |
"label2id": {
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
-
"Diagnostic": 4,
|
| 35 |
-
"Disability": 5,
|
| 36 |
-
"Insurance": 9,
|
| 37 |
-
"Laboratory": 6,
|
| 38 |
-
"Orders": 7,
|
| 39 |
-
"Patient Provided": 1,
|
| 40 |
-
"Radiology": 3,
|
| 41 |
-
"Registration": 8
|
| 42 |
},
|
| 43 |
"layer_norm_eps": 1e-05,
|
| 44 |
"max_2d_position_embeddings": 1024,
|
|
|
|
| 14 |
"hidden_dropout_prob": 0.1,
|
| 15 |
"hidden_size": 768,
|
| 16 |
"id2label": {
|
| 17 |
+
"0": "Not Clinically Relevant",
|
| 18 |
+
"1": "Clinically Relevant"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
},
|
| 20 |
"initializer_range": 0.02,
|
| 21 |
"input_size": 224,
|
| 22 |
"intermediate_size": 3072,
|
| 23 |
"label2id": {
|
| 24 |
+
"Clinically Relevant": 1,
|
| 25 |
+
"Not Clinically Relevant": 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
},
|
| 27 |
"layer_norm_eps": 1e-05,
|
| 28 |
"max_2d_position_embeddings": 1024,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 503777009
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:514ed9b9463b6f0481b08b4cdc553c4d1a272fd5dde19aa03e241068c1f64005
|
| 3 |
size 503777009
|