Xenova HF staff commited on
Commit
35ebc31
1 Parent(s): 4a619b7

Upload folder using huggingface_hub

Browse files
config.json ADDED
The diff for this file is too large to render. See raw diff
 
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89c0200e164aa1a49d7bf3d5d42d5498a6c571b446dad6be6a8d22964c4dfd02
3
+ size 922693422
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff174bb19c5cab1f6924fd8fcda12cf21f6717745bcd3e09dafcc710a7e416aa
3
+ size 240509891
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ViTFeatureExtractor",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ViTFeatureExtractor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
quantize_config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "ConstantOfShape",
8
+ "Cast",
9
+ "Transpose",
10
+ "Pow",
11
+ "Sqrt",
12
+ "Unsqueeze",
13
+ "Conv",
14
+ "ScatterND",
15
+ "MatMul",
16
+ "Equal",
17
+ "Add",
18
+ "Gather",
19
+ "GlobalAveragePool",
20
+ "ReduceMean",
21
+ "Constant",
22
+ "Mod",
23
+ "Pad",
24
+ "Div",
25
+ "Erf",
26
+ "Range",
27
+ "Flatten",
28
+ "Expand",
29
+ "Slice",
30
+ "Gemm",
31
+ "Mul",
32
+ "Sub",
33
+ "Softmax",
34
+ "Shape",
35
+ "Reshape",
36
+ "Concat",
37
+ "Where",
38
+ "Not"
39
+ ],
40
+ "weight_type": "QUInt8"
41
+ }
42
+ }
43
+ }