nsugianto commited on
Commit
916ef65
1 Parent(s): cd80272

Training in progress, step 2

Browse files
config.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "nsugianto/detr-resnet50_finetuned_icdar2019_finetuned_lstabledetv1_session4",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "DetrForObjectDetection"
7
+ ],
8
+ "attention_dropout": 0.0,
9
+ "auxiliary_loss": false,
10
+ "backbone": "resnet50",
11
+ "backbone_config": null,
12
+ "backbone_kwargs": null,
13
+ "bbox_cost": 5,
14
+ "bbox_loss_coefficient": 5,
15
+ "class_cost": 1,
16
+ "d_model": 256,
17
+ "decoder_attention_heads": 8,
18
+ "decoder_ffn_dim": 2048,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 6,
21
+ "dice_loss_coefficient": 1,
22
+ "dilation": false,
23
+ "dropout": 0.1,
24
+ "encoder_attention_heads": 8,
25
+ "encoder_ffn_dim": 2048,
26
+ "encoder_layerdrop": 0.0,
27
+ "encoder_layers": 6,
28
+ "eos_coefficient": 0.1,
29
+ "giou_cost": 2,
30
+ "giou_loss_coefficient": 2,
31
+ "id2label": {
32
+ "0": "table",
33
+ "1": "nontable",
34
+ "2": "header",
35
+ "3": "footer",
36
+ "4": "text"
37
+ },
38
+ "init_std": 0.02,
39
+ "init_xavier_std": 1.0,
40
+ "is_encoder_decoder": true,
41
+ "label2id": {
42
+ "footer": 3,
43
+ "header": 2,
44
+ "nontable": 1,
45
+ "table": 0,
46
+ "text": 4
47
+ },
48
+ "mask_loss_coefficient": 1,
49
+ "max_position_embeddings": 1024,
50
+ "model_type": "detr",
51
+ "num_channels": 3,
52
+ "num_hidden_layers": 6,
53
+ "num_queries": 100,
54
+ "position_embedding_type": "sine",
55
+ "scale_embedding": false,
56
+ "torch_dtype": "float32",
57
+ "transformers_version": "4.38.2",
58
+ "use_pretrained_backbone": true,
59
+ "use_timm_backbone": true
60
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:982e966c8d8dbfb69fbbf09b1161d7833a955db982717daaf6982292cbadc2ff
3
+ size 166498936
preprocessor_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_annotations": true,
3
+ "do_normalize": true,
4
+ "do_pad": true,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "DetrImageProcessor",
14
+ "image_std": [
15
+ 0.229,
16
+ 0.224,
17
+ 0.225
18
+ ],
19
+ "resample": 2,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "longest_edge": 1333,
23
+ "shortest_edge": 800
24
+ }
25
+ }
runs/Mar27_10-04-59_b2cd78ddb1a5/events.out.tfevents.1711533900.b2cd78ddb1a5.732.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab2da5fb0a49b7d58e4bcce9d9aea34569529a895c9c4f449caf7a564aef3950
3
+ size 4184
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fac40e0f62618f783dda54e708a627b10c3ddca6f68f8d5c3d03a5f6495b398
3
+ size 4984