MiniMax-M2.7-JANG_K / jang_config.json
Osaurus-AI's picture
Add files using upload-large-folder tool
c182acb verified
raw
history blame contribute delete
985 Bytes
{
"format": "jang",
"format_version": "2.0",
"quantization": {
"method": "jang-affine-mixed",
"profile": "JANG_K",
"block_size": 128,
"mode": "affine",
"bit_widths_used": [
2,
4,
6,
8
],
"routed_avg_bits": 2.667,
"awq": {
"enabled": true,
"alpha": 0.5,
"scope": "routed_experts.gate_proj+up_proj (joint per-layer)",
"fold_target": "post_attention_layernorm.weight",
"scale_floor": 1.0
}
},
"source_model": {
"name": "MiniMax-M2.7-FP8",
"dtype": "fp8_e4m3",
"parameters": "227.6B"
},
"architecture": {
"type": "moe",
"attention": "gqa",
"has_vision": false,
"has_ssm": false,
"has_moe": true
},
"capabilities": {
"reasoning_parser": "qwen3",
"tool_parser": "minimax",
"think_in_template": true,
"supports_tools": true,
"supports_thinking": true,
"family": "minimax_m2",
"modality": "text",
"cache_type": "kv"
}
}