matrixai-celsius-to-kelvin / model_manifest.json
robertollweb's picture
MatrixAI reproducible case — bundle, receipts and model card
f656b0a verified
Raw
History Blame Contribute Delete
767 Bytes
{
"project": "CelsiusToKelvin",
"matrixai_version": "1.6.0",
"model_hash": "mxai_fdbe5973e98a1123",
"parameter_schema_hash": "params_e0a02353b5d9884e",
"parameter_set_id": "v1_best",
"inputs": [
{
"kind": "vector",
"name": "Reading",
"size": 1,
"dtype": "float32",
"fields": [
"celsius"
]
}
],
"vectors": [
{
"name": "Reading",
"size": 1,
"fields": [
"celsius"
]
}
],
"sequences": [],
"functions": [
{
"name": "PredictedKelvinModel",
"kind": "linear_regression"
}
],
"backend_contract": {
"target": "differentiable_python",
"ok": true,
"unsupported_nodes": []
},
"created_at": "2026-08-26T15:55:05.162560+00:00"
}