Upload folder using huggingface_hub
Browse files- config.json +41 -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_quantized.onnx +3 -0
- onnx/model_uint8.onnx +3 -0
- quantize_config.json +63 -0
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "mobilenetv4_conv_large",
|
3 |
+
"classifier": "classifier",
|
4 |
+
"crop_mode": "center",
|
5 |
+
"crop_pct": 0.95,
|
6 |
+
"custom_load": false,
|
7 |
+
"export_model_type": "mobilenetv4_conv_large",
|
8 |
+
"first_conv": "conv_stem",
|
9 |
+
"fixed_input_size": false,
|
10 |
+
"hf_hub_id": "timm/mobilenetv4_conv_large.e500_r256_in1k",
|
11 |
+
"input_size": [
|
12 |
+
3,
|
13 |
+
256,
|
14 |
+
256
|
15 |
+
],
|
16 |
+
"interpolation": "bicubic",
|
17 |
+
"mean": [
|
18 |
+
0.485,
|
19 |
+
0.456,
|
20 |
+
0.406
|
21 |
+
],
|
22 |
+
"num_classes": 1000,
|
23 |
+
"pool_size": [
|
24 |
+
8,
|
25 |
+
8
|
26 |
+
],
|
27 |
+
"source": "hf-hub",
|
28 |
+
"std": [
|
29 |
+
0.229,
|
30 |
+
0.224,
|
31 |
+
0.225
|
32 |
+
],
|
33 |
+
"tag": "e500_r256_in1k",
|
34 |
+
"test_crop_pct": 1.0,
|
35 |
+
"test_input_size": [
|
36 |
+
3,
|
37 |
+
320,
|
38 |
+
320
|
39 |
+
],
|
40 |
+
"transformers_version": "4.38.2"
|
41 |
+
}
|
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8baf83f2d07bcc9c545cc3578a95cabbf3aa98be38cceb94bdb3e53d5374be7
|
3 |
+
size 130148546
|
onnx/model_bnb4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f48635f761d11f0532ba35ba7e8fd0399671c95a99b58ccca3707bd291c3a23c
|
3 |
+
size 130148565
|
onnx/model_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d71feb67dbc85a7313f491d0e4f473403c66f5446c489f0a2b7ece9d9f6d31e6
|
3 |
+
size 65116622
|
onnx/model_int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cb6bc5448390a26ab7f654aa8be9a514edf5a97cb7b78d34d0f4f27436de819
|
3 |
+
size 33022886
|
onnx/model_q4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f48635f761d11f0532ba35ba7e8fd0399671c95a99b58ccca3707bd291c3a23c
|
3 |
+
size 130148565
|
onnx/model_quantized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64961153ebf80f7494b837d4f9df2cf66f5faa7b11d930a2c4a67f8ae5a20eb3
|
3 |
+
size 33022886
|
onnx/model_uint8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:64961153ebf80f7494b837d4f9df2cf66f5faa7b11d930a2c4a67f8ae5a20eb3
|
3 |
+
size 33022886
|
quantize_config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"fp16": {},
|
3 |
+
"q8": {
|
4 |
+
"per_model_config": {
|
5 |
+
"model": {
|
6 |
+
"op_types": [
|
7 |
+
"Add",
|
8 |
+
"Conv",
|
9 |
+
"Flatten",
|
10 |
+
"Gemm",
|
11 |
+
"GlobalAveragePool",
|
12 |
+
"Relu"
|
13 |
+
],
|
14 |
+
"weight_type": "QUInt8"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"per_channel": true,
|
18 |
+
"reduce_range": true
|
19 |
+
},
|
20 |
+
"int8": {
|
21 |
+
"per_model_config": {
|
22 |
+
"model": {
|
23 |
+
"op_types": [
|
24 |
+
"Add",
|
25 |
+
"Conv",
|
26 |
+
"Flatten",
|
27 |
+
"Gemm",
|
28 |
+
"GlobalAveragePool",
|
29 |
+
"Relu"
|
30 |
+
],
|
31 |
+
"weight_type": "QInt8"
|
32 |
+
}
|
33 |
+
},
|
34 |
+
"per_channel": true,
|
35 |
+
"reduce_range": true
|
36 |
+
},
|
37 |
+
"uint8": {
|
38 |
+
"per_model_config": {
|
39 |
+
"model": {
|
40 |
+
"op_types": [
|
41 |
+
"Add",
|
42 |
+
"Conv",
|
43 |
+
"Flatten",
|
44 |
+
"Gemm",
|
45 |
+
"GlobalAveragePool",
|
46 |
+
"Relu"
|
47 |
+
],
|
48 |
+
"weight_type": "QUInt8"
|
49 |
+
}
|
50 |
+
},
|
51 |
+
"per_channel": true,
|
52 |
+
"reduce_range": true
|
53 |
+
},
|
54 |
+
"q4": {
|
55 |
+
"block_size": 32,
|
56 |
+
"is_symmetric": true,
|
57 |
+
"accuracy_level": null
|
58 |
+
},
|
59 |
+
"bnb4": {
|
60 |
+
"block_size": 64,
|
61 |
+
"quant_type": 1
|
62 |
+
}
|
63 |
+
}
|