Upload onnx/export_manifest.json with huggingface_hub
Browse files- onnx/export_manifest.json +62 -0
onnx/export_manifest.json
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"opset": 17,
|
| 3 |
+
"max_length_traced": 512,
|
| 4 |
+
"inputs": [
|
| 5 |
+
"input_ids",
|
| 6 |
+
"attention_mask"
|
| 7 |
+
],
|
| 8 |
+
"artifacts": {
|
| 9 |
+
"model.onnx": {
|
| 10 |
+
"bytes": 1112408105,
|
| 11 |
+
"sha256": "d2fffb63c81d1eaa8f2d8156f22443ee30d708b32a8a0150b97eefbcbe13eb86"
|
| 12 |
+
},
|
| 13 |
+
"model.fp16.onnx": {
|
| 14 |
+
"bytes": 556406646,
|
| 15 |
+
"sha256": "d3113d45d2b2570eb37d8fdbcdb4477a5bf6f2b7d515ff3bd1f15fa2398d315b"
|
| 16 |
+
}
|
| 17 |
+
},
|
| 18 |
+
"precision": {
|
| 19 |
+
"method": "float16",
|
| 20 |
+
"keep_io_types": true
|
| 21 |
+
},
|
| 22 |
+
"verification": {
|
| 23 |
+
"fp32": {
|
| 24 |
+
"max_abs_logit_drift": 6.377696990966797e-05,
|
| 25 |
+
"mean_abs_logit_drift": 2.752294221863849e-06,
|
| 26 |
+
"probability_drift": {
|
| 27 |
+
"mean": 4.128615103127231e-07,
|
| 28 |
+
"p50": 0.0,
|
| 29 |
+
"p95": 1.7881393432617188e-07,
|
| 30 |
+
"p99": 9.775161743164062e-06,
|
| 31 |
+
"max": 4.559755325317383e-05
|
| 32 |
+
},
|
| 33 |
+
"decision_rule": "argmax",
|
| 34 |
+
"threshold": null,
|
| 35 |
+
"texts_with_a_changed_decision": 0,
|
| 36 |
+
"widest_margin_at_a_flip": 0.0,
|
| 37 |
+
"flip_band": 0.02,
|
| 38 |
+
"band_from_measured_noise_p99": 9.775161743164062e-06,
|
| 39 |
+
"other_reading_changed": 0,
|
| 40 |
+
"texts_checked": 300
|
| 41 |
+
},
|
| 42 |
+
"fp16": {
|
| 43 |
+
"max_abs_logit_drift": 0.062359556555747986,
|
| 44 |
+
"mean_abs_logit_drift": 0.0018702390370890498,
|
| 45 |
+
"probability_drift": {
|
| 46 |
+
"mean": 0.0006032894016243517,
|
| 47 |
+
"p50": 7.450580596923828e-07,
|
| 48 |
+
"p95": 5.0067901611328125e-05,
|
| 49 |
+
"p99": 0.0335085391998291,
|
| 50 |
+
"max": 0.052102357149124146
|
| 51 |
+
},
|
| 52 |
+
"decision_rule": "argmax",
|
| 53 |
+
"threshold": null,
|
| 54 |
+
"texts_with_a_changed_decision": 0,
|
| 55 |
+
"widest_margin_at_a_flip": 0.0,
|
| 56 |
+
"flip_band": 0.02,
|
| 57 |
+
"band_from_measured_noise_p99": 0.0335085391998291,
|
| 58 |
+
"other_reading_changed": 0,
|
| 59 |
+
"texts_checked": 300
|
| 60 |
+
}
|
| 61 |
+
}
|
| 62 |
+
}
|