File size: 1,427 Bytes
30bdb45
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
58
{
  "architectures": [
    "Eagle3DraftModel"
  ],
  "auto_map": {
    "": "eagle3.Eagle3SpeculatorConfig"
  },
  "base_model_ep_plan": null,
  "draft_vocab_size": 32000,
  "dtype": "float32",
  "eagle_aux_hidden_state_layer_ids": null,
  "has_no_defaults_at_init": false,
  "norm_before_residual": true,
  "speculators_config": {
    "algorithm": "eagle3",
    "default_proposal_method": "greedy",
    "proposal_methods": [
      {
        "accept_tolerance": 0.0,
        "proposal_type": "greedy",
        "speculative_tokens": 3,
        "verifier_accept_k": 1
      }
    ],
    "verifier": {
      "architectures": [
        "LlamaForCausalLM"
      ],
      "name_or_path": "OpenPipe/qwen-3-14b-sd-test"
    }
  },
  "speculators_model_type": "eagle3",
  "speculators_version": "0.3.0.dev0",
  "target_hidden_size": null,
  "transformer_layer_config": {
    "attention_bias": false,
    "attention_dropout": 0.0,
    "head_dim": 128,
    "hidden_act": "silu",
    "hidden_size": 5120,
    "initializer_range": 0.02,
    "intermediate_size": 17408,
    "max_position_embeddings": 40960,
    "mlp_bias": false,
    "model_type": "llama",
    "num_attention_heads": 40,
    "num_hidden_layers": 1,
    "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.3"
}