Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
| 18 |
"num_hidden_layers": 18,
|
| 19 |
"num_key_value_heads": 1,
|
| 20 |
"pad_token_id": 0,
|
|
|
|
| 21 |
"rms_norm_eps": 1e-06,
|
| 22 |
"rope_scaling": null,
|
| 23 |
"rope_theta": 10000.0,
|
|
|
|
| 18 |
"num_hidden_layers": 18,
|
| 19 |
"num_key_value_heads": 1,
|
| 20 |
"pad_token_id": 0,
|
| 21 |
+
"query_pre_attn_scalar": 256,
|
| 22 |
"rms_norm_eps": 1e-06,
|
| 23 |
"rope_scaling": null,
|
| 24 |
"rope_theta": 10000.0,
|