akhauriyash commited on
Commit
6896657
·
1 Parent(s): 1fbdfb6
Files changed (1) hide show
  1. config.json +52 -0
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaButlerForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "attn_reduce_factor": 8,
8
+ "auto_map": {
9
+ "AutoConfig": "modeling_llama_butler:LlamaButlerConfig",
10
+ "AutoModel": "modeling_llama_butler:LlamaButlerForCausalLM",
11
+ "AutoModelForCausalLM": "modeling_llama_butler:LlamaButlerForCausalLM"
12
+ },
13
+ "bos_token_id": 128000,
14
+ "dDash": 32,
15
+ "eos_token_id": 128001,
16
+ "eval_llm_mode": "ExpPred",
17
+ "flash_attn": false,
18
+ "head_attn_reduce_factor": 2,
19
+ "head_dim": 128,
20
+ "hidden_act": "silu",
21
+ "hidden_size": 4096,
22
+ "initializer_range": 0.02,
23
+ "intdim": 1024,
24
+ "intermediate_size": 14336,
25
+ "lookahead": 0,
26
+ "max_position_embeddings": 131072,
27
+ "min_sparse_index": 8,
28
+ "mlp_bias": false,
29
+ "model_type": "llama_butler",
30
+ "num_attention_heads": 32,
31
+ "num_hidden_layers": 32,
32
+ "num_key_value_heads": 8,
33
+ "pretraining_tp": 1,
34
+ "producer_frequency": 32,
35
+ "rms_norm_eps": 1e-05,
36
+ "rope_scaling": {
37
+ "factor": 8.0,
38
+ "high_freq_factor": 4.0,
39
+ "low_freq_factor": 1.0,
40
+ "original_max_position_embeddings": 8192,
41
+ "rope_type": "llama3"
42
+ },
43
+ "rope_theta": 500000.0,
44
+ "sliding_window": 128,
45
+ "tie_word_embeddings": false,
46
+ "token_sparse_method": "fixed_50pc",
47
+ "torch_dtype": "float32",
48
+ "train_headpredictor": false,
49
+ "transformers_version": "4.48.3",
50
+ "use_cache": true,
51
+ "vocab_size": 128256
52
+ }