Xenova HF Staff commited on
Commit
45f8e47
·
1 Parent(s): 3251cfc

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:803998365efb11fb73e19fb58b0813cc6cc01c2746ed5cf5259945d64baa2d16
3
- size 352732222
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30976445f8d8dec76314a2c9531bbea7b5008d4caec80f8daf9874504b47df25
3
+ size 352735197
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:214e713a5f3fdd9908bbb92fdfeb58ef025f6b2eccf9b12e91a4871d1b2d2fc7
3
- size 92564648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f821340cc261b53ace18e383d3069d9c2b2eff1ca208f83c2ee8d00a5a4338f0
3
+ size 92568656
quantize_config.json CHANGED
@@ -4,30 +4,31 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "ConstantOfShape",
8
- "Softmax",
9
- "Equal",
10
  "Constant",
11
- "Sub",
12
  "Concat",
 
 
 
 
13
  "Reshape",
14
  "MatMul",
15
- "Gemm",
16
- "Where",
17
- "Unsqueeze",
18
- "Mul",
19
- "Erf",
20
- "Div",
21
- "ReduceMean",
22
  "Gather",
 
 
 
 
 
23
  "Transpose",
24
- "Expand",
25
- "Conv",
26
  "Slice",
27
- "Sqrt",
28
- "Shape",
29
- "Add",
30
- "Pow"
 
31
  ],
32
  "weight_type": "QUInt8"
33
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
+ "Pow",
8
+ "Add",
 
9
  "Constant",
 
10
  "Concat",
11
+ "Equal",
12
+ "Resize",
13
+ "ReduceMean",
14
+ "Gemm",
15
  "Reshape",
16
  "MatMul",
17
+ "Sub",
18
+ "Conv",
 
 
 
 
 
19
  "Gather",
20
+ "Div",
21
+ "ConstantOfShape",
22
+ "Softmax",
23
+ "Mul",
24
+ "Sqrt",
25
  "Transpose",
 
 
26
  "Slice",
27
+ "Erf",
28
+ "Unsqueeze",
29
+ "Where",
30
+ "Expand",
31
+ "Shape"
32
  ],
33
  "weight_type": "QUInt8"
34
  }