{ "model": "axiotic/ogma-base", "onnx_path": "onnx/model.onnx", "opset": 17, "inputs": { "token_ids": "int64[batch, sequence]", "attention_mask": "int64[batch, sequence]", "task_token_ids": "int64[batch] (4=QRY, 5=DOC, 6=SYM)" }, "output": "embeddings float32[batch, d_output] L2-normalized", "parity": { "atol": 0.0001, "rtol": 0.0001, "max_abs_error": 7.972121238708496e-07, "mean_abs_error": 6.716783218507771e-08, "mean_cosine": 1.0, "passed": true }, "file_size_bytes": 53786370 }