mayank1307 commited on
Commit
c90761d
1 Parent(s): 53fee98

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
+ "vocab_size": 32000,
4
+ "hidden_size": 4096,
5
+ "num_hidden_layers": 32,
6
+ "num_attention_heads": 32,
7
+ "intermediate_size": 11008,
8
+ "max_position_embeddings": 4096,
9
+ "initializer_range": 0.02
10
+ }