Xenova HF staff commited on
Commit
a3e0f74
·
1 Parent(s): 9ec787c

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:787746110742ba751b681f462b81754b9acc3c7cd699028e55f18dbec8235efb
3
+ size 1362195590
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93c65ad9a89f6a2d461d50e3759c93ea077f50ac615711b829dd03efec65bc9a
3
+ size 388353157
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
+ "Div",
8
+ "Expand",
9
+ "Reshape",
10
+ "Equal",
11
+ "Add",
12
+ "Sqrt",
13
+ "ReduceMean",
14
+ "Sub",
15
+ "Concat",
16
+ "Constant",
17
+ "Pow",
18
+ "Gemm",
19
+ "Gather",
20
+ "Softmax",
21
+ "Mul",
22
+ "Transpose",
23
+ "Unsqueeze",
24
+ "MatMul",
25
+ "Where",
26
+ "Conv",
27
+ "Shape",
28
+ "Slice",
29
+ "Erf",
30
+ "ConstantOfShape"
31
+ ],
32
+ "weight_type": "QUInt8"
33
+ }
34
+ }
35
+ }