Training in progress, epoch 1
Browse files- config.json +19 -17
- model.safetensors +2 -2
- preprocessor_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
| 2 |
"activation_dropout": 0.0,
|
| 3 |
"activation_function": "relu",
|
| 4 |
"architectures": [
|
| 5 |
-
"
|
| 6 |
],
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
"auxiliary_loss": false,
|
| 9 |
-
"backbone": "
|
| 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 |
-
"
|
| 23 |
-
"
|
| 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 |
-
"
|
| 37 |
"giou_cost": 2,
|
| 38 |
"giou_loss_coefficient": 2,
|
| 39 |
"id2label": {
|
| 40 |
-
"0": "
|
| 41 |
-
"1": "
|
| 42 |
-
"2": "
|
| 43 |
-
"3": "
|
| 44 |
-
"4": "
|
|
|
|
| 45 |
},
|
| 46 |
"init_std": 0.02,
|
| 47 |
"init_xavier_std": 1.0,
|
| 48 |
"is_encoder_decoder": true,
|
| 49 |
"label2id": {
|
| 50 |
-
"
|
| 51 |
-
"
|
| 52 |
-
"
|
| 53 |
-
"
|
| 54 |
-
"
|
|
|
|
| 55 |
},
|
| 56 |
"mask_loss_coefficient": 1,
|
| 57 |
"max_position_embeddings": 1024,
|
| 58 |
-
"model_type": "
|
| 59 |
"num_channels": 3,
|
| 60 |
"num_hidden_layers": 6,
|
| 61 |
-
"num_queries":
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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": "
|
| 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:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:744302a7d7102b36784fd0e51062b8ec0c932dc9f1710cb43d72843d0946fffd
|
| 3 |
size 5304
|