--- license: apache-2.0 base_model: Qwen/Qwen3.5-35B-A3B-Base library_name: transformers pipeline_tag: image-text-to-text datasets: - open-thoughts/OpenThoughts3-1.2M - open-r1/OpenR1-Math-220k - HuggingFaceTB/smoltalk2 - NousResearch/hermes-function-calling-v1 - OpenAssistant/oasst2 - FabricAI/maple tags: - fabric1.6 - mixture-of-experts - multimodal - image-text-to-text - video-text-to-text - vision - video - reasoning - agentic - tool-calling - long-context - hybrid-attention - transformers - pytorch - safetensors - bf16 model-index: - name: Fabric 1.6 results: - task: type: text-generation name: Math and Reasoning dataset: type: aime-2025 name: AIME25 metrics: - type: pass@1 value: 92.8 name: Pass@1 - task: type: text-generation name: Math and Reasoning dataset: type: aime-2026 name: AIME26 metrics: - type: pass@1 value: 93.1 name: Pass@1 - task: type: text-generation name: Math and Reasoning dataset: type: hmmt-feb-2026 name: HMMT26 metrics: - type: pass@1 value: 83.2 name: Pass@1 - task: type: text-generation name: Math and Reasoning dataset: type: imo-answerbench name: IMOAB metrics: - type: pass@1 value: 79.2 name: Pass@1 - task: type: text-generation name: Math and Reasoning dataset: type: math-500 name: M500 metrics: - type: accuracy value: 84.8 name: Accuracy - task: type: text-generation name: Science and Knowledge dataset: type: gpqa name: GPQA metrics: - type: accuracy value: 86.7 name: Accuracy - task: type: text-generation name: Science and Knowledge dataset: type: gpqa-diamond name: GPQA-D metrics: - type: accuracy value: 84.9 name: Accuracy - task: type: text-generation name: Science and Knowledge dataset: type: hle name: HLE metrics: - type: accuracy value: 21.4 name: Accuracy - task: type: text-generation name: Science and Knowledge dataset: type: mmlu-pro name: MMLU-P metrics: - type: accuracy value: 85.6 name: Accuracy - task: type: text-generation name: Science and Knowledge dataset: type: mmlu-redux name: MMLU-R metrics: - type: accuracy value: 93.5 name: Accuracy - task: type: text-generation name: Science and Knowledge dataset: type: ceval name: C-Eval metrics: - type: accuracy value: 92.3 name: Accuracy - task: type: text-generation name: Code Generation dataset: type: livecodebench-v6 name: LCB6 metrics: - type: pass@1 value: 80.2 name: Pass@1 - task: type: text-generation name: Code Generation dataset: type: swe-bench-verified name: SWEB-V metrics: - type: resolve-rate value: 72.9 name: Resolve Rate - task: type: text-generation name: Code Generation dataset: type: swe-bench-pro name: SWEB-P metrics: - type: resolve-rate value: 50.1 name: Resolve Rate - task: type: text-generation name: Instruction Following dataset: type: ifeval name: IFEval metrics: - type: instruction-level value: 93.09 name: Instruction Level - task: type: text-generation name: General Reasoning dataset: type: gsm8k-platinum name: GSM8K-Pt metrics: - type: accuracy value: 95.73 name: Accuracy - task: type: text-generation name: Agentic Tool Use dataset: type: tau3-bench name: TAU3 metrics: - type: pass-rate value: 67.2 name: Pass Rate - task: type: image-text-to-text name: Visual Question Answering dataset: type: mmmu-pro name: MMMU-P metrics: - type: accuracy value: 74.10 name: Accuracy - task: type: image-text-to-text name: Visual Question Answering dataset: type: realworldqa name: RWQA metrics: - type: accuracy value: 85.4 name: Accuracy - task: type: text-generation name: Agentic Tool Use dataset: type: mcp-atlas name: MCP-A metrics: - type: completion value: 62.8 name: Completion - task: type: text-generation name: Agentic Tool Use dataset: type: widesearch name: WS metrics: - type: rubric-score value: 60.3 name: Rubric Score - task: type: image-text-to-text name: Visual Question Answering dataset: type: mathvista-mini name: MV-mini metrics: - type: accuracy value: 86.6 name: Accuracy ---
| Architecture | Hybrid Gated DeltaNet + Gated Attention, Mixture-of-Experts (MoE) |
| Total Parameters | 35B |
| Activated Parameters | ~3B |
| Number of Layers | 40 |
| Layer Layout | 10 × (3 × (Gated DeltaNet → MoE) → 1 × (Gated Attention → MoE)) |
| Hidden Dimension | 2048 |
| Gated DeltaNet | 32 value heads, 16 QK heads, head dimension 128 |
| Gated Attention | 16 Q heads, 2 KV heads, head dimension 256, RoPE dim 64 |
| Number of Experts | 256 |
| Selected Experts per Token | 8 routed + 1 shared |
| Expert Intermediate Dimension | 512 |
| Vocabulary Size | 248,320 |
| Context Length | 262,144 (extensible to 1,010,000) |
| Multi-Token Prediction | 1 MTP layer (up to 50% faster generation) |
| Vision Encoder | 27-layer ViT, hidden 1152, patch 16, temporal patch 2 |
| Modality | Text, Image, Video |
| Precision | BF16 (this repo) |