YingxuHe commited on
Commit
f41d79d
·
verified ·
1 Parent(s): 286f6dd

Update config.json

Browse files

Someone changed the default gemma2 configuration somewhere between v4.46.3 and v4.51.2...

Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -161,6 +161,7 @@
161
  "intermediate_size": 14336,
162
  "model_type": "gemma2",
163
  "num_hidden_layers": 42,
 
164
  "num_key_value_heads": 8,
165
  "query_pre_attn_scalar": 256,
166
  "sliding_window_size": 4096,
 
161
  "intermediate_size": 14336,
162
  "model_type": "gemma2",
163
  "num_hidden_layers": 42,
164
+ "num_attention_heads": 16,
165
  "num_key_value_heads": 8,
166
  "query_pre_attn_scalar": 256,
167
  "sliding_window_size": 4096,