Osaurus-AppleScript-8B-JANG_6M / jang_config.json
Osaurus-AI's picture
Fixed JANG 6-bit affine quant — coherent tool-calling, verified in Osaurus runtime (replaces broken 4-bit)
7348596 verified
Raw
History Blame Contribute Delete
596 Bytes
{
"version": 2,
"weight_format": "mxfp4",
"profile": "JANG_6M",
"cache_subtype": "zaya_cca",
"source_model": {
"name": "ZAYA1-8B",
"org": "Zyphra",
"architecture": "zaya"
},
"expert_layout": "split_switch_mlp",
"quantization": {
"method": "affine",
"group_size": 32,
"bits": 6,
"embed_bits": 8
},
"capabilities": {
"reasoning_parser": "qwen3",
"tool_parser": "zaya_xml",
"think_in_template": false,
"supports_tools": true,
"supports_thinking": true,
"family": "zaya",
"modality": "text",
"cache_type": "hybrid"
}
}