wejoncy commited on
Commit
b00e287
·
1 Parent(s): 8e90d91

update config

Browse files
Files changed (1) hide show
  1. config.json +14 -13
config.json CHANGED
@@ -16,7 +16,16 @@
16
  "num_attention_heads": 28,
17
  "num_hidden_layers": 28,
18
  "num_key_value_heads": 4,
19
- "quant_config": {
 
 
 
 
 
 
 
 
 
20
  "model.layers.0.mlp.down_proj": {
21
  "bias": null,
22
  "enable_norm": true,
@@ -4720,15 +4729,7 @@
4720
  -1,
4721
  8
4722
  ]
4723
- }
4724
- },
4725
- "rms_norm_eps": 1e-06,
4726
- "rope_theta": 1000000.0,
4727
- "sliding_window": null,
4728
- "tie_word_embeddings": false,
4729
- "torch_dtype": "bfloat16",
4730
- "transformers_version": "4.45.1",
4731
- "use_cache": true,
4732
- "use_sliding_window": false,
4733
- "vocab_size": 152064
4734
- }
 
16
  "num_attention_heads": 28,
17
  "num_hidden_layers": 28,
18
  "num_key_value_heads": 4,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_theta": 1000000.0,
21
+ "sliding_window": null,
22
+ "tie_word_embeddings": false,
23
+ "torch_dtype": "bfloat16",
24
+ "transformers_version": "4.45.1",
25
+ "use_cache": true,
26
+ "use_sliding_window": false,
27
+ "vocab_size": 152064,
28
+ "quantization_config": {
29
  "model.layers.0.mlp.down_proj": {
30
  "bias": null,
31
  "enable_norm": true,
 
4729
  -1,
4730
  8
4731
  ]
4732
+ },
4733
+ "quant_method": "vptq"
4734
+ }
4735
+ }