increase context length to 256k
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"num_attention_heads": 48,
|
| 15 |
"num_key_value_heads": 8,
|
| 16 |
"head_dim": 128,
|
| 17 |
-
"max_position_embeddings":
|
| 18 |
"attention_bias": false,
|
| 19 |
"attention_dropout": 0.0,
|
| 20 |
"rms_norm_eps": 1e-06,
|
|
@@ -38,7 +38,7 @@
|
|
| 38 |
"full_attention": {
|
| 39 |
"rope_theta": 500000.0,
|
| 40 |
"rope_type": "yarn",
|
| 41 |
-
"factor":
|
| 42 |
"original_max_position_embeddings": 4096,
|
| 43 |
"beta_slow": 1.0,
|
| 44 |
"beta_fast": 64.0,
|
|
|
|
| 14 |
"num_attention_heads": 48,
|
| 15 |
"num_key_value_heads": 8,
|
| 16 |
"head_dim": 128,
|
| 17 |
+
"max_position_embeddings": 262144,
|
| 18 |
"attention_bias": false,
|
| 19 |
"attention_dropout": 0.0,
|
| 20 |
"rms_norm_eps": 1e-06,
|
|
|
|
| 38 |
"full_attention": {
|
| 39 |
"rope_theta": 500000.0,
|
| 40 |
"rope_type": "yarn",
|
| 41 |
+
"factor": 64.0,
|
| 42 |
"original_max_position_embeddings": 4096,
|
| 43 |
"beta_slow": 1.0,
|
| 44 |
"beta_fast": 64.0,
|