zRzRzRzRzRzRzR commited on
Commit
c54b8d1
·
1 Parent(s): edfc283
Files changed (1) hide show
  1. config.json +56 -5
config.json CHANGED
@@ -5,7 +5,6 @@
5
  "text_config": {
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
8
- "bos_token_id": null,
9
  "dtype": "bfloat16",
10
  "eos_token_id": [
11
  154820,
@@ -124,12 +123,64 @@
124
  "deepseek_sparse_attention",
125
  "linear_attention"
126
  ],
127
- "linear_conv_kernel_dim": 4,
128
- "linear_head_dim": 128,
129
- "linear_lower_bound": -5.0,
130
- "linear_num_heads": 64,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  "max_position_embeddings": 1048576,
132
  "mhc": true,
 
133
  "mlp_layer_types": [
134
  "dense",
135
  "dense",
 
5
  "text_config": {
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
 
8
  "dtype": "bfloat16",
9
  "eos_token_id": [
10
  154820,
 
123
  "deepseek_sparse_attention",
124
  "linear_attention"
125
  ],
126
+ "linear_attn_config": {
127
+ "num_heads": 64,
128
+ "gate_lower_bound": -5.0,
129
+ "head_dim": 128,
130
+ "short_conv_kernel_size": 4,
131
+ "kda_layers": [
132
+ 0,
133
+ 1,
134
+ 2,
135
+ 4,
136
+ 5,
137
+ 6,
138
+ 8,
139
+ 9,
140
+ 10,
141
+ 12,
142
+ 13,
143
+ 14,
144
+ 16,
145
+ 17,
146
+ 18,
147
+ 20,
148
+ 21,
149
+ 22,
150
+ 24,
151
+ 25,
152
+ 26,
153
+ 28,
154
+ 29,
155
+ 30,
156
+ 32,
157
+ 33,
158
+ 34,
159
+ 36,
160
+ 37,
161
+ 38,
162
+ 40,
163
+ 41,
164
+ 42,
165
+ 44
166
+ ],
167
+ "full_attn_layers": [
168
+ 3,
169
+ 7,
170
+ 11,
171
+ 15,
172
+ 19,
173
+ 23,
174
+ 27,
175
+ 31,
176
+ 35,
177
+ 39,
178
+ 43
179
+ ]
180
+ },
181
  "max_position_embeddings": 1048576,
182
  "mhc": true,
183
+ "mla_use_nope": true,
184
  "mlp_layer_types": [
185
  "dense",
186
  "dense",