sanggabee commited on
Commit
5302ee3
1 Parent(s): 8239d40

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json CHANGED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "llama",
3
+ "hidden_size": 4096,
4
+ "num_hidden_layers": 32,
5
+ "num_attention_heads": 32,
6
+ "intermediate_size": 16384,
7
+ "vocab_size": 32000
8
+ }