Upload model
Browse files- config.json +5 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
6 |
-
"
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auxiliary_loss": false,
|
@@ -119,6 +119,10 @@
|
|
119 |
"eos_coefficient": 0.1,
|
120 |
"giou_cost": 2,
|
121 |
"giou_loss_coefficient": 2,
|
|
|
|
|
|
|
|
|
122 |
"init_std": 0.02,
|
123 |
"init_xavier_std": 1.0,
|
124 |
"is_encoder_decoder": true,
|
|
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
6 |
+
"DetrModel"
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auxiliary_loss": false,
|
|
|
119 |
"eos_coefficient": 0.1,
|
120 |
"giou_cost": 2,
|
121 |
"giou_loss_coefficient": 2,
|
122 |
+
"id2label": {
|
123 |
+
"0": "columns",
|
124 |
+
"1": "header"
|
125 |
+
},
|
126 |
"init_std": 0.02,
|
127 |
"init_xavier_std": 1.0,
|
128 |
"is_encoder_decoder": true,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:194566e07ba09d8ca4f597723e3a36cdb87a39a84bd5a5b54a972e124fa7440c
|
3 |
+
size 166085365
|