Xenova HF staff commited on
Commit
3187cee
·
1 Parent(s): 8a94903

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:add7ed46fe8d575fa07d8cc319c0a246132be915e3b1ca827890c98225507463
3
+ size 432434502
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca3d89f747ea09b2df56fd975405e654f530b86714963d94a257f218a60ecd15
3
+ size 126248368
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "feature_extractor_type": "BeitFeatureExtractor",
12
+ "image_mean": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "image_processor_type": "BeitFeatureExtractor",
18
+ "image_std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "height": 224,
27
+ "width": 224
28
+ }
29
+ }
quantize_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "per_channel": true,
3
+ "reduce_range": true,
4
+ "per_model_config": {
5
+ "model": {
6
+ "op_types": [
7
+ "Unsqueeze",
8
+ "MatMul",
9
+ "Conv",
10
+ "Where",
11
+ "Shape",
12
+ "Constant",
13
+ "Slice",
14
+ "Reshape",
15
+ "Equal",
16
+ "Expand",
17
+ "Sqrt",
18
+ "Erf",
19
+ "Add",
20
+ "Softmax",
21
+ "Transpose",
22
+ "Mul",
23
+ "Gather",
24
+ "Sub",
25
+ "Div",
26
+ "Pow",
27
+ "ReduceMean",
28
+ "ConstantOfShape",
29
+ "Concat",
30
+ "Gemm"
31
+ ],
32
+ "weight_type": "QUInt8"
33
+ }
34
+ }
35
+ }