Add missing config value (num_hidden_layers)

#4
by Xenova HF staff - opened
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -20,6 +20,7 @@
20
  "model_type": "llama",
21
  "neftune_noise_alpha": 0.0,
22
  "num_attention_heads": 15,
 
23
  "num_key_value_heads": 5,
24
  "pad_token_id": 2,
25
  "perceiver_config": {
 
20
  "model_type": "llama",
21
  "neftune_noise_alpha": 0.0,
22
  "num_attention_heads": 15,
23
+ "num_hidden_layers": 32,
24
  "num_key_value_heads": 5,
25
  "pad_token_id": 2,
26
  "perceiver_config": {