mgoin commited on
Commit
f96afd6
1 Parent(s): 7d88b90

Updated compression_config to quantization_config

Browse files
Files changed (1) hide show
  1. config.json +31 -31
config.json CHANGED
@@ -10,36 +10,6 @@
10
  "AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
11
  },
12
  "bos_token_id": 1,
13
- "compression_config": {
14
- "config_groups": {
15
- "group_0": {
16
- "input_activations": null,
17
- "output_activations": null,
18
- "targets": [
19
- "Linear"
20
- ],
21
- "weights": {
22
- "block_structure": null,
23
- "dynamic": false,
24
- "group_size": null,
25
- "num_bits": 8,
26
- "observer": "minmax",
27
- "observer_kwargs": {},
28
- "strategy": "channel",
29
- "symmetric": true,
30
- "type": "int"
31
- }
32
- }
33
- },
34
- "format": "pack-quantized",
35
- "global_compression_ratio": 1.2468898736524405,
36
- "ignore": [
37
- "lm_head"
38
- ],
39
- "kv_cache_scheme": null,
40
- "quant_method": "compressed-tensors",
41
- "quantization_status": "frozen"
42
- },
43
  "embd_pdrop": 0.0,
44
  "eos_token_id": 32000,
45
  "hidden_act": "silu",
@@ -196,5 +166,35 @@
196
  "torch_dtype": "bfloat16",
197
  "transformers_version": "4.44.0",
198
  "use_cache": true,
199
- "vocab_size": 32064
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
200
  }
 
10
  "AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
11
  },
12
  "bos_token_id": 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  "embd_pdrop": 0.0,
14
  "eos_token_id": 32000,
15
  "hidden_act": "silu",
 
166
  "torch_dtype": "bfloat16",
167
  "transformers_version": "4.44.0",
168
  "use_cache": true,
169
+ "vocab_size": 32064,
170
+ "quantization_config": {
171
+ "config_groups": {
172
+ "group_0": {
173
+ "input_activations": null,
174
+ "output_activations": null,
175
+ "targets": [
176
+ "Linear"
177
+ ],
178
+ "weights": {
179
+ "block_structure": null,
180
+ "dynamic": false,
181
+ "group_size": null,
182
+ "num_bits": 8,
183
+ "observer": "minmax",
184
+ "observer_kwargs": {},
185
+ "strategy": "channel",
186
+ "symmetric": true,
187
+ "type": "int"
188
+ }
189
+ }
190
+ },
191
+ "format": "pack-quantized",
192
+ "global_compression_ratio": 1.2468898736524405,
193
+ "ignore": [
194
+ "lm_head"
195
+ ],
196
+ "kv_cache_scheme": null,
197
+ "quant_method": "compressed-tensors",
198
+ "quantization_status": "frozen"
199
+ }
200
  }