Xenova HF staff commited on
Commit
df94ac0
1 Parent(s): 44a02d9

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +0 -1
  2. onnx/model.onnx +3 -0
  3. onnx/model_quantized.onnx +3 -0
  4. quant_config.json +12 -12
config.json CHANGED
@@ -736,6 +736,5 @@
736
  "problem_type": "single_label_classification",
737
  "qkv_bias": true,
738
  "semantic_loss_ignore_index": 255,
739
- "torch_dtype": "float32",
740
  "transformers_version": "4.31.0.dev0"
741
  }
 
736
  "problem_type": "single_label_classification",
737
  "qkv_bias": true,
738
  "semantic_loss_ignore_index": 255,
 
739
  "transformers_version": "4.31.0.dev0"
740
  }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdc99cd7001442a59de5a4b9074ca7fe81cf894e5927c7c9b3d6e6b2dce20801
3
+ size 20925185
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1daa5ef465a39c33592dab87d900d87d74b75e54eb1a65620728cc2d97eb69dd
3
+ size 5878672
quant_config.json CHANGED
@@ -5,24 +5,24 @@
5
  "model": {
6
  "op_types": [
7
  "Constant",
8
- "MatMul",
9
- "Pow",
10
- "Gather",
11
- "Shape",
12
- "Concat",
13
- "Transpose",
14
- "Unsqueeze",
15
- "Div",
16
  "Sqrt",
 
 
17
  "Sigmoid",
 
 
 
 
 
18
  "Sub",
 
 
 
19
  "Reshape",
20
- "Gemm",
21
  "Add",
 
22
  "Conv",
23
- "Softmax",
24
- "Mul",
25
- "ReduceMean"
26
  ],
27
  "weight_type": "QUInt8"
28
  }
 
5
  "model": {
6
  "op_types": [
7
  "Constant",
 
 
 
 
 
 
 
 
8
  "Sqrt",
9
+ "Unsqueeze",
10
+ "Mul",
11
  "Sigmoid",
12
+ "Softmax",
13
+ "Concat",
14
+ "Gemm",
15
+ "Div",
16
+ "MatMul",
17
  "Sub",
18
+ "ReduceMean",
19
+ "Shape",
20
+ "Gather",
21
  "Reshape",
 
22
  "Add",
23
+ "Pow",
24
  "Conv",
25
+ "Transpose"
 
 
26
  ],
27
  "weight_type": "QUInt8"
28
  }