bogdanraduta commited on
Commit
7a342ab
·
verified ·
1 Parent(s): d41c0f5

Upload onnx/export_manifest.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. onnx/export_manifest.json +65 -0
onnx/export_manifest.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "opset": 17,
3
+ "max_length_traced": 96,
4
+ "inputs": [
5
+ "input_ids",
6
+ "attention_mask"
7
+ ],
8
+ "artifacts": {
9
+ "model.onnx": {
10
+ "bytes": 1112411181,
11
+ "sha256": "3562539a973c4e4e306abc15f753000ad9d0a4fc5437191f71d4a81db23937e1"
12
+ },
13
+ "model.int8.onnx": {
14
+ "bytes": 535311100,
15
+ "sha256": "b360035204ffca5a5a534bc6dfd54979d0810879130e99752b4896117767fec6"
16
+ }
17
+ },
18
+ "precision": {
19
+ "method": "quantize_dynamic",
20
+ "op_types": [
21
+ "Gather"
22
+ ],
23
+ "weight_type": "QInt8"
24
+ },
25
+ "verification": {
26
+ "fp32": {
27
+ "max_abs_logit_drift": 2.598389983177185e-05,
28
+ "mean_abs_logit_drift": 1.4900850828780676e-06,
29
+ "probability_drift": {
30
+ "mean": 8.079533841964803e-08,
31
+ "p50": 1.6763806343078613e-08,
32
+ "p95": 2.980232238769531e-07,
33
+ "p99": 1.013725977827562e-06,
34
+ "max": 6.467103958129883e-06
35
+ },
36
+ "decision_rule": "sigmoid_at_threshold",
37
+ "threshold": 0.5,
38
+ "texts_with_a_changed_decision": 0,
39
+ "widest_margin_at_a_flip": 0.0,
40
+ "flip_band": 0.02,
41
+ "band_from_measured_noise_p99": 1.013725977827562e-06,
42
+ "other_reading_changed": 0,
43
+ "texts_checked": 300
44
+ },
45
+ "int8": {
46
+ "max_abs_logit_drift": 0.12422168254852295,
47
+ "mean_abs_logit_drift": 0.004250619560480118,
48
+ "probability_drift": {
49
+ "mean": 0.00033098901621997356,
50
+ "p50": 1.813238486647606e-05,
51
+ "p95": 0.001104330993257463,
52
+ "p99": 0.007603522390127182,
53
+ "max": 0.021777808666229248
54
+ },
55
+ "decision_rule": "sigmoid_at_threshold",
56
+ "threshold": 0.5,
57
+ "texts_with_a_changed_decision": 1,
58
+ "widest_margin_at_a_flip": 0.002026766538619995,
59
+ "flip_band": 0.02,
60
+ "band_from_measured_noise_p99": 0.007603522390127182,
61
+ "other_reading_changed": 3,
62
+ "texts_checked": 300
63
+ }
64
+ }
65
+ }