drabindr commited on
Commit
bc7c708
·
verified ·
1 Parent(s): da89d6c

End of training

Browse files
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/detr-resnet-50
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: detr-resnet-50_finetuned_cppe5
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # detr-resnet-50_finetuned_cppe5
15
+
16
+ This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the None dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 1e-05
36
+ - train_batch_size: 8
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 10
42
+ - mixed_precision_training: Native AMP
43
+
44
+ ### Training results
45
+
46
+
47
+
48
+ ### Framework versions
49
+
50
+ - Transformers 4.35.2
51
+ - Pytorch 2.1.0+cu121
52
+ - Datasets 2.16.1
53
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/detr-resnet-50",
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
+ "bbox_cost": 5,
13
+ "bbox_loss_coefficient": 5,
14
+ "class_cost": 1,
15
+ "classifier_dropout": 0.0,
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": "0",
33
+ "1": "1",
34
+ "2": "2",
35
+ "3": "3",
36
+ "4": "4",
37
+ "5": "5",
38
+ "6": "6",
39
+ "7": "7",
40
+ "8": "8",
41
+ "9": "9"
42
+ },
43
+ "init_std": 0.02,
44
+ "init_xavier_std": 1.0,
45
+ "is_encoder_decoder": true,
46
+ "label2id": {
47
+ "0": 0,
48
+ "1": 1,
49
+ "2": 2,
50
+ "3": 3,
51
+ "4": 4,
52
+ "5": 5,
53
+ "6": 6,
54
+ "7": 7,
55
+ "8": 8,
56
+ "9": 9
57
+ },
58
+ "mask_loss_coefficient": 1,
59
+ "max_position_embeddings": 1024,
60
+ "model_type": "detr",
61
+ "num_channels": 3,
62
+ "num_hidden_layers": 6,
63
+ "num_queries": 100,
64
+ "position_embedding_type": "sine",
65
+ "scale_embedding": false,
66
+ "torch_dtype": "float32",
67
+ "transformers_version": "4.35.2",
68
+ "use_pretrained_backbone": true,
69
+ "use_timm_backbone": true
70
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d91de9246b2acd4d930e2188dbed1b75d91aacbc1de64ae814cc0c14e322d8a
3
+ size 166504084
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
+ }
runs/Jan21_02-59-30_ddd4aac4cd7b/events.out.tfevents.1705806332.ddd4aac4cd7b.2181.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1ae2fdf09b2ab184a8346481aa5bb216cbedaba0c9bfade6902a94527949b8d
3
+ size 5054
runs/Jan21_03-20-58_ddd4aac4cd7b/events.out.tfevents.1705807259.ddd4aac4cd7b.8260.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7509f2c12964fe7611d7cf87006d4783758ac1667aea3ed10237e13ba21e5896
3
+ size 5054
runs/Jan21_03-20-58_ddd4aac4cd7b/events.out.tfevents.1705807330.ddd4aac4cd7b.8260.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a69226f20349986f118f541a80c8c7a41f03e500a50a5014782a0fdfcb2d04b9
3
+ size 5054
runs/Jan21_03-20-58_ddd4aac4cd7b/events.out.tfevents.1705807391.ddd4aac4cd7b.8260.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6232c6243eb1c76596fc36b71703ac2f07836789fc98c3d5ea0a3feeacbddb3a
3
+ size 5054
runs/Jan21_03-20-58_ddd4aac4cd7b/events.out.tfevents.1705807454.ddd4aac4cd7b.8260.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27b7c2e5e394513ade4ed6fd22c526da426e0230c48855065bb6a41feec98866
3
+ size 5054
runs/Jan21_03-20-58_ddd4aac4cd7b/events.out.tfevents.1705807619.ddd4aac4cd7b.8260.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9aaae32595fc1a73e91951b4223c554edc7c45814356101379e55a53c2f29979
3
+ size 5054
runs/Jan21_03-20-58_ddd4aac4cd7b/events.out.tfevents.1705808042.ddd4aac4cd7b.8260.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:415d82902ee7e6657c6df5f2f64be855b2c24cf7fc5c8dbe3e4e86ca11024cde
3
+ size 5054
runs/Jan21_03-34-15_ddd4aac4cd7b/events.out.tfevents.1705808061.ddd4aac4cd7b.8260.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72ef1bc8b3c6b5f692fa87791805acb0bb68b555a0ffec8c72ce8e51af792123
3
+ size 5054
runs/Jan21_03-34-15_ddd4aac4cd7b/events.out.tfevents.1705808178.ddd4aac4cd7b.8260.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc9aeaf03923379340d9ea8f3ac9bad0744504ace38be09f87f8effee74fd505
3
+ size 5054
runs/Jan21_03-34-15_ddd4aac4cd7b/events.out.tfevents.1705808289.ddd4aac4cd7b.8260.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2622a41d9e3bca18ed43ac887703f826b6048fea2b6d1e09abb70fb197a6441e
3
+ size 5716
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ecf418e782d58479072edd32229a74ee62bef6a4e34ab811502881f7a76cf96
3
+ size 4600