File size: 1,028 Bytes
0a1ee27 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | {
"architectures": [
"DFlashDraftModel"
],
"model_type": "qwen3",
"block_size": 8,
"dflash_config": {
"mask_token_id": 200054,
"target_layer_ids": [
1,
16,
30,
44,
59
]
},
"hidden_size": 3072,
"num_hidden_layers": 5,
"num_attention_heads": 32,
"num_key_value_heads": 32,
"head_dim": 128,
"intermediate_size": 22016,
"hidden_act": "silu",
"rms_norm_eps": 1e-06,
"vocab_size": 200055,
"max_position_embeddings": 196608,
"initializer_range": 0.02,
"attention_bias": false,
"attention_dropout": 0.0,
"rope_theta": 5000000.0,
"rope_scaling": {
"type": "yarn",
"factor": 48.0,
"original_max_position_embeddings": 4096,
"beta_fast": 1.0,
"beta_slow": 1.0,
"mscale": 1.0,
"mscale_all_dim": 1.0
},
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"num_target_layers": 62,
"layer_types": [
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention"
]
} |