OmarioVICC commited on
Commit
4a2dbf2
·
verified ·
1 Parent(s): 598e9b7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -4
config.json CHANGED
@@ -54,13 +54,12 @@
54
  "query_pre_attn_scalar": 256,
55
  "rms_norm_eps": 1e-06,
56
  "rope_parameters": {
 
57
  "full_attention": {
58
- "rope_theta": 1000000,
59
- "rope_type": "default"
60
  },
61
  "sliding_attention": {
62
- "rope_theta": 10000,
63
- "rope_type": "default"
64
  }
65
  },
66
  "sliding_window": 512,
 
54
  "query_pre_attn_scalar": 256,
55
  "rms_norm_eps": 1e-06,
56
  "rope_parameters": {
57
+ "rope_type": "default",
58
  "full_attention": {
59
+ "rope_theta": 1000000
 
60
  },
61
  "sliding_attention": {
62
+ "rope_theta": 10000
 
63
  }
64
  },
65
  "sliding_window": 512,