fast-code-moe / config.json
1kz's picture
Upload MoE router and config
8ac693e verified
{
"experts": [
"mistralai/Mistral-7B-Instruct-v0.2",
"Qwen/Qwen2.5-7B-Instruct"
],
"top_k": 1,
"router_encoder": "distilbert-base-uncased",
"max_new_tokens": 256,
"description": "Claude-style MoE with lazy-loaded 4-bit experts"
}