Upload Qwen3ForCausalLM
Browse files- config.json +41 -13
- model.safetensors +2 -2
config.json
CHANGED
@@ -48,19 +48,47 @@
|
|
48 |
"num_hidden_layers": 28,
|
49 |
"num_key_value_heads": 8,
|
50 |
"quantization_config": {
|
51 |
-
"
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
},
|
65 |
"rms_norm_eps": 1e-06,
|
66 |
"rope_scaling": null,
|
|
|
48 |
"num_hidden_layers": 28,
|
49 |
"num_key_value_heads": 8,
|
50 |
"quantization_config": {
|
51 |
+
"config_groups": {
|
52 |
+
"group_0": {
|
53 |
+
"input_activations": {
|
54 |
+
"actorder": null,
|
55 |
+
"block_structure": null,
|
56 |
+
"dynamic": true,
|
57 |
+
"group_size": null,
|
58 |
+
"num_bits": 8,
|
59 |
+
"observer": null,
|
60 |
+
"observer_kwargs": {},
|
61 |
+
"strategy": "token",
|
62 |
+
"symmetric": true,
|
63 |
+
"type": "int"
|
64 |
+
},
|
65 |
+
"output_activations": null,
|
66 |
+
"targets": [
|
67 |
+
"Linear"
|
68 |
+
],
|
69 |
+
"weights": {
|
70 |
+
"actorder": null,
|
71 |
+
"block_structure": null,
|
72 |
+
"dynamic": false,
|
73 |
+
"group_size": 128,
|
74 |
+
"num_bits": 4,
|
75 |
+
"observer": "minmax",
|
76 |
+
"observer_kwargs": {},
|
77 |
+
"strategy": "group",
|
78 |
+
"symmetric": true,
|
79 |
+
"type": "int"
|
80 |
+
}
|
81 |
+
}
|
82 |
+
},
|
83 |
+
"format": "int-quantized",
|
84 |
+
"global_compression_ratio": null,
|
85 |
+
"ignore": [
|
86 |
+
"lm_head"
|
87 |
+
],
|
88 |
+
"kv_cache_scheme": null,
|
89 |
+
"quant_method": "compressed-tensors",
|
90 |
+
"quantization_status": "compressed",
|
91 |
+
"sparsity_config": {}
|
92 |
},
|
93 |
"rms_norm_eps": 1e-06,
|
94 |
"rope_scaling": null,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b21d16025170d7668261760c174173b5ea50c5014c1768eed6b40878b676302
|
3 |
+
size 758636616
|