mgoin commited on
Commit
007011e
1 Parent(s): 14e766e

Updated compression_config to quantization_config

Browse files
Files changed (1) hide show
  1. config.json +22 -22
config.json CHANGED
@@ -5,7 +5,27 @@
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 151643,
8
- "compression_config": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  "config_groups": {
10
  "group_0": {
11
  "input_activations": null,
@@ -34,25 +54,5 @@
34
  "kv_cache_scheme": null,
35
  "quant_method": "compressed-tensors",
36
  "quantization_status": "frozen"
37
- },
38
- "eos_token_id": 151645,
39
- "hidden_act": "silu",
40
- "hidden_size": 1536,
41
- "initializer_range": 0.02,
42
- "intermediate_size": 8960,
43
- "max_position_embeddings": 32768,
44
- "max_window_layers": 28,
45
- "model_type": "qwen2",
46
- "num_attention_heads": 12,
47
- "num_hidden_layers": 28,
48
- "num_key_value_heads": 2,
49
- "rms_norm_eps": 1e-06,
50
- "rope_theta": 1000000.0,
51
- "sliding_window": 32768,
52
- "tie_word_embeddings": true,
53
- "torch_dtype": "bfloat16",
54
- "transformers_version": "4.42.4",
55
- "use_cache": true,
56
- "use_sliding_window": false,
57
- "vocab_size": 151936
58
  }
 
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 1536,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 8960,
13
+ "max_position_embeddings": 32768,
14
+ "max_window_layers": 28,
15
+ "model_type": "qwen2",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 28,
18
+ "num_key_value_heads": 2,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_theta": 1000000.0,
21
+ "sliding_window": 32768,
22
+ "tie_word_embeddings": true,
23
+ "torch_dtype": "bfloat16",
24
+ "transformers_version": "4.42.4",
25
+ "use_cache": true,
26
+ "use_sliding_window": false,
27
+ "vocab_size": 151936,
28
+ "quantization_config": {
29
  "config_groups": {
30
  "group_0": {
31
  "input_activations": null,
 
54
  "kv_cache_scheme": null,
55
  "quant_method": "compressed-tensors",
56
  "quantization_status": "frozen"
57
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  }