Xenova HF staff commited on
Commit
d350856
·
verified ·
1 Parent(s): f5edac4

Upload folder using huggingface_hub

Browse files
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.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:f9e5d80b3db9bcdbefb07a7cdda30d6c19fb9f3c41bd88002957db0575eff2f9
3
+ size 130148546
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4584fbfe1d37d64fb6669f7921f49f0c6e7d41761a8f26260d825029daea8da
3
+ size 130148565
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18e71a55ec1f00911e07c94ee3b662c290b1b87136207cdd2f83531c5839ec52
3
+ size 65116622
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38083aa0b497d35d58341c1b442ea74a41e8fa647ff9b32208fe0499c2ef3d93
3
+ size 33022886
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4584fbfe1d37d64fb6669f7921f49f0c6e7d41761a8f26260d825029daea8da
3
+ size 130148565
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5002074de9d858b1da3268cf7df63ab3f736c909312f01221da7fe3f03f745f
3
+ size 33022886
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5002074de9d858b1da3268cf7df63ab3f736c909312f01221da7fe3f03f745f
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
+ }