Qwen3.5-27B-JANG_3M / jang_config.json
bearzi's picture
Upload Qwen3.5-27B-JANG_3M
23d5aa1 verified
{
"quantization": {
"method": "jang-importance",
"profile": "JANG_3M",
"target_bits": 3,
"actual_bits": 3.56,
"block_size": 64,
"calibration_method": "activations",
"quantization_method": "mse-all",
"scoring_method": "awq+hessian",
"bit_widths_used": [
3,
8
],
"quantization_scheme": "asymmetric",
"quantization_backend": "mx.quantize",
"hadamard_rotation": false
},
"source_model": {
"name": "Qwen3.5-27B",
"dtype": "bfloat16",
"parameters": "25.1B"
},
"architecture": {
"type": "hybrid_ssm",
"attention": "gqa",
"has_vision": true,
"has_ssm": true,
"has_moe": false
},
"runtime": {
"total_weight_bytes": 12152995840,
"total_weight_gb": 11.32
},
"format": "jang",
"format_version": "2.0"
}