C10X commited on
Commit
0e6b02d
·
verified ·
1 Parent(s): 17a7903

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +41 -41
config.json CHANGED
@@ -1,41 +1,41 @@
1
- {
2
- "architectures": [
3
- "Qwen3ForCausalLM"
4
- ],
5
- "attention_bias": false,
6
- "attention_dropout": 0.0,
7
- "bos_token_id": 17,
8
- "dtype": "bfloat16",
9
- "eos_token_id": 11,
10
- "head_dim": 96,
11
- "hidden_act": "silu",
12
- "hidden_size": 96,
13
- "initializer_range": 0.02,
14
- "intermediate_size": 512,
15
- "layer_types": [
16
- "full_attention",
17
- "full_attention",
18
- "full_attention",
19
- "full_attention",
20
- "full_attention",
21
- "full_attention",
22
- "full_attention",
23
- "full_attention"
24
- ],
25
- "max_position_embeddings": 8192,
26
- "max_window_layers": 8,
27
- "model_type": "qwen3",
28
- "num_attention_heads": 16,
29
- "num_hidden_layers": 8,
30
- "num_key_value_heads": 4,
31
- "pad_token_id": 0,
32
- "rms_norm_eps": 1e-06,
33
- "rope_scaling": null,
34
- "rope_theta": 10000,
35
- "sliding_window": null,
36
- "tie_word_embeddings": true,
37
- "transformers_version": "4.57.1",
38
- "use_cache": true,
39
- "use_sliding_window": false,
40
- "vocab_size": 32768
41
- }
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 17,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": 11,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 96,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 384,
15
+ "layer_types": [
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention"
24
+ ],
25
+ "max_position_embeddings": 8192,
26
+ "max_window_layers": 8,
27
+ "model_type": "qwen3",
28
+ "num_attention_heads": 8,
29
+ "num_hidden_layers": 8,
30
+ "num_key_value_heads": 4,
31
+ "pad_token_id": 0,
32
+ "rms_norm_eps": 1e-06,
33
+ "rope_scaling": null,
34
+ "rope_theta": 10000,
35
+ "sliding_window": null,
36
+ "tie_word_embeddings": true,
37
+ "transformers_version": "4.57.1",
38
+ "use_cache": true,
39
+ "use_sliding_window": false,
40
+ "vocab_size": 32768
41
+ }