Add ONNX export
#10
by
auerchristoph - opened
- config.json +17 -17
- model.onnx +3 -0
config.json
CHANGED
|
@@ -89,23 +89,23 @@
|
|
| 89 |
"freeze_backbone_batch_norms": true,
|
| 90 |
"hidden_expansion": 1.0,
|
| 91 |
"id2label": {
|
| 92 |
-
"0": "
|
| 93 |
-
"1": "
|
| 94 |
-
"2": "
|
| 95 |
-
"3": "
|
| 96 |
-
"4": "
|
| 97 |
-
"5": "
|
| 98 |
-
"6": "
|
| 99 |
-
"7": "
|
| 100 |
-
"8": "
|
| 101 |
-
"9": "
|
| 102 |
-
"10": "
|
| 103 |
-
"11": "
|
| 104 |
-
"12": "
|
| 105 |
-
"13": "
|
| 106 |
-
"14": "
|
| 107 |
-
"15": "
|
| 108 |
-
"16": "
|
| 109 |
},
|
| 110 |
"initializer_bias_prior_prob": null,
|
| 111 |
"initializer_range": 0.01,
|
|
|
|
| 89 |
"freeze_backbone_batch_norms": true,
|
| 90 |
"hidden_expansion": 1.0,
|
| 91 |
"id2label": {
|
| 92 |
+
"0": "caption",
|
| 93 |
+
"1": "footnote",
|
| 94 |
+
"2": "formula",
|
| 95 |
+
"3": "list_item",
|
| 96 |
+
"4": "page_footer",
|
| 97 |
+
"5": "page_header",
|
| 98 |
+
"6": "picture",
|
| 99 |
+
"7": "section_header",
|
| 100 |
+
"8": "table",
|
| 101 |
+
"9": "text",
|
| 102 |
+
"10": "title",
|
| 103 |
+
"11": "document_index",
|
| 104 |
+
"12": "code",
|
| 105 |
+
"13": "checkbox_selected",
|
| 106 |
+
"14": "checkbox_unselected",
|
| 107 |
+
"15": "form",
|
| 108 |
+
"16": "key_value_region"
|
| 109 |
},
|
| 110 |
"initializer_bias_prior_prob": null,
|
| 111 |
"initializer_range": 0.01,
|
model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bf2fb0ee6df87435b7ae47f0f3930ec3dc97ec56fd824acc6d57bc7a6b89ef2
|
| 3 |
+
size 169089059
|