File size: 739 Bytes
f656b0a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | {
"spec_version": 1,
"created_at": "2026-08-26T15:55:05.162917+00:00",
"matrixai_version": "1.6.0",
"model_hash": "mxai_fdbe5973e98a1123",
"parameter_schema_hash": "params_e0a02353b5d9884e",
"parameter_set_id": "v1_best",
"onnx_opset": 17,
"onnx_file": "model.onnx",
"input_name": "Reading",
"input_shape": [
-1,
1
],
"input_order": [
"celsius"
],
"fields": {
"celsius": {
"encoding": "scalar",
"range": [
-50,
150
]
}
},
"output": {
"name": "prediction",
"shape": [
-1
],
"kind": "regression",
"range": [
200.0,
450.0
]
},
"notes": "Inputs are normalized internally by predict.py. Feed raw human values."
} |