matrixai-celsius-to-kelvin / inference_spec.json
robertollweb's picture
MatrixAI reproducible case — bundle, receipts and model card
f656b0a verified
Raw
History Blame Contribute Delete
739 Bytes
{
"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."
}