Nevil9 commited on
Commit
dbfea7f
·
1 Parent(s): 4898336

Add/update config.json for model type

Browse files
psyLlama_v1_llama_8b_instruct/config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "llama",
3
+ "hidden_size": 2048,
4
+ "num_hidden_layers": 12,
5
+ "num_attention_heads": 16,
6
+ "intermediate_size": 8192,
7
+ "max_position_embeddings": 512,
8
+ "vocab_size": 50265,
9
+ "padding_idx": 0,
10
+ "layer_norm_eps": 1e-5
11
+ }