ehartford commited on
Commit
9435d42
1 Parent(s): 686cb87

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +25 -0
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "bos_token_id": 1,
6
+ "causal_mask": false,
7
+ "eos_token_id": 2,
8
+ "grouped_query": false,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 7168,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 16384,
13
+ "max_position_embeddings": 4096,
14
+ "model_type": "llama",
15
+ "num_attention_heads": 64,
16
+ "num_hidden_layers": 64,
17
+ "pad_token_id": 3,
18
+ "rms_norm_eps": 1e-06,
19
+ "share_kv_heads_num": 2,
20
+ "tie_word_embeddings": false,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.36.2",
23
+ "use_cache": true,
24
+ "vocab_size": 81920
25
+ }