Update configuration_neollm.py
Browse files- configuration_neollm.py +3 -3
configuration_neollm.py
CHANGED
|
@@ -39,10 +39,10 @@ class NeoLLMConfig(PretrainedConfig):
|
|
| 39 |
attention_dropout=0.1,
|
| 40 |
head_dim=64,
|
| 41 |
linear_conv_kernel_dim=4,
|
| 42 |
-
linear_key_head_dim=
|
| 43 |
-
linear_value_head_dim=
|
| 44 |
linear_num_key_heads=8,
|
| 45 |
-
linear_num_value_heads=
|
| 46 |
layer_types=None,
|
| 47 |
fan_ratio=0.125,
|
| 48 |
dropout_rate=0.1,
|
|
|
|
| 39 |
attention_dropout=0.1,
|
| 40 |
head_dim=64,
|
| 41 |
linear_conv_kernel_dim=4,
|
| 42 |
+
linear_key_head_dim=32,
|
| 43 |
+
linear_value_head_dim=32,
|
| 44 |
linear_num_key_heads=8,
|
| 45 |
+
linear_num_value_heads=16,
|
| 46 |
layer_types=None,
|
| 47 |
fan_ratio=0.125,
|
| 48 |
dropout_rate=0.1,
|