Commit
·
2c708d5
1
Parent(s):
9bddbc7
Upload folder using huggingface_hub
Browse files- bestv2.bin +3 -0
- config.json +39 -0
bestv2.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c03a0da365e27e3628f55faf97440a642b638b1b8bec6e8e5144f39b35ff0138
|
3 |
+
size 167818743
|
config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Jonathancasjar/Retail_Shelves",
|
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": 384,
|
17 |
+
"id2label": {
|
18 |
+
"LABEL_0": "missing",
|
19 |
+
"LABEL_1": "product"
|
20 |
+
},
|
21 |
+
"image_size": [
|
22 |
+
512,
|
23 |
+
864
|
24 |
+
],
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"intermediate_size": 1536,
|
27 |
+
"layer_norm_eps": 1e-12,
|
28 |
+
"model_type": "yolov5m",
|
29 |
+
"num_attention_heads": 6,
|
30 |
+
"num_channels": 3,
|
31 |
+
"num_detection_tokens": 100,
|
32 |
+
"num_hidden_layers": 12,
|
33 |
+
"patch_size": 16,
|
34 |
+
"qkv_bias": true,
|
35 |
+
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.31.0.dev0",
|
37 |
+
"use_mid_position_embeddings": true
|
38 |
+
}
|
39 |
+
|