ljnlonoljpiljm
commited on
Commit
•
84e190e
1
Parent(s):
379b43b
Training in progress, step 210
Browse files- config.json +69 -0
- model.safetensors +3 -0
- preprocessor_config.json +29 -0
- runs/Nov16_18-53-00_bdf138853929/events.out.tfevents.1731783183.bdf138853929.2191.0 +3 -0
- runs/Nov16_18-54-57_bdf138853929/events.out.tfevents.1731783299.bdf138853929.2810.0 +3 -0
- runs/Nov16_18-56-28_bdf138853929/events.out.tfevents.1731783389.bdf138853929.3495.0 +3 -0
- runs/Nov16_18-59-34_bdf138853929/events.out.tfevents.1731783575.bdf138853929.4416.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "referee",
|
42 |
+
"1": "wrestler",
|
43 |
+
"2": "singlet",
|
44 |
+
"3": "headgear",
|
45 |
+
"4": "bulge"
|
46 |
+
},
|
47 |
+
"init_std": 0.02,
|
48 |
+
"init_xavier_std": 1.0,
|
49 |
+
"is_encoder_decoder": true,
|
50 |
+
"label2id": {
|
51 |
+
"bulge": 4,
|
52 |
+
"headgear": 3,
|
53 |
+
"referee": 0,
|
54 |
+
"singlet": 2,
|
55 |
+
"wrestler": 1
|
56 |
+
},
|
57 |
+
"mask_loss_coefficient": 1,
|
58 |
+
"max_position_embeddings": 1024,
|
59 |
+
"model_type": "detr",
|
60 |
+
"num_channels": 3,
|
61 |
+
"num_hidden_layers": 6,
|
62 |
+
"num_queries": 100,
|
63 |
+
"position_embedding_type": "sine",
|
64 |
+
"scale_embedding": false,
|
65 |
+
"torch_dtype": "float32",
|
66 |
+
"transformers_version": "4.46.2",
|
67 |
+
"use_pretrained_backbone": true,
|
68 |
+
"use_timm_backbone": true
|
69 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:631342f98f31c2321b9c3a890d9a719e0c7fbd87c4bce7c1ce5f72ec45b99496
|
3 |
+
size 166498936
|
preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": {
|
20 |
+
"height": 512,
|
21 |
+
"width": 512
|
22 |
+
},
|
23 |
+
"resample": 2,
|
24 |
+
"rescale_factor": 0.00392156862745098,
|
25 |
+
"size": {
|
26 |
+
"max_height": 512,
|
27 |
+
"max_width": 512
|
28 |
+
}
|
29 |
+
}
|
runs/Nov16_18-53-00_bdf138853929/events.out.tfevents.1731783183.bdf138853929.2191.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:848fe07b48086df3761c952af3e0161bdab3d6c73f1dd7d0a833bb9335a9fe41
|
3 |
+
size 7557
|
runs/Nov16_18-54-57_bdf138853929/events.out.tfevents.1731783299.bdf138853929.2810.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2875d499264c30f71f30bb3949e7f38450873543b392546aaffe319ac54c932a
|
3 |
+
size 6936
|
runs/Nov16_18-56-28_bdf138853929/events.out.tfevents.1731783389.bdf138853929.3495.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:038cb11e1f1f7ed8e33fa34c08e81676939f375dd8adcfc86ff6db87be808c8d
|
3 |
+
size 8178
|
runs/Nov16_18-59-34_bdf138853929/events.out.tfevents.1731783575.bdf138853929.4416.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:624ec1793cb0b03895b845f9b41eeb787e8331bfc335343d004044309dd2407b
|
3 |
+
size 50054
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c9cf9cca9cfb5232228030c1968cfc442f55bae352c1e02bad5fb1d55eb7dee
|
3 |
+
size 5304
|