Xenova HF staff commited on
Commit
5b723d0
1 Parent(s): 43c5c40

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:bf9b049174a2640514b2a36f931c53ea99dbfdc42cb11344fb806980985709cb
3
+ size 443275430
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a293f082152729e40ae363f9068668ab7124902f052cee9926d06b34483dcb01
3
+ size 118776955
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
+ "Cast",
8
+ "ScatterND",
9
+ "Shape",
10
+ "MatMul",
11
+ "Slice",
12
+ "Conv",
13
+ "Reshape",
14
+ "Gather",
15
+ "Sqrt",
16
+ "Concat",
17
+ "Pad",
18
+ "GlobalAveragePool",
19
+ "Sub",
20
+ "Flatten",
21
+ "Softmax",
22
+ "Div",
23
+ "ConstantOfShape",
24
+ "Equal",
25
+ "ReduceMean",
26
+ "Mod",
27
+ "Expand",
28
+ "Pow",
29
+ "Add",
30
+ "Constant",
31
+ "Transpose",
32
+ "Mul",
33
+ "Where",
34
+ "Gemm",
35
+ "Not",
36
+ "Unsqueeze",
37
+ "Erf",
38
+ "Range"
39
+ ],
40
+ "weight_type": "QUInt8"
41
+ }
42
+ }
43
+ }