Training in progress, step 200
Browse files- config.json +22 -223
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,241 +1,40 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"activation_dropout": 0.0,
|
4 |
-
"activation_function": "relu",
|
5 |
"architectures": [
|
6 |
-
"
|
7 |
],
|
8 |
-
"
|
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": "
|
42 |
-
"1": "person",
|
43 |
-
"2": "bicycle",
|
44 |
-
"3": "car",
|
45 |
-
"4": "motorcycle",
|
46 |
-
"5": "airplane",
|
47 |
-
"6": "bus",
|
48 |
-
"7": "train",
|
49 |
-
"8": "truck",
|
50 |
-
"9": "boat",
|
51 |
-
"10": "traffic light",
|
52 |
-
"11": "fire hydrant",
|
53 |
-
"12": "street sign",
|
54 |
-
"13": "stop sign",
|
55 |
-
"14": "parking meter",
|
56 |
-
"15": "bench",
|
57 |
-
"16": "bird",
|
58 |
-
"17": "cat",
|
59 |
-
"18": "dog",
|
60 |
-
"19": "horse",
|
61 |
-
"20": "sheep",
|
62 |
-
"21": "cow",
|
63 |
-
"22": "elephant",
|
64 |
-
"23": "bear",
|
65 |
-
"24": "zebra",
|
66 |
-
"25": "giraffe",
|
67 |
-
"26": "hat",
|
68 |
-
"27": "backpack",
|
69 |
-
"28": "umbrella",
|
70 |
-
"29": "shoe",
|
71 |
-
"30": "eye glasses",
|
72 |
-
"31": "handbag",
|
73 |
-
"32": "tie",
|
74 |
-
"33": "suitcase",
|
75 |
-
"34": "frisbee",
|
76 |
-
"35": "skis",
|
77 |
-
"36": "snowboard",
|
78 |
-
"37": "sports ball",
|
79 |
-
"38": "kite",
|
80 |
-
"39": "baseball bat",
|
81 |
-
"40": "baseball glove",
|
82 |
-
"41": "skateboard",
|
83 |
-
"42": "surfboard",
|
84 |
-
"43": "tennis racket",
|
85 |
-
"44": "bottle",
|
86 |
-
"45": "plate",
|
87 |
-
"46": "wine glass",
|
88 |
-
"47": "cup",
|
89 |
-
"48": "fork",
|
90 |
-
"49": "knife",
|
91 |
-
"50": "spoon",
|
92 |
-
"51": "bowl",
|
93 |
-
"52": "banana",
|
94 |
-
"53": "apple",
|
95 |
-
"54": "sandwich",
|
96 |
-
"55": "orange",
|
97 |
-
"56": "broccoli",
|
98 |
-
"57": "carrot",
|
99 |
-
"58": "hot dog",
|
100 |
-
"59": "pizza",
|
101 |
-
"60": "donut",
|
102 |
-
"61": "cake",
|
103 |
-
"62": "chair",
|
104 |
-
"63": "couch",
|
105 |
-
"64": "potted plant",
|
106 |
-
"65": "bed",
|
107 |
-
"66": "mirror",
|
108 |
-
"67": "dining table",
|
109 |
-
"68": "window",
|
110 |
-
"69": "desk",
|
111 |
-
"70": "toilet",
|
112 |
-
"71": "door",
|
113 |
-
"72": "tv",
|
114 |
-
"73": "laptop",
|
115 |
-
"74": "mouse",
|
116 |
-
"75": "remote",
|
117 |
-
"76": "keyboard",
|
118 |
-
"77": "cell phone",
|
119 |
-
"78": "microwave",
|
120 |
-
"79": "oven",
|
121 |
-
"80": "toaster",
|
122 |
-
"81": "sink",
|
123 |
-
"82": "refrigerator",
|
124 |
-
"83": "blender",
|
125 |
-
"84": "book",
|
126 |
-
"85": "clock",
|
127 |
-
"86": "vase",
|
128 |
-
"87": "scissors",
|
129 |
-
"88": "teddy bear",
|
130 |
-
"89": "hair drier",
|
131 |
-
"90": "toothbrush"
|
132 |
},
|
133 |
-
"
|
134 |
-
|
135 |
-
|
|
|
|
|
|
|
136 |
"label2id": {
|
137 |
-
"
|
138 |
-
"airplane": 5,
|
139 |
-
"apple": 53,
|
140 |
-
"backpack": 27,
|
141 |
-
"banana": 52,
|
142 |
-
"baseball bat": 39,
|
143 |
-
"baseball glove": 40,
|
144 |
-
"bear": 23,
|
145 |
-
"bed": 65,
|
146 |
-
"bench": 15,
|
147 |
-
"bicycle": 2,
|
148 |
-
"bird": 16,
|
149 |
-
"blender": 83,
|
150 |
-
"boat": 9,
|
151 |
-
"book": 84,
|
152 |
-
"bottle": 44,
|
153 |
-
"bowl": 51,
|
154 |
-
"broccoli": 56,
|
155 |
-
"bus": 6,
|
156 |
-
"cake": 61,
|
157 |
-
"car": 3,
|
158 |
-
"carrot": 57,
|
159 |
-
"cat": 17,
|
160 |
-
"cell phone": 77,
|
161 |
-
"chair": 62,
|
162 |
-
"clock": 85,
|
163 |
-
"couch": 63,
|
164 |
-
"cow": 21,
|
165 |
-
"cup": 47,
|
166 |
-
"desk": 69,
|
167 |
-
"dining table": 67,
|
168 |
-
"dog": 18,
|
169 |
-
"donut": 60,
|
170 |
-
"door": 71,
|
171 |
-
"elephant": 22,
|
172 |
-
"eye glasses": 30,
|
173 |
-
"fire hydrant": 11,
|
174 |
-
"fork": 48,
|
175 |
-
"frisbee": 34,
|
176 |
-
"giraffe": 25,
|
177 |
-
"hair drier": 89,
|
178 |
-
"handbag": 31,
|
179 |
-
"hat": 26,
|
180 |
-
"horse": 19,
|
181 |
-
"hot dog": 58,
|
182 |
-
"keyboard": 76,
|
183 |
-
"kite": 38,
|
184 |
-
"knife": 49,
|
185 |
-
"laptop": 73,
|
186 |
-
"microwave": 78,
|
187 |
-
"mirror": 66,
|
188 |
-
"motorcycle": 4,
|
189 |
-
"mouse": 74,
|
190 |
-
"orange": 55,
|
191 |
-
"oven": 79,
|
192 |
-
"parking meter": 14,
|
193 |
-
"person": 1,
|
194 |
-
"pizza": 59,
|
195 |
-
"plate": 45,
|
196 |
-
"potted plant": 64,
|
197 |
-
"refrigerator": 82,
|
198 |
-
"remote": 75,
|
199 |
-
"sandwich": 54,
|
200 |
-
"scissors": 87,
|
201 |
-
"sheep": 20,
|
202 |
-
"shoe": 29,
|
203 |
-
"sink": 81,
|
204 |
-
"skateboard": 41,
|
205 |
-
"skis": 35,
|
206 |
-
"snowboard": 36,
|
207 |
-
"spoon": 50,
|
208 |
-
"sports ball": 37,
|
209 |
-
"stop sign": 13,
|
210 |
-
"street sign": 12,
|
211 |
-
"suitcase": 33,
|
212 |
-
"surfboard": 42,
|
213 |
-
"teddy bear": 88,
|
214 |
-
"tennis racket": 43,
|
215 |
-
"tie": 32,
|
216 |
-
"toaster": 80,
|
217 |
-
"toilet": 70,
|
218 |
-
"toothbrush": 90,
|
219 |
-
"traffic light": 10,
|
220 |
-
"train": 7,
|
221 |
-
"truck": 8,
|
222 |
-
"tv": 72,
|
223 |
-
"umbrella": 28,
|
224 |
-
"vase": 86,
|
225 |
-
"window": 68,
|
226 |
-
"wine glass": 46,
|
227 |
-
"zebra": 24
|
228 |
},
|
229 |
-
"
|
230 |
-
"
|
231 |
-
"
|
232 |
"num_channels": 3,
|
233 |
-
"
|
234 |
-
"
|
235 |
-
"
|
236 |
-
"
|
237 |
"torch_dtype": "float32",
|
238 |
"transformers_version": "4.48.3",
|
239 |
-
"
|
240 |
-
"use_timm_backbone": true
|
241 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "hustvl/yolos-tiny",
|
|
|
|
|
3 |
"architectures": [
|
4 |
+
"YolosForObjectDetection"
|
5 |
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
"auxiliary_loss": false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
"bbox_cost": 5,
|
9 |
"bbox_loss_coefficient": 5,
|
10 |
"class_cost": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
"eos_coefficient": 0.1,
|
12 |
"giou_cost": 2,
|
13 |
"giou_loss_coefficient": 2,
|
14 |
+
"hidden_act": "gelu",
|
15 |
+
"hidden_dropout_prob": 0.0,
|
16 |
+
"hidden_size": 192,
|
17 |
"id2label": {
|
18 |
+
"0": "kangaroo"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
},
|
20 |
+
"image_size": [
|
21 |
+
800,
|
22 |
+
1333
|
23 |
+
],
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 768,
|
26 |
"label2id": {
|
27 |
+
"kangaroo": 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
},
|
29 |
+
"layer_norm_eps": 1e-12,
|
30 |
+
"model_type": "yolos",
|
31 |
+
"num_attention_heads": 3,
|
32 |
"num_channels": 3,
|
33 |
+
"num_detection_tokens": 100,
|
34 |
+
"num_hidden_layers": 12,
|
35 |
+
"patch_size": 16,
|
36 |
+
"qkv_bias": true,
|
37 |
"torch_dtype": "float32",
|
38 |
"transformers_version": "4.48.3",
|
39 |
+
"use_mid_position_embeddings": false
|
|
|
40 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e69747ddc3ee36d6d05cb8525914bf52ce5a1f5472294727574c9a1c686c4fc
|
3 |
+
size 25909400
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03c681f67d5d621a2c74c4680a74c26fbcc4263accda3c5b28fa48ecfbd9c7c4
|
3 |
size 5304
|