Upload folder using huggingface_hub
Browse files- config.json +35 -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 +72 -0
config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "mobilenetv3_large_100",
|
3 |
+
"classifier": "classifier",
|
4 |
+
"crop_mode": "center",
|
5 |
+
"crop_pct": 0.875,
|
6 |
+
"custom_load": false,
|
7 |
+
"export_model_type": "mobilenetv3_large_100",
|
8 |
+
"first_conv": "conv_stem",
|
9 |
+
"fixed_input_size": false,
|
10 |
+
"hf_hub_id": "timm/mobilenetv3_large_100.ra_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": "ra_in1k",
|
34 |
+
"transformers_version": "4.38.2"
|
35 |
+
}
|
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a88a7545cb3fbafffeb6f09140d56c88f73cebf6a892cd80cf8c5ce4f2a0293d
|
3 |
+
size 21949218
|
onnx/model_bnb4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88c142abb7ed991c6a96f4e4ae2eb06c9fc87f4612c95a4e326eae51d6135afc
|
3 |
+
size 21949237
|
onnx/model_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd97c95318f9a3ad54a158d5a1e1e1ac8fc4f32f35053951042325ef3a376c4b
|
3 |
+
size 11007819
|
onnx/model_int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d29d67c166d9b34a9af18bab5cfa863fbb891600687756b5e80e9fc717419032
|
3 |
+
size 5713994
|
onnx/model_q4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88c142abb7ed991c6a96f4e4ae2eb06c9fc87f4612c95a4e326eae51d6135afc
|
3 |
+
size 21949237
|
onnx/model_quantized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3ffeca439d855f7bf1b7d2f95631d7885169fd16d426434a34b828d567aa0a7
|
3 |
+
size 5713994
|
onnx/model_uint8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3ffeca439d855f7bf1b7d2f95631d7885169fd16d426434a34b828d567aa0a7
|
3 |
+
size 5713994
|
quantize_config.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"HardSigmoid",
|
13 |
+
"Mul",
|
14 |
+
"ReduceMean",
|
15 |
+
"Relu"
|
16 |
+
],
|
17 |
+
"weight_type": "QUInt8"
|
18 |
+
}
|
19 |
+
},
|
20 |
+
"per_channel": true,
|
21 |
+
"reduce_range": true
|
22 |
+
},
|
23 |
+
"int8": {
|
24 |
+
"per_model_config": {
|
25 |
+
"model": {
|
26 |
+
"op_types": [
|
27 |
+
"Add",
|
28 |
+
"Conv",
|
29 |
+
"Flatten",
|
30 |
+
"Gemm",
|
31 |
+
"GlobalAveragePool",
|
32 |
+
"HardSigmoid",
|
33 |
+
"Mul",
|
34 |
+
"ReduceMean",
|
35 |
+
"Relu"
|
36 |
+
],
|
37 |
+
"weight_type": "QInt8"
|
38 |
+
}
|
39 |
+
},
|
40 |
+
"per_channel": true,
|
41 |
+
"reduce_range": true
|
42 |
+
},
|
43 |
+
"uint8": {
|
44 |
+
"per_model_config": {
|
45 |
+
"model": {
|
46 |
+
"op_types": [
|
47 |
+
"Add",
|
48 |
+
"Conv",
|
49 |
+
"Flatten",
|
50 |
+
"Gemm",
|
51 |
+
"GlobalAveragePool",
|
52 |
+
"HardSigmoid",
|
53 |
+
"Mul",
|
54 |
+
"ReduceMean",
|
55 |
+
"Relu"
|
56 |
+
],
|
57 |
+
"weight_type": "QUInt8"
|
58 |
+
}
|
59 |
+
},
|
60 |
+
"per_channel": true,
|
61 |
+
"reduce_range": true
|
62 |
+
},
|
63 |
+
"q4": {
|
64 |
+
"block_size": 32,
|
65 |
+
"is_symmetric": true,
|
66 |
+
"accuracy_level": null
|
67 |
+
},
|
68 |
+
"bnb4": {
|
69 |
+
"block_size": 64,
|
70 |
+
"quant_type": 1
|
71 |
+
}
|
72 |
+
}
|