File size: 1,806 Bytes
fa1a327
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
  "architectures": [
    "LlamaForSpeculativeCausalLM"
  ],
  "attention_bias": false,
  "attention_dropout": 0.0,
  "auto_map": {
    "AutoModelForSpeculativeCausalLM": "w32zhong/summer-cherry-finished--modeling_speculative_llama.LlamaForSpeculativeCausalLM"
  },
  "beagle_add_noise": true,
  "beagle_attention_offset": "random.randrange(0, 3)",
  "beagle_attention_wind": "5",
  "beagle_ckpt_path": "w32zhong/summer-cherry-finished",
  "beagle_debug": false,
  "beagle_decoder_key_remap": {},
  "beagle_dtype": "torch.bfloat16",
  "beagle_frozen_targets": [],
  "beagle_git_diff": "",
  "beagle_git_sha1": "unknown",
  "beagle_layer_path": "model.layers",
  "beagle_lmhead_path": "lm_head",
  "beagle_model_path": "beagle/models/llama2/Llama-2-7b-chat-hf/",
  "beagle_norm_path": "model.norm",
  "beagle_output_dir": "output",
  "beagle_reuse_layer": null,
  "beagle_rotary_path": "model.rotary_emb",
  "beagle_run_name": "temp_run",
  "beagle_seed": 42,
  "beagle_tokenizer_path": "meta-llama/Llama-2-7b-chat-hf",
  "beagle_use_fc_eagle": false,
  "beagle_use_lower_layers": 0,
  "beagle_use_state_distill": false,
  "bos_token_id": 1,
  "eos_token_id": 2,
  "head_dim": 128,
  "hidden_act": "silu",
  "hidden_size": 4096,
  "initializer_range": 0.02,
  "intermediate_size": 11008,
  "max_position_embeddings": 4096,
  "mlp_bias": false,
  "model_type": "llama",
  "num_attention_heads": 32,
  "num_hidden_layers": 32,
  "num_key_value_heads": 32,
  "pretraining_tp": 1,
  "rms_norm_eps": 1e-05,
  "rope_scaling": null,
  "rope_theta": 10000.0,
  "speculative_base_model": "meta-llama/Llama-2-7b-chat-hf",
  "tie_word_embeddings": false,
  "torch_dtype": "bfloat16",
  "transformers_version": "4.47.1",
  "use_cache": true,
  "vocab_size": 32000
}