nsugianto commited on
Commit
8444b82
1 Parent(s): 09d370f

Training in progress, step 50

Browse files
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/table-transformer-structure-recognition",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "TableTransformerForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": false,
10
+ "backbone": "resnet18",
11
+ "backbone_config": null,
12
+ "backbone_kwargs": null,
13
+ "bbox_cost": 5,
14
+ "bbox_loss_coefficient": 5,
15
+ "ce_loss_coefficient": 1,
16
+ "class_cost": 1,
17
+ "d_model": 256,
18
+ "decoder_attention_heads": 8,
19
+ "decoder_ffn_dim": 2048,
20
+ "decoder_layerdrop": 0.0,
21
+ "decoder_layers": 6,
22
+ "dice_loss_coefficient": 1,
23
+ "dilation": false,
24
+ "dropout": 0.1,
25
+ "encoder_attention_heads": 8,
26
+ "encoder_ffn_dim": 2048,
27
+ "encoder_layerdrop": 0.0,
28
+ "encoder_layers": 6,
29
+ "eos_coefficient": 0.4,
30
+ "giou_cost": 2,
31
+ "giou_loss_coefficient": 2,
32
+ "id2label": {
33
+ "0": "table",
34
+ "1": "table column",
35
+ "2": "table row",
36
+ "3": "table column header",
37
+ "4": "table projected row header",
38
+ "5": "table spanning cell"
39
+ },
40
+ "init_std": 0.02,
41
+ "init_xavier_std": 1.0,
42
+ "is_encoder_decoder": true,
43
+ "label2id": {
44
+ "table": 0,
45
+ "table column": 1,
46
+ "table column header": 3,
47
+ "table projected row header": 4,
48
+ "table row": 2,
49
+ "table spanning cell": 5
50
+ },
51
+ "mask_loss_coefficient": 1,
52
+ "max_position_embeddings": 1024,
53
+ "model_type": "table-transformer",
54
+ "num_channels": 3,
55
+ "num_hidden_layers": 6,
56
+ "num_queries": 125,
57
+ "position_embedding_type": "sine",
58
+ "scale_embedding": false,
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.41.0.dev0",
61
+ "use_pretrained_backbone": true,
62
+ "use_timm_backbone": true
63
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f03a2efbaceddc445f461c7f47444e5c926faadd3ceab6182ae48cee07409eda
3
+ size 115433860
preprocessor_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "annotations",
5
+ "return_segmentation_masks",
6
+ "masks_path",
7
+ "do_resize",
8
+ "size",
9
+ "resample",
10
+ "do_rescale",
11
+ "rescale_factor",
12
+ "do_normalize",
13
+ "do_convert_annotations",
14
+ "image_mean",
15
+ "image_std",
16
+ "do_pad",
17
+ "format",
18
+ "return_tensors",
19
+ "data_format",
20
+ "input_data_format"
21
+ ],
22
+ "do_convert_annotations": true,
23
+ "do_normalize": true,
24
+ "do_pad": true,
25
+ "do_rescale": true,
26
+ "do_resize": true,
27
+ "format": "coco_detection",
28
+ "image_mean": [
29
+ 0.485,
30
+ 0.456,
31
+ 0.406
32
+ ],
33
+ "image_processor_type": "DetrImageProcessor",
34
+ "image_std": [
35
+ 0.229,
36
+ 0.224,
37
+ 0.225
38
+ ],
39
+ "resample": 2,
40
+ "rescale_factor": 0.00392156862745098,
41
+ "size": {
42
+ "longest_edge": 1000,
43
+ "shortest_edge": 800
44
+ }
45
+ }
runs/May22_14-42-01_ip-172-31-44-225/events.out.tfevents.1716388923.ip-172-31-44-225.1866.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7481bc179fe2dd9b5bd0e47aa2a99ce7f1f10ccc5351734fe3b4ad771b9ae4cc
3
+ size 5997
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca2f8944944a4c35f590a3f2b59a742a31f2e26fff1f91c50e5a4a97f30148c7
3
+ size 4603