Xenova HF Staff commited on
Commit
4569847
·
verified ·
1 Parent(s): 4498b7c

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "mobilenetv3_small_100",
3
+ "classifier": "classifier",
4
+ "crop_mode": "center",
5
+ "crop_pct": 0.875,
6
+ "custom_load": false,
7
+ "export_model_type": "mobilenetv3_small_100",
8
+ "first_conv": "conv_stem",
9
+ "fixed_input_size": false,
10
+ "hf_hub_id": "timm/mobilenetv3_small_100.lamb_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": "lamb_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:d36eea8c3298d339c232581dff18beed6651eacd607d0a531b7bdb100f8dc713
3
+ size 10204519
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29c8d3c01c1f8689db732740f1eb5f2ae4249bc4a1bd68cd47bfae208a846cca
3
+ size 10204538
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60b7da37689253a1bfca4cd2a0dafee203767a97869803555ef5407be858d294
3
+ size 5131170
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4726af2a244cd831b1b1c2d79f667a1c162af83a8cfce90cf5f034de83e5697
3
+ size 2728398
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29c8d3c01c1f8689db732740f1eb5f2ae4249bc4a1bd68cd47bfae208a846cca
3
+ size 10204538
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e575dbe274417c0be6c0c851b6fd012732d924c3f63a6dfe70f602144783ec8
3
+ size 2728398
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e575dbe274417c0be6c0c851b6fd012732d924c3f63a6dfe70f602144783ec8
3
+ size 2728398
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
+ }