Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
"intermediate_size": 32,
|
13 |
"layer_types": [
|
14 |
"full_attention",
|
15 |
-
"full_attention"
|
16 |
],
|
17 |
"max_position_embeddings": 65536,
|
18 |
"max_window_layers": 28,
|
@@ -21,7 +21,7 @@
|
|
21 |
"no_rope_layer_interval": 4,
|
22 |
"no_rope_layers": [
|
23 |
1,
|
24 |
-
1
|
25 |
],
|
26 |
"num_attention_heads": 4,
|
27 |
"num_hidden_layers": 2,
|
|
|
12 |
"intermediate_size": 32,
|
13 |
"layer_types": [
|
14 |
"full_attention",
|
15 |
+
"full_attention"
|
16 |
],
|
17 |
"max_position_embeddings": 65536,
|
18 |
"max_window_layers": 28,
|
|
|
21 |
"no_rope_layer_interval": 4,
|
22 |
"no_rope_layers": [
|
23 |
1,
|
24 |
+
1
|
25 |
],
|
26 |
"num_attention_heads": 4,
|
27 |
"num_hidden_layers": 2,
|