sergiopaniego commited on
Commit
687cbb4
1 Parent(s): 882925a

Training in progress, step 10

Browse files
Files changed (4) hide show
  1. config.json +152 -0
  2. model.safetensors +3 -0
  3. preprocessor_config.json +26 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "shirt, blouse",
43
+ "1": "top, t-shirt, sweatshirt",
44
+ "2": "sweater",
45
+ "3": "cardigan",
46
+ "4": "jacket",
47
+ "5": "vest",
48
+ "6": "pants",
49
+ "7": "shorts",
50
+ "8": "skirt",
51
+ "9": "coat",
52
+ "10": "dress",
53
+ "11": "jumpsuit",
54
+ "12": "cape",
55
+ "13": "glasses",
56
+ "14": "hat",
57
+ "15": "headband, head covering, hair accessory",
58
+ "16": "tie",
59
+ "17": "glove",
60
+ "18": "watch",
61
+ "19": "belt",
62
+ "20": "leg warmer",
63
+ "21": "tights, stockings",
64
+ "22": "sock",
65
+ "23": "shoe",
66
+ "24": "bag, wallet",
67
+ "25": "scarf",
68
+ "26": "umbrella",
69
+ "27": "hood",
70
+ "28": "collar",
71
+ "29": "lapel",
72
+ "30": "epaulette",
73
+ "31": "sleeve",
74
+ "32": "pocket",
75
+ "33": "neckline",
76
+ "34": "buckle",
77
+ "35": "zipper",
78
+ "36": "applique",
79
+ "37": "bead",
80
+ "38": "bow",
81
+ "39": "flower",
82
+ "40": "fringe",
83
+ "41": "ribbon",
84
+ "42": "rivet",
85
+ "43": "ruffle",
86
+ "44": "sequin",
87
+ "45": "tassel"
88
+ },
89
+ "init_std": 0.02,
90
+ "init_xavier_std": 1.0,
91
+ "is_encoder_decoder": true,
92
+ "label2id": {
93
+ "applique": 36,
94
+ "bag, wallet": 24,
95
+ "bead": 37,
96
+ "belt": 19,
97
+ "bow": 38,
98
+ "buckle": 34,
99
+ "cape": 12,
100
+ "cardigan": 3,
101
+ "coat": 9,
102
+ "collar": 28,
103
+ "dress": 10,
104
+ "epaulette": 30,
105
+ "flower": 39,
106
+ "fringe": 40,
107
+ "glasses": 13,
108
+ "glove": 17,
109
+ "hat": 14,
110
+ "headband, head covering, hair accessory": 15,
111
+ "hood": 27,
112
+ "jacket": 4,
113
+ "jumpsuit": 11,
114
+ "lapel": 29,
115
+ "leg warmer": 20,
116
+ "neckline": 33,
117
+ "pants": 6,
118
+ "pocket": 32,
119
+ "ribbon": 41,
120
+ "rivet": 42,
121
+ "ruffle": 43,
122
+ "scarf": 25,
123
+ "sequin": 44,
124
+ "shirt, blouse": 0,
125
+ "shoe": 23,
126
+ "shorts": 7,
127
+ "skirt": 8,
128
+ "sleeve": 31,
129
+ "sock": 22,
130
+ "sweater": 2,
131
+ "tassel": 45,
132
+ "tie": 16,
133
+ "tights, stockings": 21,
134
+ "top, t-shirt, sweatshirt": 1,
135
+ "umbrella": 26,
136
+ "vest": 5,
137
+ "watch": 18,
138
+ "zipper": 35
139
+ },
140
+ "mask_loss_coefficient": 1,
141
+ "max_position_embeddings": 1024,
142
+ "model_type": "detr",
143
+ "num_channels": 3,
144
+ "num_hidden_layers": 6,
145
+ "num_queries": 100,
146
+ "position_embedding_type": "sine",
147
+ "scale_embedding": false,
148
+ "torch_dtype": "float32",
149
+ "transformers_version": "4.44.2",
150
+ "use_pretrained_backbone": true,
151
+ "use_timm_backbone": true
152
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5f849db07994b9fad4076cf9b624810cdd6c9c55f615bcef0e8412f7dddc2fc
3
+ size 166541092
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0757d6c02838cd5d6be1d4678772e1e70a7d26c22845b0f9d10aadb43731fa9b
3
+ size 5176