farhanishraq commited on
Commit
b394597
1 Parent(s): 0f17da2

Upload TableTransformerForObjectDetection

Browse files
Files changed (2) hide show
  1. config.json +10 -0
  2. model.safetensors +2 -2
config.json CHANGED
@@ -2125,9 +2125,19 @@
2125
  "eos_coefficient": 0.4,
2126
  "giou_cost": 2,
2127
  "giou_loss_coefficient": 2,
 
 
 
 
 
2128
  "init_std": 0.02,
2129
  "init_xavier_std": 1.0,
2130
  "is_encoder_decoder": true,
 
 
 
 
 
2131
  "mask_loss_coefficient": 1,
2132
  "model_type": "table-transformer",
2133
  "num_channels": 3,
 
2125
  "eos_coefficient": 0.4,
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",
2143
  "num_channels": 3,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4774a901e4c128379d979bc3000bcde13706edea906d2bc2c109783cef222604
3
- size 115433044
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f20f5417596f93924e99661ccb28e3d533325c388e936e51870dc739ac4fe0cc
3
+ size 115434072