MiniMax-M2.7-JANG_3L / jang_config.json
jangq's picture
capabilities: stamp reasoning/tool parser + cache_type for vmlx CapabilityDetector Tier-1
d3c4785 verified
Raw
History Blame Contribute Delete
1.07 kB
{
"quantization": {
"method": "jang-importance",
"profile": "JANG_3L",
"target_bits": 3.0,
"actual_bits": 3.08,
"block_size": 128,
"calibration_method": "weights",
"quantization_method": "mse",
"scoring_method": "weight-magnitude",
"bit_widths_used": [
3,
4,
8
],
"quantization_scheme": "asymmetric",
"quantization_backend": "mx.quantize",
"hadamard_rotation": false
},
"source_model": {
"name": "MiniMax-M2.7-FP8",
"dtype": "bfloat16",
"parameters": "227.6B"
},
"architecture": {
"type": "moe",
"attention": "gqa",
"has_vision": false,
"has_ssm": false,
"has_moe": true
},
"runtime": {
"total_weight_bytes": 0,
"total_weight_gb": 0.0
},
"format": "jang",
"format_version": "2.0",
"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"
}
}