Xenova HF Staff commited on
Commit
e56ec51
·
verified ·
1 Parent(s): 255c99e

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "mobilenetv4_conv_small",
3
+ "classifier": "classifier",
4
+ "crop_mode": "center",
5
+ "crop_pct": 0.875,
6
+ "custom_load": false,
7
+ "export_model_type": "mobilenetv4_conv_small",
8
+ "first_conv": "conv_stem",
9
+ "fixed_input_size": false,
10
+ "hf_hub_id": "timm/mobilenetv4_conv_small.e1200_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": "e1200_r224_in1k",
34
+ "test_crop_pct": 0.95,
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:34c57d3061dd6d15eff597b02ae04710b77ef1e8a5d9a5f0be6176d63194bce6
3
+ size 15086122
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54b94ecb92dbd2d8bda8e9ea77771a22f05ed7d1159c8160f51dd25688eb2d3
3
+ size 15086141
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af08a1d929d4cab316eba4443698f5192f8839b98bd9d66759f119b72c76343e
3
+ size 7563434
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9930547d7d61660d667b72069f0fa75b706b3e0b04645cf99f76416a82fa99a3
3
+ size 3931745
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a54b94ecb92dbd2d8bda8e9ea77771a22f05ed7d1159c8160f51dd25688eb2d3
3
+ size 15086141
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a42458412f13a190bedca84be57e614fa0e8c94d754af55b6ce1b7307c1c45ed
3
+ size 3931745
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a42458412f13a190bedca84be57e614fa0e8c94d754af55b6ce1b7307c1c45ed
3
+ size 3931745
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
+ }