Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -25,7 +25,8 @@
|
|
| 25 |
"num_attention_heads": 40,
|
| 26 |
"num_heads": 40,
|
| 27 |
"num_hidden_layers": 40,
|
| 28 |
-
"num_key_value_heads": 40,
|
|
|
|
| 29 |
"pad_token_id": 0,
|
| 30 |
"rms_norm_eps": 1e-06,
|
| 31 |
"rope_scaling": null,
|
|
|
|
| 25 |
"num_attention_heads": 40,
|
| 26 |
"num_heads": 40,
|
| 27 |
"num_hidden_layers": 40,
|
| 28 |
+
"num_key_value_heads": 40,
|
| 29 |
+
"num_layers": 40,
|
| 30 |
"pad_token_id": 0,
|
| 31 |
"rms_norm_eps": 1e-06,
|
| 32 |
"rope_scaling": null,
|