Xenova HF staff commited on
Commit
e29c9ca
1 Parent(s): e3f3f0d

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "mobilenetv3_small_075",
3
+ "classifier": "classifier",
4
+ "crop_mode": "center",
5
+ "crop_pct": 0.875,
6
+ "custom_load": false,
7
+ "export_model_type": "mobilenetv3_small_075",
8
+ "first_conv": "conv_stem",
9
+ "fixed_input_size": false,
10
+ "hf_hub_id": "timm/mobilenetv3_small_075.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:4d96a9abeeb5f290ebe7f88618f229e12fe320763899566aa68970ef2fa41f73
3
+ size 8205407
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fe3445857e89481db9ebc31d8a42d3c0b262d5a4a79a604982ec0be5a302b72
3
+ size 8205426
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af9d68893e7140a55f684860eca8739e378e66e1ff06cbcc91823e7ced9461c7
3
+ size 4131595
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc18cc5bafcaebf75e940b218f871f776491db143935f45e84f4b91a01e75b21
3
+ size 2223142
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fe3445857e89481db9ebc31d8a42d3c0b262d5a4a79a604982ec0be5a302b72
3
+ size 8205426
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1cbb10bc5137626ff5541e72190031ac2d3850dd3c3fa793d6e6240477358f5
3
+ size 2223142
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1cbb10bc5137626ff5541e72190031ac2d3850dd3c3fa793d6e6240477358f5
3
+ size 2223142
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
+ }