shanthi-323 commited on
Commit
22f84ab
·
verified ·
1 Parent(s): b38cacb

Create config.json

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