woodchen7 commited on
Commit
141290c
·
verified ·
1 Parent(s): 909c7dd

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +41 -0
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "architectures": [
4
+ "Qwen3ForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 151643,
9
+ "eos_token_id": 151645,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 5120,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 25600,
15
+ "max_position_embeddings": 40960,
16
+ "max_window_layers": 64,
17
+ "model_type": "qwen3",
18
+ "num_attention_heads": 64,
19
+ "num_hidden_layers": 64,
20
+ "num_key_value_heads": 8,
21
+ "quantization_config": {
22
+ "bits": 4,
23
+ "checkpoint_format": "gptq",
24
+ "desc_act": true,
25
+ "group_size": 128,
26
+ "quant_method": "gptq",
27
+ "static_groups": true,
28
+ "sym": true,
29
+ "true_sequential": true
30
+ },
31
+ "rms_norm_eps": 1e-06,
32
+ "rope_scaling": null,
33
+ "rope_theta": 1000000,
34
+ "sliding_window": null,
35
+ "tie_word_embeddings": false,
36
+ "torch_dtype": "bfloat16",
37
+ "transformers_version": "4.51.3",
38
+ "use_cache": false,
39
+ "use_sliding_window": false,
40
+ "vocab_size": 151936
41
+ }