MiniMax-M3-Coder-Small / jang_config.json
Osaurus-AI's picture
Add files using upload-large-folder tool
9c97383 verified
Raw
History Blame Contribute Delete
635 Bytes
{
"format": "jang",
"format_version": "2.0",
"quantization": {
"method": "jang-affine-mixed",
"profile": "JANG_2L",
"block_size": 64,
"mode": "affine",
"routed_avg_bits": 2,
"awq": {
"enabled": true
}
},
"reap": {
"pruned": true,
"experts_kept": 70,
"experts_total": 128
},
"architecture": {
"type": "moe",
"attention": "gqa+msa_sparse",
"has_vision": true,
"has_moe": true,
"cache_type": "kv+msa_index_dual"
},
"capabilities": {
"family": "minimax_m3",
"modality": "multimodal",
"supports_tools": true,
"supports_thinking": true
}
}