clejordan commited on
Commit
0c4c937
·
verified ·
1 Parent(s): d7713bb

Upload Qwen3ForCausalLM

Browse files
Files changed (2) hide show
  1. config.json +13 -41
  2. model.safetensors +2 -2
config.json CHANGED
@@ -18,47 +18,19 @@
18
  "num_hidden_layers": 28,
19
  "num_key_value_heads": 8,
20
  "quantization_config": {
21
- "config_groups": {
22
- "group_0": {
23
- "input_activations": {
24
- "actorder": null,
25
- "block_structure": null,
26
- "dynamic": true,
27
- "group_size": null,
28
- "num_bits": 8,
29
- "observer": null,
30
- "observer_kwargs": {},
31
- "strategy": "token",
32
- "symmetric": true,
33
- "type": "int"
34
- },
35
- "output_activations": null,
36
- "targets": [
37
- "Linear"
38
- ],
39
- "weights": {
40
- "actorder": null,
41
- "block_structure": null,
42
- "dynamic": false,
43
- "group_size": null,
44
- "num_bits": 8,
45
- "observer": "minmax",
46
- "observer_kwargs": {},
47
- "strategy": "channel",
48
- "symmetric": true,
49
- "type": "int"
50
- }
51
- }
52
- },
53
- "format": "int-quantized",
54
- "global_compression_ratio": null,
55
- "ignore": [
56
- "lm_head"
57
- ],
58
- "kv_cache_scheme": null,
59
- "quant_method": "compressed-tensors",
60
- "quantization_status": "compressed",
61
- "sparsity_config": {}
62
  },
63
  "rms_norm_eps": 1e-06,
64
  "rope_scaling": null,
 
18
  "num_hidden_layers": 28,
19
  "num_key_value_heads": 8,
20
  "quantization_config": {
21
+ "_load_in_4bit": false,
22
+ "_load_in_8bit": true,
23
+ "bnb_4bit_compute_dtype": "float32",
24
+ "bnb_4bit_quant_storage": "uint8",
25
+ "bnb_4bit_quant_type": "fp4",
26
+ "bnb_4bit_use_double_quant": false,
27
+ "llm_int8_enable_fp32_cpu_offload": true,
28
+ "llm_int8_has_fp16_weight": false,
29
+ "llm_int8_skip_modules": null,
30
+ "llm_int8_threshold": 6.0,
31
+ "load_in_4bit": false,
32
+ "load_in_8bit": true,
33
+ "quant_method": "bitsandbytes"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  },
35
  "rms_norm_eps": 1e-06,
36
  "rope_scaling": null,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8c19ad8e113c43534366a5d690503837cddccad3c893944aa49f48a40b0a543
3
- size 752443408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5bcef2db084183a3646a9088fc365da380f36c4b117f69456e1542b41947ba1
3
+ size 753150052