Update config.json
Browse files- config.json +9 -11
config.json
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
|
|
5 |
"attention_dropout": 0.0,
|
6 |
"bos_token_id": 151643,
|
7 |
"decoder_sparse_step": 1,
|
@@ -10,11 +11,11 @@
|
|
10 |
"hidden_act": "silu",
|
11 |
"hidden_size": 2048,
|
12 |
"initializer_range": 0.02,
|
13 |
-
"intermediate_size":
|
14 |
-
"max_position_embeddings":
|
15 |
-
"max_window_layers":
|
16 |
"mlp_only_layers": [],
|
17 |
-
"model_type": "
|
18 |
"moe_intermediate_size": 768,
|
19 |
"norm_topk_prob": true,
|
20 |
"num_attention_heads": 32,
|
@@ -23,18 +24,15 @@
|
|
23 |
"num_hidden_layers": 48,
|
24 |
"num_key_value_heads": 4,
|
25 |
"output_router_logits": false,
|
26 |
-
"qkv_bias": false,
|
27 |
"rms_norm_eps": 1e-06,
|
28 |
"rope_scaling": null,
|
29 |
"rope_theta": 10000000,
|
30 |
-
"router_aux_loss_coef": 0.
|
31 |
-
"shared_expert_intermediate_size": 0,
|
32 |
"sliding_window": null,
|
33 |
"tie_word_embeddings": false,
|
34 |
"torch_dtype": "bfloat16",
|
35 |
-
"transformers_version": "4.51.
|
36 |
"use_cache": true,
|
37 |
-
"use_qk_norm": true,
|
38 |
"use_sliding_window": false,
|
39 |
"vocab_size": 151936
|
40 |
-
}
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"Qwen3MoeForCausalLM"
|
4 |
],
|
5 |
+
"attention_bias": false,
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 151643,
|
8 |
"decoder_sparse_step": 1,
|
|
|
11 |
"hidden_act": "silu",
|
12 |
"hidden_size": 2048,
|
13 |
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 6144,
|
15 |
+
"max_position_embeddings": 262144,
|
16 |
+
"max_window_layers": 48,
|
17 |
"mlp_only_layers": [],
|
18 |
+
"model_type": "qwen3_moe",
|
19 |
"moe_intermediate_size": 768,
|
20 |
"norm_topk_prob": true,
|
21 |
"num_attention_heads": 32,
|
|
|
24 |
"num_hidden_layers": 48,
|
25 |
"num_key_value_heads": 4,
|
26 |
"output_router_logits": false,
|
|
|
27 |
"rms_norm_eps": 1e-06,
|
28 |
"rope_scaling": null,
|
29 |
"rope_theta": 10000000,
|
30 |
+
"router_aux_loss_coef": 0.001,
|
|
|
31 |
"sliding_window": null,
|
32 |
"tie_word_embeddings": false,
|
33 |
"torch_dtype": "bfloat16",
|
34 |
+
"transformers_version": "4.51.0",
|
35 |
"use_cache": true,
|
|
|
36 |
"use_sliding_window": false,
|
37 |
"vocab_size": 151936
|
38 |
+
}
|