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_blur_medium",
|
3 |
+
"classifier": "classifier",
|
4 |
+
"crop_mode": "center",
|
5 |
+
"crop_pct": 0.95,
|
6 |
+
"custom_load": false,
|
7 |
+
"export_model_type": "mobilenetv4_conv_blur_medium",
|
8 |
+
"first_conv": "conv_stem",
|
9 |
+
"fixed_input_size": false,
|
10 |
+
"hf_hub_id": "timm/mobilenetv4_conv_blur_medium.e500_r224_in1k",
|
11 |
+
"input_size": [
|
12 |
+
3,
|
13 |
+
224,
|
14 |
+
224
|
15 |
+
],
|
16 |
+
"interpolation": "bicubic",
|
17 |
+
"mean": [
|
18 |
+
0.485,
|
19 |
+
0.456,
|
20 |
+
0.406
|
21 |
+
],
|
22 |
+
"num_classes": 1000,
|
23 |
+
"pool_size": [
|
24 |
+
7,
|
25 |
+
7
|
26 |
+
],
|
27 |
+
"source": "hf-hub",
|
28 |
+
"std": [
|
29 |
+
0.229,
|
30 |
+
0.224,
|
31 |
+
0.225
|
32 |
+
],
|
33 |
+
"tag": "e500_r224_in1k",
|
34 |
+
"test_crop_pct": 1.0,
|
35 |
+
"test_input_size": [
|
36 |
+
3,
|
37 |
+
256,
|
38 |
+
256
|
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:4ce78aea9efb3d628227d4467f0638429898892e22cb6ae2abd72d6e12fc95d8
|
3 |
+
size 38855491
|
onnx/model_bnb4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:517cdaace6a5e4adc070cc301646f832873b25e59aa8bf13c504f4d6ee2fbd11
|
3 |
+
size 38855510
|
onnx/model_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:873a951cb8ae6bf6465741842aec5c1bc6b6b8d388c3ab48d64e617f82a5fdf1
|
3 |
+
size 19460955
|
onnx/model_int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a0d6fb7f894eab18b886098196a03a0bd3ba5c2ad019e9d925b37d5f534cd6b
|
3 |
+
size 10021827
|
onnx/model_q4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:517cdaace6a5e4adc070cc301646f832873b25e59aa8bf13c504f4d6ee2fbd11
|
3 |
+
size 38855510
|
onnx/model_quantized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4bdae3301a63763e2de9ae9230aa15a9643ee02573766618a46a9a748d37630
|
3 |
+
size 10021827
|
onnx/model_uint8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4bdae3301a63763e2de9ae9230aa15a9643ee02573766618a46a9a748d37630
|
3 |
+
size 10021827
|
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 |
+
}
|