Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -19,8 +19,8 @@
|
|
19 |
"num_key_value_heads": 8,
|
20 |
"rms_norm_eps": 1e-06,
|
21 |
"rope_scaling": {
|
22 |
-
"factor":
|
23 |
-
"original_max_position_embeddings":
|
24 |
"rope_type": "yarn"
|
25 |
},
|
26 |
"rope_theta": 1000000,
|
|
|
19 |
"num_key_value_heads": 8,
|
20 |
"rms_norm_eps": 1e-06,
|
21 |
"rope_scaling": {
|
22 |
+
"factor": 3.2,
|
23 |
+
"original_max_position_embeddings": 40960,
|
24 |
"rope_type": "yarn"
|
25 |
},
|
26 |
"rope_theta": 1000000,
|