Views
No views yet

Hy3-JANG_2K-MTP.| Source | tencent/Hy3 |
| License | other — inherits the upstream Tencent Hunyuan Community License |
| Architecture | hy_v3 (HYV3ForCausalLM), text-only |
| Parameters | 295B total / 21B active per token |
| Format | JANG_2K (mixed-affine), routed experts avg 2.33-bit |
| Bundle size | 101.40 GB (94.44 GiB), 22 shards, 2,876 tensor keys |
| MTP | none (num_nextn_predict_layers = 0) — MTP head not included |
| Context | 262,144 tokens |
Hy3-JANG_2K is a JANG mixed-affine quantization of Tencent's Hy3 dense-MoE, targeting Apple Silicon runtimes (MLX / vMLX). The 2K profile spends an extra bit on the routed down_proj (3-bit vs the 2-bit gate/up), which cleans up the sampling tail relative to a uniform 2-bit pack. This bundle drops the native MTP layer for the smallest footprint; use Hy3-JANG_2K-MTP if you want speculative decoding.| Tensor family | Policy |
|---|---|
Routed expert gate_proj / up_proj | affine 2-bit, group size 128 |
Routed expert down_proj | affine 3-bit, group size 128 |
Attention q/k/v/o | affine 8-bit |
| Shared expert | affine 8-bit |
| Dense layer-0 MLP | affine 8-bit |
embed_tokens | affine 6-bit |
lm_head | affine 8-bit |
| RMSNorms, router gate, expert bias | 16-bit passthrough |
hidden_size 4096head_dim 128, QK-normdefault, rope_theta 11,158,840, max_position_embeddings 262,144route_norm, router_scaling_factor 2.826, 1 shared expert, first_k_dense_replace 1num_nextn_predict_layers = 0)vocab_size 120,832<think>…</think> tags, reasoning_effort (no_think / low / high).<tool_calls>, <tool_call>, <arg_key>, <arg_value>).:opensource special-token dialect (e.g. <|hy_eos:opensource|>, <think:opensource>); the bundled chat_template.jinja is the upstream template. A compatible runtime must resolve these variant-suffixed tokens at the token→text boundary.<think> reasoning stream, and Hunyuan tool-call parsing.mlx-lm / transformers will not load the JANG mixed-affine layout as-is.top_p 1.0 + temperature 0.9) exposes more of the routed-expert tail; a mild top_p ≤ 0.9 or min_p floor is recommended for long-form generation.down_proj를 3-bit로, gate/up을 2-bit로 양자화합니다(평균 2.33-bit). 이 번들은 MTP 헤드를 포함하지 않는 가장 작은 2K 팩이며, 스펙티브 디코딩이 필요하면 Hy3-JANG_2K-MTP를 사용하세요. Hy3의 GQA 어텐션과 MoE 라우팅, :opensource 특수 토큰 방식을 정확히 구현한 런타임에서만 사용해야 합니다.