farhanishraq commited on
Commit
64a9224
1 Parent(s): 3a6c579

Upload TableTransformerForObjectDetection

Browse files
Files changed (2) hide show
  1. config.json +6 -6
  2. model.safetensors +1 -1
config.json CHANGED
@@ -2126,17 +2126,17 @@
2126
  "giou_cost": 2,
2127
  "giou_loss_coefficient": 2,
2128
  "id2label": {
2129
- "0": "table row",
2130
- "1": "table column",
2131
- "2": "no object"
2132
  },
2133
  "init_std": 0.02,
2134
  "init_xavier_std": 1.0,
2135
  "is_encoder_decoder": true,
2136
  "label2id": {
2137
- "no object": 2,
2138
- "table column": 1,
2139
- "table row": 0
2140
  },
2141
  "mask_loss_coefficient": 1,
2142
  "model_type": "table-transformer",
 
2126
  "giou_cost": 2,
2127
  "giou_loss_coefficient": 2,
2128
  "id2label": {
2129
+ "0": "no object",
2130
+ "1": "table row",
2131
+ "2": "table column"
2132
  },
2133
  "init_std": 0.02,
2134
  "init_xavier_std": 1.0,
2135
  "is_encoder_decoder": true,
2136
  "label2id": {
2137
+ "no object": 0,
2138
+ "table column": 2,
2139
+ "table row": 1
2140
  },
2141
  "mask_loss_coefficient": 1,
2142
  "model_type": "table-transformer",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f20f5417596f93924e99661ccb28e3d533325c388e936e51870dc739ac4fe0cc
3
  size 115434072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f496bf8beb954901b20c352b544db4b380e863f111874f36d824a6cf86b0ba14
3
  size 115434072