Update config.json
Browse files- config.json +2 -3
config.json
CHANGED
@@ -19,13 +19,12 @@
|
|
19 |
"num_key_value_heads": 2,
|
20 |
"rms_norm_eps": 1e-06,
|
21 |
"rope_scaling": {
|
|
|
22 |
"mrope_section": [
|
23 |
16,
|
24 |
24,
|
25 |
24
|
26 |
-
]
|
27 |
-
"rope_type": "default",
|
28 |
-
"type": "default"
|
29 |
},
|
30 |
"rope_theta": 1000000.0,
|
31 |
"sliding_window": 32768,
|
|
|
19 |
"num_key_value_heads": 2,
|
20 |
"rms_norm_eps": 1e-06,
|
21 |
"rope_scaling": {
|
22 |
+
"type": "mrope",
|
23 |
"mrope_section": [
|
24 |
16,
|
25 |
24,
|
26 |
24
|
27 |
+
]
|
|
|
|
|
28 |
},
|
29 |
"rope_theta": 1000000.0,
|
30 |
"sliding_window": 32768,
|