karming-wan commited on
Commit
ba8902f
1 Parent(s): 4bcfbce

ORTModelForObjectDetection

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/tmp/tmpzqz4qftr",
3
  "architectures": [
4
  "YolosForObjectDetection"
5
  ],
 
1
  {
2
+ "_name_or_path": "/tmp/tmpch1sadu6",
3
  "architectures": [
4
  "YolosForObjectDetection"
5
  ],
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2d737c02056f4df1bfac018943db646ac623e43ae2377a33075fcc660577f53e
3
- size 25540340
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fb7d652f261f8f3b95c20fb1ead97064487c45881cfc2383ab4320bdf123cd6
3
+ size 26197886
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c8abf77afea81536368936031a630fa0bc5e84f1aec295bc9427f41c79d219f6
3
- size 9387041
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ece90752365fc7744870a223a3d0ab2132e17c3256f17c0cb3ab9c1a3c1fd122
3
+ size 9588132
quantize_config.json CHANGED
@@ -9,9 +9,7 @@
9
  "format": "QOperator",
10
  "is_static": false,
11
  "mode": "IntegerOps",
12
- "nodes_to_exclude": [
13
- "Conv"
14
- ],
15
  "nodes_to_quantize": [],
16
  "operators_to_quantize": [
17
  "Conv",
@@ -29,7 +27,7 @@
29
  "MatMul": 1
30
  },
31
  "reduce_range": false,
32
- "weights_dtype": "QUInt8",
33
  "weights_symmetric": true
34
  },
35
  "transformers_version": "4.35.2",
 
9
  "format": "QOperator",
10
  "is_static": false,
11
  "mode": "IntegerOps",
12
+ "nodes_to_exclude": [],
 
 
13
  "nodes_to_quantize": [],
14
  "operators_to_quantize": [
15
  "Conv",
 
27
  "MatMul": 1
28
  },
29
  "reduce_range": false,
30
+ "weights_dtype": "QInt8",
31
  "weights_symmetric": true
32
  },
33
  "transformers_version": "4.35.2",