alakxender commited on
Commit
4ba4733
·
verified ·
1 Parent(s): d089d50

Training in progress, step 50

Browse files
config.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "relu",
4
+ "architectures": [
5
+ "DetrForObjectDetection"
6
+ ],
7
+ "attention_dropout": 0.0,
8
+ "auxiliary_loss": false,
9
+ "backbone": "resnet50",
10
+ "backbone_config": null,
11
+ "backbone_kwargs": {
12
+ "in_chans": 3,
13
+ "out_indices": [
14
+ 1,
15
+ 2,
16
+ 3,
17
+ 4
18
+ ],
19
+ "output_stride": 16
20
+ },
21
+ "bbox_cost": 5,
22
+ "bbox_loss_coefficient": 5,
23
+ "class_cost": 1,
24
+ "classifier_dropout": 0.0,
25
+ "d_model": 256,
26
+ "decoder_attention_heads": 8,
27
+ "decoder_ffn_dim": 2048,
28
+ "decoder_layerdrop": 0.0,
29
+ "decoder_layers": 6,
30
+ "dice_loss_coefficient": 1,
31
+ "dilation": true,
32
+ "dropout": 0.1,
33
+ "encoder_attention_heads": 8,
34
+ "encoder_ffn_dim": 2048,
35
+ "encoder_layerdrop": 0.0,
36
+ "encoder_layers": 6,
37
+ "eos_coefficient": 0.1,
38
+ "giou_cost": 2,
39
+ "giou_loss_coefficient": 2,
40
+ "id2label": {
41
+ "0": "layout-analysis-QvA6",
42
+ "1": "author",
43
+ "2": "caption",
44
+ "3": "columns",
45
+ "4": "date",
46
+ "5": "footnote",
47
+ "6": "heading",
48
+ "7": "paragraph",
49
+ "8": "picture",
50
+ "9": "textline"
51
+ },
52
+ "init_std": 0.02,
53
+ "init_xavier_std": 1.0,
54
+ "is_encoder_decoder": true,
55
+ "label2id": {
56
+ "author": 1,
57
+ "caption": 2,
58
+ "columns": 3,
59
+ "date": 4,
60
+ "footnote": 5,
61
+ "heading": 6,
62
+ "layout-analysis-QvA6": 0,
63
+ "paragraph": 7,
64
+ "picture": 8,
65
+ "textline": 9
66
+ },
67
+ "mask_loss_coefficient": 1,
68
+ "max_position_embeddings": 1024,
69
+ "model_type": "detr",
70
+ "num_channels": 3,
71
+ "num_hidden_layers": 6,
72
+ "num_queries": 100,
73
+ "position_embedding_type": "sine",
74
+ "scale_embedding": false,
75
+ "torch_dtype": "float32",
76
+ "transformers_version": "4.50.2",
77
+ "use_pretrained_backbone": true,
78
+ "use_timm_backbone": true
79
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76262386ff9e5546bc7ec1fc44a701ce5ed2123f699ceee75e7026dd1a8328bb
3
+ size 166504084
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "pad_size": null,
20
+ "resample": 2,
21
+ "rescale_factor": 0.00392156862745098,
22
+ "size": {
23
+ "longest_edge": 1333,
24
+ "shortest_edge": 800
25
+ }
26
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f250e121094f1097dd67b1095ea0aad01f3b9edd51d6403f90320c1435eb8f4
3
+ size 5368