BrianLan commited on
Commit
bcd7566
·
verified ·
1 Parent(s): 675ce84

Checkpoint at epoch 1

Browse files
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: facebook/detr-resnet-50
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: detr-resnet-50-finetuned-10-epochs-TW-Marine-5cls-dataset
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # detr-resnet-50-finetuned-10-epochs-TW-Marine-5cls-dataset
16
+
17
+ This model is a fine-tuned version of [facebook/detr-resnet-50](https://huggingface.co/facebook/detr-resnet-50) on an unknown dataset.
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 1e-05
37
+ - train_batch_size: 2
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 10
43
+
44
+ ### Framework versions
45
+
46
+ - Transformers 4.46.3
47
+ - Pytorch 2.4.1+cu121
48
+ - Datasets 3.1.0
49
+ - Tokenizers 0.20.3
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "backbone_kwargs": {
13
+ "in_chans": 3,
14
+ "out_indices": [
15
+ 1,
16
+ 2,
17
+ 3,
18
+ 4
19
+ ]
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": false,
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": "Buoy",
42
+ "1": "GuardBoat",
43
+ "2": "RedBall",
44
+ "3": "YellowBall",
45
+ "4": "GreenBall"
46
+ },
47
+ "image_size": [
48
+ 480,
49
+ 1920
50
+ ],
51
+ "init_std": 0.02,
52
+ "init_xavier_std": 1.0,
53
+ "is_encoder_decoder": true,
54
+ "label2id": {
55
+ "Buoy": 0,
56
+ "GreenBall": 4,
57
+ "GuardBoat": 1,
58
+ "RedBall": 2,
59
+ "YellowBall": 3
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.46.3",
71
+ "use_pretrained_backbone": true,
72
+ "use_timm_backbone": true
73
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7e20dcf0b55d7930729db6416dc9f4c337ef9d633d07687374706cc36ad44dc
3
+ size 166498936
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
+ "height": 480,
24
+ "width": 1920
25
+ }
26
+ }
runs/Jul15_15-40-03_julie-System-Product-Name/events.out.tfevents.1752565212.julie-System-Product-Name.216.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a72d2b96119696e5c8c163f447f19d7d44f73158aec29ec7447a1539b85e4408
3
+ size 10770
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50e6b381bdd056b8c7697126b8fab90126125cd79f5a932ed4d8c056340338d2
3
+ size 5432