| { | |
| "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." | |
| } |