Xenova HF staff commited on
Commit
36f43cf
1 Parent(s): 9e98714

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