Mit1208 commited on
Commit
89b35ef
1 Parent(s): f423075

Training in progress, step 200

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "480370a8aeeed9fc8d78837b4e94e5f936fe73f2",
3
+ "_name_or_path": "facebook/detr-resnet-50",
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "relu",
6
+ "architectures": [
7
+ "DetrForObjectDetection"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "auxiliary_loss": false,
11
+ "backbone": "resnet50",
12
+ "backbone_config": null,
13
+ "bbox_cost": 5,
14
+ "bbox_loss_coefficient": 5,
15
+ "class_cost": 1,
16
+ "classifier_dropout": 0.0,
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.1,
30
+ "giou_cost": 2,
31
+ "giou_loss_coefficient": 2,
32
+ "id2label": {
33
+ "0": "Caption",
34
+ "1": "Footnote",
35
+ "2": "Formula",
36
+ "3": "List-item",
37
+ "4": "Page-footer",
38
+ "5": "Page-header",
39
+ "6": "Picture",
40
+ "7": "Section-header",
41
+ "8": "Table",
42
+ "9": "Text",
43
+ "10": "Title"
44
+ },
45
+ "init_std": 0.02,
46
+ "init_xavier_std": 1.0,
47
+ "is_encoder_decoder": true,
48
+ "label2id": {
49
+ "Caption": 0,
50
+ "Footnote": 1,
51
+ "Formula": 2,
52
+ "List-item": 3,
53
+ "Page-footer": 4,
54
+ "Page-header": 5,
55
+ "Picture": 6,
56
+ "Section-header": 7,
57
+ "Table": 8,
58
+ "Text": 9,
59
+ "Title": 10
60
+ },
61
+ "mask_loss_coefficient": 1,
62
+ "max_position_embeddings": 1024,
63
+ "model_type": "detr",
64
+ "num_channels": 3,
65
+ "num_hidden_layers": 6,
66
+ "num_queries": 100,
67
+ "position_embedding_type": "sine",
68
+ "scale_embedding": false,
69
+ "torch_dtype": "float32",
70
+ "transformers_version": "4.7.0.dev0",
71
+ "use_pretrained_backbone": true,
72
+ "use_timm_backbone": true
73
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "format": "coco_detection",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "DetrImageProcessor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "longest_edge": 1333,
22
+ "shortest_edge": 800
23
+ }
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db66d9dee9028cf611137f05dda2247f5843a1a687b1468d4f89c8a0f333fd74
3
+ size 166626341
runs/Apr22_17-20-40_70a5085f3a19/1682184049.571595/events.out.tfevents.1682184049.70a5085f3a19.1263.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f17edb08daa14cbe123984c2ea4af422681d06459a8d5700fc54f73622df6a6
3
+ size 5925
runs/Apr22_17-20-40_70a5085f3a19/events.out.tfevents.1682184049.70a5085f3a19.1263.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec3a57c55c8d3e96bae1bc7da0f503077906d822b94d37011fe83ad192f4f52a
3
+ size 5747
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:084a403cb0c894e5790ace4a8d08fb6950c208cc6797af22a9d673c7404bbd32
3
+ size 3643