ArashMarandi commited on
Commit
ea5e13f
·
verified ·
1 Parent(s): 90812f9

add config.json

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["LlamaForCausalLM"],
3
+ "hidden_size": 4096,
4
+ "num_attention_heads": 16,
5
+ "num_hidden_layers": 32,
6
+ "vocab_size": 50257,
7
+ "max_position_embeddings": 1024,
8
+ "model_type": "llama"
9
+ }