bogdanraduta commited on
Commit
3cb1a51
·
verified ·
1 Parent(s): 2f24160

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": 1112438867,
11
+ "sha256": "82f269c88f071b3fefd90fa73acd122a2177ff0cfcc3c9e46a5c1ff9fda14f15"
12
+ },
13
+ "model.int8.onnx": {
14
+ "bytes": 535338786,
15
+ "sha256": "f7950676f8d29ae8553f6f5cabb4a230727eb602d88ee989e05d677d020c8f03"
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.396106719970703e-05,
28
+ "mean_abs_logit_drift": 1.0843823474715464e-06,
29
+ "probability_drift": {
30
+ "mean": 3.311602014832715e-08,
31
+ "p50": 9.313225746154785e-09,
32
+ "p95": 7.450580596923828e-08,
33
+ "p99": 5.367398330236028e-07,
34
+ "max": 5.4836273193359375e-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": 5.367398330236028e-07,
42
+ "other_reading_changed": 0,
43
+ "texts_checked": 300
44
+ },
45
+ "int8": {
46
+ "max_abs_logit_drift": 0.268143892288208,
47
+ "mean_abs_logit_drift": 0.0027653686702251434,
48
+ "probability_drift": {
49
+ "mean": 0.00018560104945208877,
50
+ "p50": 8.284114301204681e-06,
51
+ "p95": 0.0003138572792522609,
52
+ "p99": 0.004196624271571636,
53
+ "max": 0.043100327253341675
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.00033038854598999023,
59
+ "flip_band": 0.02,
60
+ "band_from_measured_noise_p99": 0.004196624271571636,
61
+ "other_reading_changed": 0,
62
+ "texts_checked": 300
63
+ }
64
+ }
65
+ }