Xenova HF staff commited on
Commit
0a7d8cf
1 Parent(s): 19110fe

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "mobilenetv3_large_100",
3
+ "classifier": "classifier",
4
+ "crop_mode": "center",
5
+ "crop_pct": 0.875,
6
+ "custom_load": false,
7
+ "export_model_type": "mobilenetv3_large_100",
8
+ "first_conv": "conv_stem",
9
+ "fixed_input_size": false,
10
+ "hf_hub_id": "timm/mobilenetv3_large_100.miil_in21k",
11
+ "input_size": [
12
+ 3,
13
+ 224,
14
+ 224
15
+ ],
16
+ "interpolation": "bilinear",
17
+ "mean": [
18
+ 0.0,
19
+ 0.0,
20
+ 0.0
21
+ ],
22
+ "num_classes": 11221,
23
+ "origin_url": "https://github.com/Alibaba-MIIL/ImageNet21K",
24
+ "paper_ids": "arXiv:2104.10972v4",
25
+ "pool_size": [
26
+ 7,
27
+ 7
28
+ ],
29
+ "source": "hf-hub",
30
+ "std": [
31
+ 1.0,
32
+ 1.0,
33
+ 1.0
34
+ ],
35
+ "tag": "miil_in21k",
36
+ "transformers_version": "4.38.2"
37
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3381c6171b631d20ea477df552d44eb852f31634fde8988d5b0956b090372f3d
3
+ size 74321624
onnx/model_bnb4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6bcc0d7ceebfa5a87490376d36a6e62b41e5c58e1348764fe1654c0c3eb907
3
+ size 74321643
onnx/model_fp16.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6be5b0f4434e5db524ebafdfeb9535736d27608b75106be38d58407ad09439cb
3
+ size 37194023
onnx/model_int8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:295d3ee67dd1feb74618f42295cd0ebb0dd4c2bd2116cbf9043b414573842451
3
+ size 18888869
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6bcc0d7ceebfa5a87490376d36a6e62b41e5c58e1348764fe1654c0c3eb907
3
+ size 74321643
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9668a1511342bf7dd3ef3fe32197742f05c234c6005f22758f31d0a59a28a9a5
3
+ size 18888869
onnx/model_uint8.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9668a1511342bf7dd3ef3fe32197742f05c234c6005f22758f31d0a59a28a9a5
3
+ size 18888869
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
+ }