Xenova HF staff commited on
Commit
560a572
1 Parent(s): 7a36538

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