Xenova HF staff commited on
Commit
384bbca
·
verified ·
1 Parent(s): ed4e29e

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "mobilenetv4_hybrid_large",
3
+ "classifier": "classifier",
4
+ "crop_mode": "center",
5
+ "crop_pct": 0.95,
6
+ "custom_load": false,
7
+ "export_model_type": "mobilenetv4_hybrid_large",
8
+ "first_conv": "conv_stem",
9
+ "fixed_input_size": false,
10
+ "hf_hub_id": "timm/mobilenetv4_hybrid_large.e600_r384_in1k",
11
+ "input_size": [
12
+ 3,
13
+ 384,
14
+ 384
15
+ ],
16
+ "interpolation": "bicubic",
17
+ "mean": [
18
+ 0.485,
19
+ 0.456,
20
+ 0.406
21
+ ],
22
+ "num_classes": 1000,
23
+ "pool_size": [
24
+ 12,
25
+ 12
26
+ ],
27
+ "source": "hf-hub",
28
+ "std": [
29
+ 0.229,
30
+ 0.224,
31
+ 0.225
32
+ ],
33
+ "tag": "e600_r384_in1k",
34
+ "test_crop_pct": 1.0,
35
+ "test_input_size": [
36
+ 3,
37
+ 448,
38
+ 448
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:722a622542d199ab148aeaf274737a220aa81cb41bef4446405e344dc5441d7c
3
+ size 151107896
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d9e200c9a6df8d287967ea7e4d125794a685528f960dbdbe048c8aa3fc99c13
3
+ size 151107915
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4911ea852197a178d1f7fd95299814c0b89b268c5cff632a1f512247da23002
3
+ size 75726088
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fd0abd82f592fd8c31bbb995bb45900afaf3cfc402cdf2f632a8d67c2569fee
3
+ size 38606337
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d9e200c9a6df8d287967ea7e4d125794a685528f960dbdbe048c8aa3fc99c13
3
+ size 151107915
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47cc663a3cdbc79765e1685a8c74f0cf0aa01d5bd08f0a5a634e6b6a0aab37c3
3
+ size 38606337
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47cc663a3cdbc79765e1685a8c74f0cf0aa01d5bd08f0a5a634e6b6a0aab37c3
3
+ size 38606337
quantize_config.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fp16": {},
3
+ "q8": {
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Add",
8
+ "BatchNormalization",
9
+ "Concat",
10
+ "Conv",
11
+ "Div",
12
+ "Erf",
13
+ "Flatten",
14
+ "Gather",
15
+ "Gemm",
16
+ "GlobalAveragePool",
17
+ "MatMul",
18
+ "Mul",
19
+ "Reshape",
20
+ "Shape",
21
+ "Softmax",
22
+ "Transpose",
23
+ "Unsqueeze"
24
+ ],
25
+ "weight_type": "QUInt8"
26
+ }
27
+ },
28
+ "per_channel": true,
29
+ "reduce_range": true
30
+ },
31
+ "int8": {
32
+ "per_model_config": {
33
+ "model": {
34
+ "op_types": [
35
+ "Add",
36
+ "BatchNormalization",
37
+ "Concat",
38
+ "Conv",
39
+ "Div",
40
+ "Erf",
41
+ "Flatten",
42
+ "Gather",
43
+ "Gemm",
44
+ "GlobalAveragePool",
45
+ "MatMul",
46
+ "Mul",
47
+ "Reshape",
48
+ "Shape",
49
+ "Softmax",
50
+ "Transpose",
51
+ "Unsqueeze"
52
+ ],
53
+ "weight_type": "QInt8"
54
+ }
55
+ },
56
+ "per_channel": true,
57
+ "reduce_range": true
58
+ },
59
+ "uint8": {
60
+ "per_model_config": {
61
+ "model": {
62
+ "op_types": [
63
+ "Add",
64
+ "BatchNormalization",
65
+ "Concat",
66
+ "Conv",
67
+ "Div",
68
+ "Erf",
69
+ "Flatten",
70
+ "Gather",
71
+ "Gemm",
72
+ "GlobalAveragePool",
73
+ "MatMul",
74
+ "Mul",
75
+ "Reshape",
76
+ "Shape",
77
+ "Softmax",
78
+ "Transpose",
79
+ "Unsqueeze"
80
+ ],
81
+ "weight_type": "QUInt8"
82
+ }
83
+ },
84
+ "per_channel": true,
85
+ "reduce_range": true
86
+ },
87
+ "q4": {
88
+ "block_size": 32,
89
+ "is_symmetric": true,
90
+ "accuracy_level": null
91
+ },
92
+ "bnb4": {
93
+ "block_size": 64,
94
+ "quant_type": 1
95
+ }
96
+ }