Xenova HF staff commited on
Commit
d5c6f95
1 Parent(s): 31039ee

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