joerowell commited on
Commit
778ee84
·
verified ·
1 Parent(s): e5de837

Bump max_position_embeddings to 256K; double yarn rope factor to 64

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -14,7 +14,7 @@
14
  "num_attention_heads": 64,
15
  "num_key_value_heads": 8,
16
  "head_dim": 128,
17
- "max_position_embeddings": 131072,
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": 32.0,
42
  "original_max_position_embeddings": 4096,
43
  "beta_slow": 1.0,
44
  "beta_fast": 64.0,
@@ -516,4 +516,4 @@
516
  "transform_config": {},
517
  "version": "0.11.0"
518
  }
519
- }
 
14
  "num_attention_heads": 64,
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,
 
516
  "transform_config": {},
517
  "version": "0.11.0"
518
  }
519
+ }