Xenova HF staff commited on
Commit
bdca428
1 Parent(s): 7194efb

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:a0eae612795444af7b9c4977481110a9f4c0d7f8e383d346070e963786738c0b
3
  size 610408715
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fceee818ba645f261d1d5838a5c74ecb5d25976d9ac27dcf424e9ebf7c606824
3
  size 610408715
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8676d98e5481d7edc5724f47bc98c0687df23eee0943de83f144169e35eeb4f5
3
  size 155016986
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51ab4e047cacbd73469a2e0d9830000d5b726b3afd2e1d335094ae626e772078
3
  size 155016986
quantize_config.json CHANGED
@@ -4,44 +4,44 @@
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
- "Elu",
8
- "Slice",
9
- "Sigmoid",
10
- "ReduceSum",
11
- "Range",
12
- "Einsum",
13
  "Sub",
14
- "Sqrt",
15
- "Pow",
16
- "Constant",
17
- "Where",
18
- "Shape",
19
- "Div",
20
- "Log",
21
- "Erf",
22
- "Less",
23
  "Flatten",
24
- "ReduceMean",
25
- "Add",
26
- "Abs",
27
- "Greater",
28
- "Mul",
29
- "Transpose",
30
- "Cast",
31
- "Squeeze",
32
- "Reciprocal",
33
- "Reshape",
34
- "Neg",
35
- "Softmax",
36
- "ConstantOfShape",
37
  "Equal",
38
  "Conv",
39
- "Unsqueeze",
40
- "Gather",
41
- "Concat",
42
  "Expand",
 
 
 
 
 
43
  "MatMul",
44
- "ArgMax"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ],
46
  "weight_type": "QUInt8"
47
  }
 
4
  "per_model_config": {
5
  "model": {
6
  "op_types": [
7
+ "Reshape",
 
 
 
 
 
8
  "Sub",
9
+ "Unsqueeze",
10
+ "Einsum",
 
 
 
 
 
 
 
11
  "Flatten",
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  "Equal",
13
  "Conv",
14
+ "Greater",
15
+ "Neg",
 
16
  "Expand",
17
+ "Abs",
18
+ "Less",
19
+ "ReduceSum",
20
+ "Div",
21
+ "Pow",
22
  "MatMul",
23
+ "Range",
24
+ "Gather",
25
+ "Squeeze",
26
+ "Erf",
27
+ "Shape",
28
+ "Concat",
29
+ "Sqrt",
30
+ "Transpose",
31
+ "Add",
32
+ "Mul",
33
+ "Sigmoid",
34
+ "ArgMax",
35
+ "Elu",
36
+ "ConstantOfShape",
37
+ "Softmax",
38
+ "ReduceMean",
39
+ "Log",
40
+ "Constant",
41
+ "Slice",
42
+ "Reciprocal",
43
+ "Cast",
44
+ "Where"
45
  ],
46
  "weight_type": "QUInt8"
47
  }