Felix Marty commited on
Commit
f1956c4
·
1 Parent(s): d1e1147

add model

Browse files
Files changed (4) hide show
  1. eval_results.json +3 -0
  2. model-quantized.onnx +3 -0
  3. model.onnx +3 -0
  4. ort_config.json +29 -0
eval_results.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "accuracy": 0.86
3
+ }
model-quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:415b90264bb4863ae4d7cd1edd3eb42fce56e4244218a504ac776b14639a6726
3
+ size 140454309
model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8de3a587e5cae310f6911a84f0cc8dfa35d826710b150779846b264c9a36e3fb
3
+ size 267873950
ort_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "opset": 11,
3
+ "optimization": {},
4
+ "optimum_version": "1.4.0.dev0",
5
+ "quantization": {
6
+ "activations_dtype": "QInt8",
7
+ "activations_symmetric": false,
8
+ "format": "QDQ",
9
+ "is_static": true,
10
+ "mode": "QLinearOps",
11
+ "nodes_to_exclude": [],
12
+ "nodes_to_quantize": [],
13
+ "operators_to_quantize": [
14
+ "MatMul",
15
+ "Add"
16
+ ],
17
+ "per_channel": false,
18
+ "qdq_add_pair_to_weight": false,
19
+ "qdq_dedicated_pair": false,
20
+ "qdq_op_type_per_channel_support_to_axis": {
21
+ "MatMul": 1
22
+ },
23
+ "reduce_range": false,
24
+ "weights_dtype": "QInt8",
25
+ "weights_symmetric": true
26
+ },
27
+ "transformers_version": "4.21.0",
28
+ "use_external_data_format": false
29
+ }