CoolFace
Modelpublic

Glint-Research/Router

sourceHugging Facemitupdated 2mo agoView on Hugging Face
17likes34downloads
config.json31 linesDownload Raw Back to root
1{2  "name": "Glint-Router-1M",3  "author": "Glint-Research",4  "task": "prompt routing / request triage",5  "license": "mit",6  "parameters": 985826,7  "inference_entrypoint": "modeling.load_router",8  "model": {9    "vocab_size": 4096,10    "dim": 128,11    "n_heads": 8,12    "layers": 3,13    "ffn_hidden": 208,14    "max_len": 256,15    "rope_base": 10000.0,16    "proj_dim": 64,17    "n_domains": 2518  },19  "labels": {20    "domains": 25,21    "complexity": "ordinal 1-5 (CORAL)",22    "binary": [23      "code",24      "math",25      "reasoning",26      "long_output"27    ],28    "route": "binary big/small, plus N-tier expected-cost policy"29  }30}31