N Neurarch Architectures Models Checks Data Docs Open the app

Models / qwen3

Qwen3.6-35B-A3B-DFlash

Reconstructed from its own config.json with no weights read. 208K downloads on Hugging Face.

Our count against the checkpoint

The left number comes from the graph. The right one is the number of scalars in the published weight files. Nothing on this page was tuned to make them agree.

Derived from structure
1.37B
1,369,715,200 parameters
In the published checkpoint
386M
385,906,176 scalars · safetensors.total, read 2026-06-19
Delta
+255%

custom-code This repository ships its own modeling code (`auto_map`, e.g. `dflash.py`), so `config.json` names a class in the repo rather than an architecture `transformers` defines. The graph below is what those config keys mean under `transformers` semantics, which is not necessarily what the repo's own file builds. A gap here is a statement about what we read, not about the checkpoint.

What it costs to run

Cost is a roofline estimate on the priced GPU for 10 epochs at batch 32 over 50,000 samples (assumed; no dataset attached). GPU fit is fp32 weights plus gradients plus two Adam moments (16 bytes per parameter) with 1.3x headroom; activations are not included and grow with batch size.

Layers
40
Will it forward-pass
Yes
Priced on
A10G (24GB)
Est. one run
$71655.72
CardMemory
T4 (16GB)weights + activationsdoes not fit
A100 (40GB)weights + activationsfits
H100 (80GB)weights + activationsfits

Structure

42 nodes. Output shapes are propagated from the input shape, batch dimension excluded.

LayerTypeOutput shape
1InputInput1 × 262144
2EmbeddingEmbedding1 × 262144 × 2048
3RoPERoPE1 × 262144 × 2048
4RMSNorm_1_1RMSNorm1 × 262144 × 2048
5Attention_1Grouped Query Attn1 × 262144 × 2048
6Add_1_attnAdd1 × 262144 × 2048
7RMSNorm_1_2RMSNorm1 × 262144 × 2048
8FFN_1SwiGLU1 × 262144 × 2048
9Add_1_ffnAdd1 × 262144 × 2048
10RMSNorm_2_1RMSNorm1 × 262144 × 2048
11Attention_2Grouped Query Attn1 × 262144 × 2048
12Add_2_attnAdd1 × 262144 × 2048
13RMSNorm_2_2RMSNorm1 × 262144 × 2048
14FFN_2SwiGLU1 × 262144 × 2048
15Add_2_ffnAdd1 × 262144 × 2048
16RMSNorm_3_1RMSNorm1 × 262144 × 2048
17Attention_3Grouped Query Attn1 × 262144 × 2048
18Add_3_attnAdd1 × 262144 × 2048
19RMSNorm_3_2RMSNorm1 × 262144 × 2048
20FFN_3SwiGLU1 × 262144 × 2048
21Add_3_ffnAdd1 × 262144 × 2048
22RMSNorm_4_1RMSNorm1 × 262144 × 2048
23Attention_4Grouped Query Attn1 × 262144 × 2048
24Add_4_attnAdd1 × 262144 × 2048
25RMSNorm_4_2RMSNorm1 × 262144 × 2048
26FFN_4SwiGLU1 × 262144 × 2048
27Add_4_ffnAdd1 × 262144 × 2048
28RMSNorm_5_1RMSNorm1 × 262144 × 2048
29Attention_5Grouped Query Attn1 × 262144 × 2048
30Add_5_attnAdd1 × 262144 × 2048
31RMSNorm_5_2RMSNorm1 × 262144 × 2048
32FFN_5SwiGLU1 × 262144 × 2048
33Add_5_ffnAdd1 × 262144 × 2048
34RMSNorm_6_1RMSNorm1 × 262144 × 2048
35Attention_6Grouped Query Attn1 × 262144 × 2048
36Add_6_attnAdd1 × 262144 × 2048
37RMSNorm_6_2RMSNorm1 × 262144 × 2048
38FFN_6SwiGLU1 × 262144 × 2048
39Add_6_ffnAdd1 × 262144 × 2048
40Final_RMSNormRMSNorm1 × 262144 × 2048
41LM_HeadLinear1 × 262144 × 248320
42OutputOutput1 × 262144 × 248320

What the verifier says

No finding on the reconstructed graph. See the checks.

Do this to your own model

Same numbers, on a model in your repo, in one command. No account.

pip install neurarch-trace
neurarch-trace z-lab/Qwen3.6-35B-A3B-DFlash --plan --share

Other qwen3 checkpoints

jina-reranker-v3
596M derived · -0.13% against the checkpoint
Kimi-K3-DSpark
4.26B derived · +89.3% against the checkpoint
Qwen3-0.6B
596M derived · -20.7% against the checkpoint
Qwen3-1.7B
1.72B derived · -15.3% against the checkpoint