Upload LayoutLMv3ForSequenceClassification
Browse files- config.json +20 -4
- pytorch_model.bin +1 -1
config.json
CHANGED
|
@@ -14,15 +14,31 @@
|
|
| 14 |
"hidden_dropout_prob": 0.1,
|
| 15 |
"hidden_size": 768,
|
| 16 |
"id2label": {
|
| 17 |
-
"0": "
|
| 18 |
-
"1": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
},
|
| 20 |
"initializer_range": 0.02,
|
| 21 |
"input_size": 224,
|
| 22 |
"intermediate_size": 3072,
|
| 23 |
"label2id": {
|
| 24 |
-
"
|
| 25 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
},
|
| 27 |
"layer_norm_eps": 1e-05,
|
| 28 |
"max_2d_position_embeddings": 1024,
|
|
|
|
| 14 |
"hidden_dropout_prob": 0.1,
|
| 15 |
"hidden_size": 768,
|
| 16 |
"id2label": {
|
| 17 |
+
"0": "Clinical Notes",
|
| 18 |
+
"1": "Patient Provided",
|
| 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 |
+
"Clinical Notes": 0,
|
| 33 |
+
"Consent": 2,
|
| 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,
|
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:05550bdf186396e6ac6596c0bc1e6945374c193e984b9ed34e3cdccc90095616
|
| 3 |
size 503777009
|