Training in progress, step 50
Browse files- config.json +78 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- runs/Feb10_19-19-57_70f27065a5e3/events.out.tfevents.1739215363.70f27065a5e3.1896.0 +3 -0
- runs/Feb10_19-25-12_70f27065a5e3/events.out.tfevents.1739215525.70f27065a5e3.1896.1 +3 -0
- runs/Feb10_19-36-59_33feb382e516/events.out.tfevents.1739216234.33feb382e516.4996.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "facebook/detr-resnet-50-dc5",
|
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 |
+
"output_stride": 16
|
21 |
+
},
|
22 |
+
"bbox_cost": 5,
|
23 |
+
"bbox_loss_coefficient": 5,
|
24 |
+
"class_cost": 1,
|
25 |
+
"classifier_dropout": 0.0,
|
26 |
+
"d_model": 256,
|
27 |
+
"decoder_attention_heads": 8,
|
28 |
+
"decoder_ffn_dim": 2048,
|
29 |
+
"decoder_layerdrop": 0.0,
|
30 |
+
"decoder_layers": 6,
|
31 |
+
"dice_loss_coefficient": 1,
|
32 |
+
"dilation": true,
|
33 |
+
"dropout": 0.1,
|
34 |
+
"encoder_attention_heads": 8,
|
35 |
+
"encoder_ffn_dim": 2048,
|
36 |
+
"encoder_layerdrop": 0.0,
|
37 |
+
"encoder_layers": 6,
|
38 |
+
"eos_coefficient": 0.1,
|
39 |
+
"giou_cost": 2,
|
40 |
+
"giou_loss_coefficient": 2,
|
41 |
+
"id2label": {
|
42 |
+
"0": "TextRun",
|
43 |
+
"1": "Widget",
|
44 |
+
"2": "TextBlock",
|
45 |
+
"3": "ChoiceGroupTitle",
|
46 |
+
"4": "Field",
|
47 |
+
"5": "ChoiceField",
|
48 |
+
"6": "ChoiceGroup",
|
49 |
+
"7": "Table",
|
50 |
+
"8": "List"
|
51 |
+
},
|
52 |
+
"init_std": 0.02,
|
53 |
+
"init_xavier_std": 1.0,
|
54 |
+
"is_encoder_decoder": true,
|
55 |
+
"label2id": {
|
56 |
+
"ChoiceField": 5,
|
57 |
+
"ChoiceGroup": 6,
|
58 |
+
"ChoiceGroupTitle": 3,
|
59 |
+
"Field": 4,
|
60 |
+
"List": 8,
|
61 |
+
"Table": 7,
|
62 |
+
"TextBlock": 2,
|
63 |
+
"TextRun": 0,
|
64 |
+
"Widget": 1
|
65 |
+
},
|
66 |
+
"mask_loss_coefficient": 1,
|
67 |
+
"max_position_embeddings": 1024,
|
68 |
+
"model_type": "detr",
|
69 |
+
"num_channels": 3,
|
70 |
+
"num_hidden_layers": 6,
|
71 |
+
"num_queries": 100,
|
72 |
+
"position_embedding_type": "sine",
|
73 |
+
"scale_embedding": false,
|
74 |
+
"torch_dtype": "float32",
|
75 |
+
"transformers_version": "4.48.3",
|
76 |
+
"use_pretrained_backbone": true,
|
77 |
+
"use_timm_backbone": true
|
78 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8afb6a30c4da609e39362caaa2275419ad75c845a304aaca253796c40145b867
|
3 |
+
size 166503056
|
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 |
+
"longest_edge": 1333,
|
24 |
+
"shortest_edge": 800
|
25 |
+
}
|
26 |
+
}
|
runs/Feb10_19-19-57_70f27065a5e3/events.out.tfevents.1739215363.70f27065a5e3.1896.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd3b6591a1148021e0761f26d36527c16ae248f242a308381c935e66cc18e493
|
3 |
+
size 7389
|
runs/Feb10_19-25-12_70f27065a5e3/events.out.tfevents.1739215525.70f27065a5e3.1896.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42a9e5f430591879c371065a66cd05d7e0a58007cb30334acf12d1b98f8b2872
|
3 |
+
size 6352
|
runs/Feb10_19-36-59_33feb382e516/events.out.tfevents.1739216234.33feb382e516.4996.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b47843fe5a3d3922f587ad4ef34b4a46088aa2e77aaf640cebf51851e14da7ad
|
3 |
+
size 18396
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b15faddb885a4833648e49dd6fc7e512642d991c6f5aac49068643288cf68175
|
3 |
+
size 5368
|