ShaneOD2611 commited on
Commit
9aceae1
1 Parent(s): d97e449

End of training

Browse files
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jozhang97/deta-resnet-50-24-epochs
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: deta-resnet-50_finetuned_CSGO
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # deta-resnet-50_finetuned_CSGO
14
+
15
+ This model is a fine-tuned version of [jozhang97/deta-resnet-50-24-epochs](https://huggingface.co/jozhang97/deta-resnet-50-24-epochs) on an unknown dataset.
16
+
17
+ ## Model description
18
+
19
+ More information needed
20
+
21
+ ## Intended uses & limitations
22
+
23
+ More information needed
24
+
25
+ ## Training and evaluation data
26
+
27
+ More information needed
28
+
29
+ ## Training procedure
30
+
31
+ ### Training hyperparameters
32
+
33
+ The following hyperparameters were used during training:
34
+ - learning_rate: 1e-05
35
+ - train_batch_size: 8
36
+ - eval_batch_size: 8
37
+ - seed: 42
38
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
39
+ - lr_scheduler_type: linear
40
+ - num_epochs: 10
41
+ - mixed_precision_training: Native AMP
42
+
43
+ ### Training results
44
+
45
+
46
+
47
+ ### Framework versions
48
+
49
+ - Transformers 4.38.2
50
+ - Pytorch 2.2.1+cu121
51
+ - Datasets 2.18.0
52
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "jozhang97/deta-resnet-50-24-epochs",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "relu",
5
+ "architectures": [
6
+ "DetaForObjectDetection"
7
+ ],
8
+ "assign_first_stage": true,
9
+ "assign_second_stage": true,
10
+ "attention_dropout": 0.0,
11
+ "auxiliary_loss": false,
12
+ "backbone": null,
13
+ "backbone_config": {
14
+ "model_type": "resnet",
15
+ "out_features": [
16
+ "stage2",
17
+ "stage3",
18
+ "stage4"
19
+ ],
20
+ "out_indices": [
21
+ 2,
22
+ 3,
23
+ 4
24
+ ]
25
+ },
26
+ "backbone_kwargs": null,
27
+ "bbox_cost": 5,
28
+ "bbox_loss_coefficient": 5,
29
+ "class_cost": 1,
30
+ "d_model": 256,
31
+ "decoder_attention_heads": 8,
32
+ "decoder_ffn_dim": 2048,
33
+ "decoder_layerdrop": 0.0,
34
+ "decoder_layers": 6,
35
+ "decoder_n_points": 4,
36
+ "dice_loss_coefficient": 1,
37
+ "disable_custom_kernels": true,
38
+ "dropout": 0.1,
39
+ "encoder_attention_heads": 8,
40
+ "encoder_ffn_dim": 2048,
41
+ "encoder_layerdrop": 0.0,
42
+ "encoder_layers": 6,
43
+ "encoder_n_points": 4,
44
+ "eos_coefficient": 0.1,
45
+ "focal_alpha": 0.25,
46
+ "giou_cost": 2,
47
+ "giou_loss_coefficient": 2,
48
+ "id2label": {
49
+ "0": "CSGO",
50
+ "1": "CT",
51
+ "2": "T"
52
+ },
53
+ "init_std": 0.02,
54
+ "init_xavier_std": 1.0,
55
+ "is_encoder_decoder": true,
56
+ "label2id": {
57
+ "CSGO": 0,
58
+ "CT": 1,
59
+ "T": 2
60
+ },
61
+ "mask_loss_coefficient": 1,
62
+ "max_position_embeddings": 2048,
63
+ "model_type": "deta",
64
+ "num_feature_levels": 5,
65
+ "num_queries": 900,
66
+ "position_embedding_type": "sine",
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.38.2",
69
+ "two_stage": true,
70
+ "two_stage_num_proposals": 300,
71
+ "use_pretrained_backbone": false,
72
+ "use_timm_backbone": false,
73
+ "with_box_refine": true
74
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:015de8f704a03cb67559001c8e65205a2f5eefcf90fc0c8a6304291c4881082f
3
+ size 193623012
preprocessor_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "DetaImageProcessor",
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
+ }
runs/Apr10_09-59-30_0ae0b4a34825/events.out.tfevents.1712743171.0ae0b4a34825.2415.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b42ddb8f1232f6c1af82f423186bcafa76f062b95c12e433598eb6fec52005c
3
+ size 15261
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0eba9a0fe9cc447f34f0757563a375f6031aa376929a3e8d29e04d107e030d2
3
+ size 4920