matrixai-will-it-rain / inference_spec.json
robertollweb's picture
MatrixAI reproducible case — bundle, receipts and model card
87d3c54 verified
Raw
History Blame Contribute Delete
1.38 kB
{
"spec_version": 1,
"created_at": "2026-08-26T15:55:33.187393+00:00",
"matrixai_version": "1.6.0",
"model_hash": "mxai_7b9f3359d895e818",
"parameter_schema_hash": "params_91da9c484c855d71",
"parameter_set_id": "Pronostico_initial",
"onnx_opset": 17,
"onnx_file": "model.onnx",
"input_name": "Parte",
"input_shape": [
-1,
6
],
"input_order": [
"temp_max",
"humidity",
"pressure",
"pressure_delta",
"cloud_cover",
"precip_hours"
],
"fields": {
"temp_max": {
"encoding": "scalar",
"range": [
0,
45
]
},
"humidity": {
"encoding": "scalar",
"range": [
30,
100
]
},
"pressure": {
"encoding": "scalar",
"range": [
980,
1040
]
},
"pressure_delta": {
"encoding": "scalar",
"range": [
-20,
20
]
},
"cloud_cover": {
"encoding": "scalar",
"range": [
0,
100
]
},
"precip_hours": {
"encoding": "scalar",
"range": [
0,
24
]
}
},
"output": {
"name": "Pronostico_out2",
"shape": [
-1,
2
],
"kind": "classification",
"labels": [
"no",
"si"
]
},
"notes": "Inputs are normalized internally by predict.py. Feed raw human values."
}