janbl06 commited on
Commit
c47bdc6
·
verified ·
1 Parent(s): f48ba56

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -2,11 +2,11 @@
2
  "activation_dropout": 0.0,
3
  "activation_function": "relu",
4
  "architectures": [
5
- "ConditionalDetrForObjectDetection"
6
  ],
7
  "attention_dropout": 0.0,
8
  "auxiliary_loss": false,
9
- "backbone": "resnet50",
10
  "backbone_config": null,
11
  "backbone_kwargs": {
12
  "in_chans": 3,
@@ -19,8 +19,8 @@
19
  },
20
  "bbox_cost": 5,
21
  "bbox_loss_coefficient": 5,
22
- "class_cost": 2,
23
- "cls_loss_coefficient": 2,
24
  "d_model": 256,
25
  "decoder_attention_heads": 8,
26
  "decoder_ffn_dim": 2048,
@@ -33,32 +33,34 @@
33
  "encoder_ffn_dim": 2048,
34
  "encoder_layerdrop": 0.0,
35
  "encoder_layers": 6,
36
- "focal_alpha": 0.25,
37
  "giou_cost": 2,
38
  "giou_loss_coefficient": 2,
39
  "id2label": {
40
- "0": "Coverall",
41
- "1": "Face_Shield",
42
- "2": "Gloves",
43
- "3": "Goggles",
44
- "4": "Mask"
 
45
  },
46
  "init_std": 0.02,
47
  "init_xavier_std": 1.0,
48
  "is_encoder_decoder": true,
49
  "label2id": {
50
- "Coverall": 0,
51
- "Face_Shield": 1,
52
- "Gloves": 2,
53
- "Goggles": 3,
54
- "Mask": 4
 
55
  },
56
  "mask_loss_coefficient": 1,
57
  "max_position_embeddings": 1024,
58
- "model_type": "conditional_detr",
59
  "num_channels": 3,
60
  "num_hidden_layers": 6,
61
- "num_queries": 300,
62
  "position_embedding_type": "sine",
63
  "scale_embedding": false,
64
  "torch_dtype": "float32",
 
2
  "activation_dropout": 0.0,
3
  "activation_function": "relu",
4
  "architectures": [
5
+ "TableTransformerForObjectDetection"
6
  ],
7
  "attention_dropout": 0.0,
8
  "auxiliary_loss": false,
9
+ "backbone": "resnet18",
10
  "backbone_config": null,
11
  "backbone_kwargs": {
12
  "in_chans": 3,
 
19
  },
20
  "bbox_cost": 5,
21
  "bbox_loss_coefficient": 5,
22
+ "ce_loss_coefficient": 1,
23
+ "class_cost": 1,
24
  "d_model": 256,
25
  "decoder_attention_heads": 8,
26
  "decoder_ffn_dim": 2048,
 
33
  "encoder_ffn_dim": 2048,
34
  "encoder_layerdrop": 0.0,
35
  "encoder_layers": 6,
36
+ "eos_coefficient": 0.4,
37
  "giou_cost": 2,
38
  "giou_loss_coefficient": 2,
39
  "id2label": {
40
+ "0": "table",
41
+ "1": "table column",
42
+ "2": "table row",
43
+ "3": "table column header",
44
+ "4": "table projected row header",
45
+ "5": "table spanning cell"
46
  },
47
  "init_std": 0.02,
48
  "init_xavier_std": 1.0,
49
  "is_encoder_decoder": true,
50
  "label2id": {
51
+ "table": 0,
52
+ "table column": 1,
53
+ "table column header": 3,
54
+ "table projected row header": 4,
55
+ "table row": 2,
56
+ "table spanning cell": 5
57
  },
58
  "mask_loss_coefficient": 1,
59
  "max_position_embeddings": 1024,
60
+ "model_type": "table-transformer",
61
  "num_channels": 3,
62
  "num_hidden_layers": 6,
63
+ "num_queries": 125,
64
  "position_embedding_type": "sine",
65
  "scale_embedding": false,
66
  "torch_dtype": "float32",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b37b819df34d0e1e7f15f605fe71a12be79d1094d7541bf6696c052fe22d713
3
- size 174079796
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:515b8b3c8999f7118544191d90ded04526e4fd1a9b629e65b447ee8d81b3bcc4
3
+ size 115433860
preprocessor_config.json CHANGED
@@ -10,7 +10,7 @@
10
  0.456,
11
  0.406
12
  ],
13
- "image_processor_type": "ConditionalDetrImageProcessor",
14
  "image_std": [
15
  0.229,
16
  0.224,
 
10
  0.456,
11
  0.406
12
  ],
13
+ "image_processor_type": "DetrImageProcessor",
14
  "image_std": [
15
  0.229,
16
  0.224,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:33543a85381009b17d2c5fa7c9ea44253a42c19653ac5c509acd1d9a9e13e43f
3
  size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:744302a7d7102b36784fd0e51062b8ec0c932dc9f1710cb43d72843d0946fffd
3
  size 5304