Upload validated Maple v81 bundle (2/29)
Browse files- v81/maple-preview-1024.json +72 -0
v81/maple-preview-1024.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"host_only": true,
|
| 4 |
+
"_comment": "Maple-Preview 20B-A1B true-ternary MoE: host-only plan, bonsai_generate drives FastRPC cDSP decoder (MPL1/ver=3). Experts = per-layer dir experts/LXX.bin (FastRPC fseek is 32-bit); kernel rpcmem; embed fread.",
|
| 5 |
+
"model": {
|
| 6 |
+
"name": "maple-preview-1024",
|
| 7 |
+
"family": "llm",
|
| 8 |
+
"dsp_arch": "v81",
|
| 9 |
+
"tokenizer_pre": "qwen2"
|
| 10 |
+
},
|
| 11 |
+
"chat": {
|
| 12 |
+
"system": { "prefix": "<|im_start|>system\n", "suffix": "<|im_end|>\n" },
|
| 13 |
+
"user": { "prefix": "<|im_start|>user\n", "suffix": "<|im_end|>\n" },
|
| 14 |
+
"assistant": {
|
| 15 |
+
"prefix": "<|im_start|>assistant\n",
|
| 16 |
+
"suffix": "<|im_end|>\n",
|
| 17 |
+
"gen_prefill": "<think>\n"
|
| 18 |
+
}
|
| 19 |
+
},
|
| 20 |
+
"params": {
|
| 21 |
+
"hidden": 2048,
|
| 22 |
+
"vocab": 151936,
|
| 23 |
+
"n_layers": 24,
|
| 24 |
+
"max_ctx": 1024,
|
| 25 |
+
"kv_dim": 512,
|
| 26 |
+
"head_dim": 128,
|
| 27 |
+
"rope_theta": 10000.0,
|
| 28 |
+
"eos_token_id": 151645
|
| 29 |
+
},
|
| 30 |
+
"artifacts": {
|
| 31 |
+
"tokenizer": "tokenizer.json",
|
| 32 |
+
"expert_shards": [
|
| 33 |
+
"experts/L00.bin",
|
| 34 |
+
"experts/L01.bin",
|
| 35 |
+
"experts/L02.bin",
|
| 36 |
+
"experts/L03.bin",
|
| 37 |
+
"experts/L04.bin",
|
| 38 |
+
"experts/L05.bin",
|
| 39 |
+
"experts/L06.bin",
|
| 40 |
+
"experts/L07.bin",
|
| 41 |
+
"experts/L08.bin",
|
| 42 |
+
"experts/L09.bin",
|
| 43 |
+
"experts/L10.bin",
|
| 44 |
+
"experts/L11.bin",
|
| 45 |
+
"experts/L12.bin",
|
| 46 |
+
"experts/L13.bin",
|
| 47 |
+
"experts/L14.bin",
|
| 48 |
+
"experts/L15.bin",
|
| 49 |
+
"experts/L16.bin",
|
| 50 |
+
"experts/L17.bin",
|
| 51 |
+
"experts/L18.bin",
|
| 52 |
+
"experts/L19.bin",
|
| 53 |
+
"experts/L20.bin",
|
| 54 |
+
"experts/L21.bin",
|
| 55 |
+
"experts/L22.bin",
|
| 56 |
+
"experts/L23.bin"
|
| 57 |
+
]
|
| 58 |
+
},
|
| 59 |
+
"plan": {
|
| 60 |
+
"steps": [
|
| 61 |
+
{
|
| 62 |
+
"host": "bonsai_generate",
|
| 63 |
+
"params": {
|
| 64 |
+
"weights": "maple_kernel.bin",
|
| 65 |
+
"embed": "maple_embed_f16.bin",
|
| 66 |
+
"experts": "experts",
|
| 67 |
+
"max_new": 64
|
| 68 |
+
}
|
| 69 |
+
}
|
| 70 |
+
]
|
| 71 |
+
}
|
| 72 |
+
}
|