File size: 638 Bytes
35700de d014f39 35700de d014f39 35700de d014f39 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | {
"name": "Glint-Router-1M",
"author": "Glint-Research",
"task": "prompt routing / request triage",
"license": "mit",
"parameters": 985826,
"inference_entrypoint": "modeling.load_router",
"model": {
"vocab_size": 4096,
"dim": 128,
"n_heads": 8,
"layers": 3,
"ffn_hidden": 208,
"max_len": 256,
"rope_base": 10000.0,
"proj_dim": 64,
"n_domains": 25
},
"labels": {
"domains": 25,
"complexity": "ordinal 1-5 (CORAL)",
"binary": [
"code",
"math",
"reasoning",
"long_output"
],
"route": "binary big/small, plus N-tier expected-cost policy"
}
}
|