warshanks commited on
Commit
4ed8f72
·
verified ·
1 Parent(s): cf1d213

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +106 -0
config.json ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "dtype": "bfloat16",
8
+ "eos_token_id": 151645,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 5120,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 17408,
14
+ "layer_types": [
15
+ "full_attention",
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
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention",
42
+ "full_attention",
43
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention",
51
+ "full_attention",
52
+ "full_attention",
53
+ "full_attention",
54
+ "full_attention"
55
+ ],
56
+ "max_position_embeddings": 40960,
57
+ "max_window_layers": 40,
58
+ "model_type": "qwen3",
59
+ "num_attention_heads": 40,
60
+ "num_hidden_layers": 40,
61
+ "num_key_value_heads": 8,
62
+ "quantization_config": {
63
+ "config_groups": {
64
+ "group_0": {
65
+ "format": "pack-quantized",
66
+ "input_activations": null,
67
+ "output_activations": null,
68
+ "targets": [
69
+ "Linear"
70
+ ],
71
+ "weights": {
72
+ "actorder": null,
73
+ "block_structure": null,
74
+ "dynamic": false,
75
+ "group_size": 128,
76
+ "num_bits": 4,
77
+ "observer": "minmax",
78
+ "observer_kwargs": {},
79
+ "strategy": "group",
80
+ "symmetric": false,
81
+ "type": "int"
82
+ }
83
+ }
84
+ },
85
+ "format": "pack-quantized",
86
+ "global_compression_ratio": null,
87
+ "ignore": [
88
+ "lm_head"
89
+ ],
90
+ "kv_cache_scheme": null,
91
+ "quant_method": "compressed-tensors",
92
+ "quantization_status": "compressed",
93
+ "sparsity_config": {},
94
+ "transform_config": {},
95
+ "version": "0.11.1.a20250828"
96
+ },
97
+ "rms_norm_eps": 1e-06,
98
+ "rope_scaling": null,
99
+ "rope_theta": 1000000,
100
+ "sliding_window": null,
101
+ "tie_word_embeddings": false,
102
+ "transformers_version": "4.56.0",
103
+ "use_cache": false,
104
+ "use_sliding_window": false,
105
+ "vocab_size": 151936
106
+ }