Update config.json
Browse files- config.json +2 -3
config.json
CHANGED
@@ -16,13 +16,12 @@
|
|
16 |
"num_hidden_layers": 48,
|
17 |
"num_key_value_heads": 8,
|
18 |
"rms_norm_eps": 1e-06,
|
19 |
-
"rope_scaling": null,
|
20 |
"rope_theta": 1000000.0,
|
21 |
-
"sliding_window":
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.46.0",
|
25 |
-
"use_cache":
|
26 |
"use_sliding_window": false,
|
27 |
"vocab_size": 152064
|
28 |
}
|
|
|
16 |
"num_hidden_layers": 48,
|
17 |
"num_key_value_heads": 8,
|
18 |
"rms_norm_eps": 1e-06,
|
|
|
19 |
"rope_theta": 1000000.0,
|
20 |
+
"sliding_window": 131072,
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "bfloat16",
|
23 |
"transformers_version": "4.46.0",
|
24 |
+
"use_cache": true,
|
25 |
"use_sliding_window": false,
|
26 |
"vocab_size": 152064
|
27 |
}
|