jfecunha commited on
Commit
61d52bf
·
1 Parent(s): ee34bc4

finished training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Category",
34
+ "1": "Chunk",
35
+ "2": "Other",
36
+ "3": "SubTitle",
37
+ "4": "Title"
38
+ },
39
+ "init_std": 0.02,
40
+ "init_xavier_std": 1.0,
41
+ "is_encoder_decoder": true,
42
+ "label2id": {
43
+ "Category": 0,
44
+ "Chunk": 1,
45
+ "Other": 2,
46
+ "SubTitle": 3,
47
+ "Title": 4
48
+ },
49
+ "mask_loss_coefficient": 1,
50
+ "max_position_embeddings": 1024,
51
+ "model_type": "detr",
52
+ "num_channels": 3,
53
+ "num_hidden_layers": 6,
54
+ "num_queries": 100,
55
+ "position_embedding_type": "sine",
56
+ "scale_embedding": false,
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.7.0.dev0",
59
+ "use_pretrained_backbone": true,
60
+ "use_timm_backbone": true
61
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "feature_extractor_type": "DetrFeatureExtractor",
7
+ "format": "coco_detection",
8
+ "image_mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "image_processor_type": "DetrFeatureExtractor",
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:063f0b267df8d2d242e11125a51b90835cf8e3f2997e0ad42f84763ebf05ca37
3
+ size 166620197
runs/Apr21_14-07-47_c1e06f849b16/1682086173.0929189/events.out.tfevents.1682086173.c1e06f849b16.59328.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e04842427d1607f77398ef91dcf42d663295e0b1c70e869adf2603858122cdaf
3
+ size 5873
runs/Apr21_14-07-47_c1e06f849b16/1682086527.6247196/events.out.tfevents.1682086527.c1e06f849b16.59328.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91de4e98d922803aeeab3626c6d18b7462c5892bb88f6d5b4f97a615af8ccaad
3
+ size 5873
runs/Apr21_14-07-47_c1e06f849b16/events.out.tfevents.1682086173.c1e06f849b16.59328.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3757ec7144379a14613b189fc2a67a6d38d1ced2a81c710ad1c04285987dc9a5
3
+ size 4787
runs/Apr21_14-07-47_c1e06f849b16/events.out.tfevents.1682086527.c1e06f849b16.59328.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00dea7eefabb0d4849874bea94cfdb1d512fcd4d49865a277e37d9e883e6c1f5
3
+ size 4787
runs/Apr21_14-37-10_c1e06f849b16/1682087850.2554123/events.out.tfevents.1682087850.c1e06f849b16.67516.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:009703e1bc160466eb883e6790fb2c197d79d157245ae897bc45a321181a3b69
3
+ size 5873
runs/Apr21_14-37-10_c1e06f849b16/1682088090.144241/events.out.tfevents.1682088090.c1e06f849b16.67516.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:411b08dbb43a37a94d873eb21e058c6992605aaf1008b83242258c5abbe11ac1
3
+ size 5873
runs/Apr21_14-37-10_c1e06f849b16/events.out.tfevents.1682087850.c1e06f849b16.67516.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:565a995d1ce1cc3376c4bddb09f6687e9463116947be67d95b52bbd3f34fdaf0
3
+ size 4786
runs/Apr21_14-37-10_c1e06f849b16/events.out.tfevents.1682088090.c1e06f849b16.67516.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a1927b9a1ed282812d8d70e5772da4dd717cf44c7cf16e34215129a68f4ea8f
3
+ size 5288
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01caac6ab3ffb02434778c1b890f13ecb1c81f3bb9707669b896336203e923e5
3
+ size 3579