MustangV commited on
Commit
bcbd061
1 Parent(s): 2947d8e

End of training

Browse files
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/detr-resnet-50
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ model-index:
9
+ - name: candy_detector_finetuned
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # candy_detector_finetuned
17
+
18
+ This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on the imagefolder dataset.
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 1e-05
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 10
44
+
45
+ ### Framework versions
46
+
47
+ - Transformers 4.35.2
48
+ - Pytorch 2.1.0+cu118
49
+ - Datasets 2.15.0
50
+ - Tokenizers 0.15.0
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Black_star",
33
+ "1": "Cat",
34
+ "2": "Grey_star",
35
+ "3": "Insect",
36
+ "4": "Moon",
37
+ "5": "Owl",
38
+ "6": "Unicorn_head",
39
+ "7": "Unicorn_whole"
40
+ },
41
+ "init_std": 0.02,
42
+ "init_xavier_std": 1.0,
43
+ "is_encoder_decoder": true,
44
+ "label2id": {
45
+ "Black_star": 0,
46
+ "Cat": 1,
47
+ "Grey_star": 2,
48
+ "Insect": 3,
49
+ "Moon": 4,
50
+ "Owl": 5,
51
+ "Unicorn_head": 6,
52
+ "Unicorn_whole": 7
53
+ },
54
+ "mask_loss_coefficient": 1,
55
+ "max_position_embeddings": 1024,
56
+ "model_type": "detr",
57
+ "num_channels": 3,
58
+ "num_hidden_layers": 6,
59
+ "num_queries": 100,
60
+ "position_embedding_type": "sine",
61
+ "scale_embedding": false,
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.35.2",
64
+ "use_pretrained_backbone": true,
65
+ "use_timm_backbone": true
66
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:665ae8ea3436f0dce52b880f8e16261fe16b3c6a281f0ab302539159cb37e392
3
+ size 166502020
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/Nov16_08-41-40_dd637a1000d9/events.out.tfevents.1700124100.dd637a1000d9.7162.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3275f3983ef667d392e674f02bef6aadbd738f67f78a53437bff4f75cf5e8414
3
+ size 5090
runs/Nov16_08-42-34_dd637a1000d9/events.out.tfevents.1700124165.dd637a1000d9.7162.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:426a983620c7b06d8d68b448d18a71426548a48a365ed543228bb7376a326af1
3
+ size 15094
runs/Nov16_08-48-18_dd637a1000d9/events.out.tfevents.1700124504.dd637a1000d9.7162.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:987c8ed726a0d9ddd2c141b5f2042a60f287ed88e6596b3b785eb12ca73bbf60
3
+ size 5090
runs/Nov16_08-49-35_dd637a1000d9/events.out.tfevents.1700124617.dd637a1000d9.7162.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:667d1799319a174683a2084faa84d1497a33c0fab2d15d9bbcb4210c2cce569b
3
+ size 5090
runs/Nov16_08-52-45_dd637a1000d9/events.out.tfevents.1700124772.dd637a1000d9.7162.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e655e506164d067a92b166079af7563270bd123ef9f5fdb9f44789fbb464a6de
3
+ size 4184
runs/Nov16_08-54-27_dd637a1000d9/events.out.tfevents.1700124868.dd637a1000d9.11227.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6b54985142efb290f56ce4bc0e9ff55deeba4c9af9958f25e38c03a3d24ea7b
3
+ size 5090
runs/Nov16_08-56-02_dd637a1000d9/events.out.tfevents.1700124967.dd637a1000d9.11227.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c7e0885e0730131136a46885fbe7729b66540a21f11c0fd6c9b6128b2d1f440
3
+ size 5090
runs/Nov16_08-57-42_dd637a1000d9/events.out.tfevents.1700125069.dd637a1000d9.11227.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c58bc12e10d58a049a2bc3a76ba6bdc18e1c9e1778116d90582c354b8fe16e04
3
+ size 8280
runs/Nov16_09-00-46_dd637a1000d9/events.out.tfevents.1700125246.dd637a1000d9.12842.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8dceebf3fe699d8f8b822a2e2b6d706873bf75db4c0526e92390996d87618d8
3
+ size 8280
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afefa039393a8003850dda1be05a01c6bd813704e4ce356527225357958a19e8
3
+ size 4600