Upload folder using huggingface_hub
Browse files- config.json +129 -0
- onnx/model.onnx +3 -0
- onnx/model_bnb4.onnx +3 -0
- onnx/model_fp16.onnx +3 -0
- onnx/model_int8.onnx +3 -0
- onnx/model_q4.onnx +3 -0
- onnx/model_q4f16.onnx +3 -0
- onnx/model_quantized.onnx +3 -0
- onnx/model_uint8.onnx +3 -0
- quantize_config.json +17 -0
config.json
ADDED
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "hackolite/yolos-fashionpedia",
|
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 |
+
"0": "shirt, blouse",
|
19 |
+
"1": "top, t-shirt, sweatshirt",
|
20 |
+
"2": "sweater",
|
21 |
+
"3": "cardigan",
|
22 |
+
"4": "jacket",
|
23 |
+
"5": "vest",
|
24 |
+
"6": "pants",
|
25 |
+
"7": "shorts",
|
26 |
+
"8": "skirt",
|
27 |
+
"9": "coat",
|
28 |
+
"10": "dress",
|
29 |
+
"11": "jumpsuit",
|
30 |
+
"12": "cape",
|
31 |
+
"13": "glasses",
|
32 |
+
"14": "hat",
|
33 |
+
"15": "headband, head covering, hair accessory",
|
34 |
+
"16": "tie",
|
35 |
+
"17": "glove",
|
36 |
+
"18": "watch",
|
37 |
+
"19": "belt",
|
38 |
+
"20": "leg warmer",
|
39 |
+
"21": "tights, stockings",
|
40 |
+
"22": "sock",
|
41 |
+
"23": "shoe",
|
42 |
+
"24": "bag, wallet",
|
43 |
+
"25": "scarf",
|
44 |
+
"26": "umbrella",
|
45 |
+
"27": "hood",
|
46 |
+
"28": "collar",
|
47 |
+
"29": "lapel",
|
48 |
+
"30": "epaulette",
|
49 |
+
"31": "sleeve",
|
50 |
+
"32": "pocket",
|
51 |
+
"33": "neckline",
|
52 |
+
"34": "buckle",
|
53 |
+
"35": "zipper",
|
54 |
+
"36": "applique",
|
55 |
+
"37": "bead",
|
56 |
+
"38": "bow",
|
57 |
+
"39": "flower",
|
58 |
+
"40": "fringe",
|
59 |
+
"41": "ribbon",
|
60 |
+
"42": "rivet",
|
61 |
+
"43": "ruffle",
|
62 |
+
"44": "sequin",
|
63 |
+
"45": "tassel"
|
64 |
+
},
|
65 |
+
"image_size": [
|
66 |
+
512,
|
67 |
+
864
|
68 |
+
],
|
69 |
+
"initializer_range": 0.02,
|
70 |
+
"intermediate_size": 1536,
|
71 |
+
"label2id": {
|
72 |
+
"applique": 36,
|
73 |
+
"bag, wallet": 24,
|
74 |
+
"bead": 37,
|
75 |
+
"belt": 19,
|
76 |
+
"bow": 38,
|
77 |
+
"buckle": 34,
|
78 |
+
"cape": 12,
|
79 |
+
"cardigan": 3,
|
80 |
+
"coat": 9,
|
81 |
+
"collar": 28,
|
82 |
+
"dress": 10,
|
83 |
+
"epaulette": 30,
|
84 |
+
"flower": 39,
|
85 |
+
"fringe": 40,
|
86 |
+
"glasses": 13,
|
87 |
+
"glove": 17,
|
88 |
+
"hat": 14,
|
89 |
+
"headband, head covering, hair accessory": 15,
|
90 |
+
"hood": 27,
|
91 |
+
"jacket": 4,
|
92 |
+
"jumpsuit": 11,
|
93 |
+
"lapel": 29,
|
94 |
+
"leg warmer": 20,
|
95 |
+
"neckline": 33,
|
96 |
+
"pants": 6,
|
97 |
+
"pocket": 32,
|
98 |
+
"ribbon": 41,
|
99 |
+
"rivet": 42,
|
100 |
+
"ruffle": 43,
|
101 |
+
"scarf": 25,
|
102 |
+
"sequin": 44,
|
103 |
+
"shirt, blouse": 0,
|
104 |
+
"shoe": 23,
|
105 |
+
"shorts": 7,
|
106 |
+
"skirt": 8,
|
107 |
+
"sleeve": 31,
|
108 |
+
"sock": 22,
|
109 |
+
"sweater": 2,
|
110 |
+
"tassel": 45,
|
111 |
+
"tie": 16,
|
112 |
+
"tights, stockings": 21,
|
113 |
+
"top, t-shirt, sweatshirt": 1,
|
114 |
+
"umbrella": 26,
|
115 |
+
"vest": 5,
|
116 |
+
"watch": 18,
|
117 |
+
"zipper": 35
|
118 |
+
},
|
119 |
+
"layer_norm_eps": 1e-12,
|
120 |
+
"model_type": "yolos",
|
121 |
+
"num_attention_heads": 6,
|
122 |
+
"num_channels": 3,
|
123 |
+
"num_detection_tokens": 100,
|
124 |
+
"num_hidden_layers": 12,
|
125 |
+
"patch_size": 16,
|
126 |
+
"qkv_bias": true,
|
127 |
+
"transformers_version": "4.43.4",
|
128 |
+
"use_mid_position_embeddings": true
|
129 |
+
}
|
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b666f76db38fdcc8c9bc59ee277ac81acde8cf4f01d2203be62c046a40a94ed1
|
3 |
+
size 123027687
|
onnx/model_bnb4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d271d85eaf1788c06fb0999c1570add844b9c93a22d4b82ec362e56cd42c33f
|
3 |
+
size 47954231
|
onnx/model_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cde372e1a4b7ece65b2f2d7c705fde34d2de61701343460fc6dd004c67a922e
|
3 |
+
size 61693921
|
onnx/model_int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a31edadaa76784867bd832608a7fd19730cf88aed2d5e0fef12888c799159629
|
3 |
+
size 56929835
|
onnx/model_q4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b765ad3cf49f19310dacfa6af8e865e69928ad7a48d035a19825b24de9a79a4f
|
3 |
+
size 49318928
|
onnx/model_q4f16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1c2b52a9f06399fce4b1a35fb14d22aa199c39ef2464de88a1eddcfcdfe01d0
|
3 |
+
size 30306057
|
onnx/model_quantized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2212639cc937a72ca729674b01437d9b40e93fbc21af33de5f0d688105a7fcc9
|
3 |
+
size 56929835
|
onnx/model_uint8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2212639cc937a72ca729674b01437d9b40e93fbc21af33de5f0d688105a7fcc9
|
3 |
+
size 56929835
|
quantize_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"modes": [
|
3 |
+
"fp16",
|
4 |
+
"q8",
|
5 |
+
"int8",
|
6 |
+
"uint8",
|
7 |
+
"q4",
|
8 |
+
"q4f16",
|
9 |
+
"bnb4"
|
10 |
+
],
|
11 |
+
"per_channel": true,
|
12 |
+
"reduce_range": true,
|
13 |
+
"block_size": null,
|
14 |
+
"is_symmetric": true,
|
15 |
+
"accuracy_level": null,
|
16 |
+
"quant_type": 1
|
17 |
+
}
|