File size: 1,387 Bytes
331eb39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
51
52
53
54
55
56
57
{
  "architectures": [
    "DFlashDraftModel"
  ],
  "auto_map": {
    "": "config.DFlashSpeculatorConfig"
  },
  "aux_hidden_state_layer_ids": null,
  "base_model_ep_plan": null,
  "block_size": 8,
  "draft_vocab_size": 32000,
  "dtype": "float32",
  "has_no_defaults_at_init": false,
  "num_hidden_layers": 3,
  "speculators_config": {
    "algorithm": "dflash",
    "default_proposal_method": "greedy",
    "proposal_methods": [
      {
        "accept_tolerance": 0.0,
        "proposal_type": "greedy",
        "speculative_tokens": 8,
        "verifier_accept_k": 1
      }
    ],
    "verifier": {
      "architectures": [],
      "name_or_path": "Qwen/Qwen3-8B"
    }
  },
  "speculators_model_type": "dflash",
  "speculators_version": "0.5.0.dev42",
  "target_hidden_size": null,
  "transformer_layer_config": {
    "attention_bias": false,
    "attention_dropout": 0.0,
    "head_dim": 128,
    "hidden_act": "silu",
    "hidden_size": 4096,
    "initializer_range": 0.02,
    "intermediate_size": 12288,
    "max_position_embeddings": 40960,
    "mlp_bias": false,
    "model_type": "llama",
    "num_attention_heads": 32,
    "num_hidden_layers": 3,
    "num_key_value_heads": 8,
    "pretraining_tp": 1,
    "rms_norm_eps": 1e-06,
    "rope_scaling": null,
    "rope_theta": 10000.0,
    "use_cache": true,
    "vocab_size": 151936
  },
  "transformers_version": "4.57.6"
}