enijkamp commited on
Commit
0bdf3f4
1 Parent(s): d85e727

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -11,6 +11,7 @@
11
  "max_position_embeddings": 2048,
12
  "model_type": "llama",
13
  "num_attention_heads": 32,
 
14
  "num_hidden_layers": 32,
15
  "pad_token_id": 0,
16
  "rms_norm_eps": 1e-06,
 
11
  "max_position_embeddings": 2048,
12
  "model_type": "llama",
13
  "num_attention_heads": 32,
14
+ "num_key_value_heads": 32,
15
  "num_hidden_layers": 32,
16
  "pad_token_id": 0,
17
  "rms_norm_eps": 1e-06,