CoolFace
Modelpublic

kshitijthakkar/qwen3.5-moe-0.87B-d0.8B

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
1likes75downloads
Model Card

Qwen3.5 MoE 0.85B (from Qwen3.5-0.8B)

A Qwen3.5 Mixture-of-Experts model created via dual-source weight transfer:

Model Details

PropertyValue
Total Parameters854,386,752 (0.85B)
Active Parameters677,439,552 (0.68B)
ArchitectureQwen3.5 Hybrid MoE
Experts8 routed + 1 shared, top-2
Hidden Size1024
Layers24 (hybrid: DeltaNet + full attention)
AttentionGQA 8Q / 2KV, head_dim=256
Context262,144 tokens
Vocab248,320
Dtypebfloat16

Design

Total MoE FFN parameters are approximately equal to the dense model's FFN parameters. The speed benefit comes from sparsity: only top-2 experts

  • —shared expert are active per token (~1/3 of total FFN).

Most weights are pre-trained (backbone from dense model, experts from 35B-A3B). Only the MoE dimension resize introduces noise, making this model suitable for fine-tuning at nominal cost.

Weight Transfer Sources

ComponentSourceStrategy
Embeddings, LM HeadQwen/Qwen3.5-0.8BExact copy
Attention (Q/K/V/O, norms)Qwen/Qwen3.5-0.8BExact copy
DeltaNet (linear attention)Qwen/Qwen3.5-0.8BExact copy
Vision encoderQwen/Qwen3.5-0.8BExact copy
Layer normsQwen/Qwen3.5-0.8BExact copy
Routed expertsQwen3.5-35B-A3BSlice 256->8, bilinear resize
Shared expertQwen3.5-35B-A3BBilinear resize
RouterQwen3.5-35B-A3BSlice + resize

License

Apache 2.0 (following source models)