Match "layer_types" length with "num_hidden_layers" (#1)
Browse files- Match "layer_types" length with "num_hidden_layers" (16c80369a415fa8280e7fde932a52751b9e76fa4)
Co-authored-by: Tom Aarsen <tomaarsen@users.noreply.huggingface.co>
- config.json +1 -6
config.json
CHANGED
|
@@ -29,12 +29,7 @@
|
|
| 29 |
"layer_norm_eps": 1e-05,
|
| 30 |
"layer_types": [
|
| 31 |
"full_attention",
|
| 32 |
-
"sliding_attention"
|
| 33 |
-
"sliding_attention",
|
| 34 |
-
"full_attention",
|
| 35 |
-
"sliding_attention",
|
| 36 |
-
"sliding_attention",
|
| 37 |
-
"full_attention"
|
| 38 |
],
|
| 39 |
"local_rope_theta": 160000.0,
|
| 40 |
"masked_prediction": false,
|
|
|
|
| 29 |
"layer_norm_eps": 1e-05,
|
| 30 |
"layer_types": [
|
| 31 |
"full_attention",
|
| 32 |
+
"sliding_attention"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
],
|
| 34 |
"local_rope_theta": 160000.0,
|
| 35 |
"masked_prediction": false,
|