kashif HF Staff commited on
Commit
2ca2ac5
·
verified ·
1 Parent(s): 6979bd3

config: restore full config as LlamaForCausalLM (no auto_map)

Browse files
Files changed (1) hide show
  1. config.json +24 -2
config.json CHANGED
@@ -1,7 +1,29 @@
1
  {
2
- "error": "Sorry, we can't find the page you are looking for.",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
- "model_type": "llama"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
 
2
  "architectures": [
3
  "LlamaForCausalLM"
4
  ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "dtype": "float32",
9
+ "eos_token_id": 2,
10
+ "head_dim": 96,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 3072,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 8448,
15
+ "max_position_embeddings": 32768,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 32,
19
+ "num_hidden_layers": 30,
20
+ "num_key_value_heads": 4,
21
+ "pretraining_tp": 1,
22
+ "rms_norm_eps": 1e-06,
23
+ "rope_scaling": null,
24
+ "rope_theta": 5000000.0,
25
+ "tie_word_embeddings": true,
26
+ "transformers_version": "4.57.6",
27
+ "use_cache": true,
28
+ "vocab_size": 155776
29
  }