Xenova HF staff commited on
Commit
da37933
1 Parent(s): 6571c67

Upload folder using huggingface_hub

Browse files
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21306ed8c990f563abaa0d8b58936ab29a2288c7f4a92a9d44db3d08f8dcc6d7
3
- size 103866744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1cf48234c369faa3ea1711981d961fe1ec71f51e593f9d6553aa5a0e7d557e3
3
+ size 103885865
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:390f73f27f3b9dcf5eb9785b0183d7f4606349c341a2a4da4f7d25e2465e85a1
3
- size 27474404
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a14ddb1a85ac668f652dbeb19734b7dd5e70276b02b810db2061100249107774
3
+ size 27499369
quantize_config.json CHANGED
@@ -4,37 +4,37 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "ConstantOfShape",
8
- "Relu",
9
  "Constant",
10
- "Conv",
11
- "Shape",
12
- "Add",
13
- "Mul",
14
- "Erf",
15
- "Unsqueeze",
16
- "MatMul",
17
  "ReduceMean",
18
- "Sub",
19
- "Squeeze",
20
- "Mod",
21
- "Cast",
22
- "Resize",
23
- "Concat",
24
  "Slice",
25
- "Gather",
26
- "Einsum",
27
  "Div",
28
- "Split",
29
- "Pad",
30
- "Sigmoid",
31
  "Transpose",
 
 
32
  "Softmax",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  "Sqrt",
34
  "Reshape",
35
- "Pow",
36
- "Range",
37
- "Identity"
38
  ],
39
  "weight_type": "QUInt8"
40
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
 
 
7
  "Constant",
8
+ "Gather",
 
 
 
 
 
 
9
  "ReduceMean",
 
 
 
 
 
 
10
  "Slice",
11
+ "Erf",
12
+ "Relu",
13
  "Div",
 
 
 
14
  "Transpose",
15
+ "Range",
16
+ "Identity",
17
  "Softmax",
18
+ "ConstantOfShape",
19
+ "MatMul",
20
+ "Einsum",
21
+ "Pad",
22
+ "Squeeze",
23
+ "Sigmoid",
24
+ "Shape",
25
+ "Conv",
26
+ "Concat",
27
+ "Split",
28
+ "Mul",
29
+ "Mod",
30
+ "Add",
31
+ "Resize",
32
+ "Unsqueeze",
33
+ "Pow",
34
  "Sqrt",
35
  "Reshape",
36
+ "Cast",
37
+ "Sub"
 
38
  ],
39
  "weight_type": "QUInt8"
40
  }