alterf commited on
Commit
61dd189
1 Parent(s): 870ba6a

Upload model

Browse files
Files changed (2) hide show
  1. config.json +4 -5
  2. model.safetensors +2 -2
config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "_name_or_path": "microsoft/table-transformer-detection",
3
  "activation_dropout": 0.0,
4
  "activation_function": "relu",
5
  "architectures": [
6
- "TableTransformerForObjectDetection"
7
  ],
8
  "attention_dropout": 0.0,
9
  "auxiliary_loss": false,
@@ -30,8 +30,7 @@
30
  "giou_cost": 2,
31
  "giou_loss_coefficient": 2,
32
  "id2label": {
33
- "0": "table",
34
- "1": "table rotated"
35
  },
36
  "init_std": 0.02,
37
  "init_xavier_std": 1.0,
@@ -42,7 +41,7 @@
42
  },
43
  "mask_loss_coefficient": 1,
44
  "max_position_embeddings": 1024,
45
- "model_type": "table-transformer",
46
  "num_channels": 3,
47
  "num_hidden_layers": 6,
48
  "num_queries": 15,
 
1
  {
2
+ "_name_or_path": "alterf/det_v2",
3
  "activation_dropout": 0.0,
4
  "activation_function": "relu",
5
  "architectures": [
6
+ "DetrModel"
7
  ],
8
  "attention_dropout": 0.0,
9
  "auxiliary_loss": false,
 
30
  "giou_cost": 2,
31
  "giou_loss_coefficient": 2,
32
  "id2label": {
33
+ "0": "Table"
 
34
  },
35
  "init_std": 0.02,
36
  "init_xavier_std": 1.0,
 
41
  },
42
  "mask_loss_coefficient": 1,
43
  "max_position_embeddings": 1024,
44
+ "model_type": "detr",
45
  "num_channels": 3,
46
  "num_hidden_layers": 6,
47
  "num_queries": 15,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:314dfb49fb3713481a7d0b04b12efd13e70a646fe895ac9a356412c3b6094f6d
3
- size 115317108
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fb1f7b9173d25561ed3f71c9e610cd83b2ab6aa5a0236210ee7a6947cbfceea
3
+ size 114778384