lef-neural-controller / router_meta.json
Pabloyzm's picture
Upload ONNX router (logits+variance) + thresholds + label map + tokenizer
0147f1f verified
Raw
History Blame Contribute Delete
184 Bytes
{
"format": "onnxruntime",
"onnx_file": "model.onnx",
"inputs": [
"input_ids",
"attention_mask"
],
"outputs": [
"logits",
"variance"
],
"max_length": 64
}