Xenova HF staff commited on
Commit
bcf5a7f
1 Parent(s): 13ce16c

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:6134b4555d4eb6a758caae66f7338d39a75a25b061bec1fa089a372badbc3c74
3
- size 545201523
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d234bb68ec75659075355968a31ec28b37759497e8f1e3e177ec6a23e29b0e64
3
+ size 545205390
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3a00e7d77ccf59ed38c2a2d1b64de430145aa9fe9048bdcd98800a6dda4d864
3
- size 138548175
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:260324fca2ff90aef8c0095144de7d501fa676cfff394866349cf58c9e35fbd8
3
+ size 139007063
quantize_config.json CHANGED
@@ -4,38 +4,41 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "Transpose",
8
- "Add",
9
- "MatMul",
10
- "Reshape",
11
- "Sub",
12
- "Less",
13
- "ConstantOfShape",
14
- "ArgMax",
15
- "Expand",
16
- "Constant",
17
- "Softmax",
18
  "ReduceMean",
19
  "Where",
20
- "Concat",
21
- "Relu",
22
- "Equal",
23
- "Slice",
24
- "Pow",
25
- "Sqrt",
26
- "Gemm",
27
- "Range",
28
  "Sigmoid",
 
29
  "Unsqueeze",
 
 
 
 
 
 
 
30
  "Cast",
31
- "ConvTranspose",
32
- "Div",
 
 
 
 
33
  "Gather",
34
- "Shape",
 
 
 
35
  "Conv",
36
- "Squeeze",
37
- "Flatten",
38
- "Mul"
 
 
 
 
 
39
  ],
40
  "weight_type": "QUInt8"
41
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
+ "Slice",
 
 
 
 
 
 
 
 
 
 
8
  "ReduceMean",
9
  "Where",
10
+ "Softmax",
 
 
 
 
 
 
 
11
  "Sigmoid",
12
+ "ConvTranspose",
13
  "Unsqueeze",
14
+ "Expand",
15
+ "Less",
16
+ "Sub",
17
+ "ConstantOfShape",
18
+ "MatMul",
19
+ "Squeeze",
20
+ "Gemm",
21
  "Cast",
22
+ "Sqrt",
23
+ "Resize",
24
+ "Transpose",
25
+ "Flatten",
26
+ "Constant",
27
+ "Mul",
28
  "Gather",
29
+ "Relu",
30
+ "If",
31
+ "Concat",
32
+ "ArgMax",
33
  "Conv",
34
+ "Equal",
35
+ "Shape",
36
+ "Div",
37
+ "Range",
38
+ "Reshape",
39
+ "Pow",
40
+ "Identity",
41
+ "Add"
42
  ],
43
  "weight_type": "QUInt8"
44
  }