mgoin commited on
Commit
d2cd0f1
1 Parent(s): a241b9c

Updated compression_config to quantization_config

Browse files
Files changed (1) hide show
  1. config.json +24 -24
config.json CHANGED
@@ -8,7 +8,29 @@
8
  "attn_logit_softcapping": 50.0,
9
  "bos_token_id": 2,
10
  "cache_implementation": "hybrid",
11
- "compression_config": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  "config_groups": {
13
  "group_0": {
14
  "input_activations": null,
@@ -37,27 +59,5 @@
37
  "kv_cache_scheme": null,
38
  "quant_method": "compressed-tensors",
39
  "quantization_status": "frozen"
40
- },
41
- "eos_token_id": 1,
42
- "final_logit_softcapping": 30.0,
43
- "head_dim": 256,
44
- "hidden_act": "gelu_pytorch_tanh",
45
- "hidden_activation": "gelu_pytorch_tanh",
46
- "hidden_size": 2304,
47
- "initializer_range": 0.02,
48
- "intermediate_size": 9216,
49
- "max_position_embeddings": 8192,
50
- "model_type": "gemma2",
51
- "num_attention_heads": 8,
52
- "num_hidden_layers": 26,
53
- "num_key_value_heads": 4,
54
- "pad_token_id": 0,
55
- "query_pre_attn_scalar": 256,
56
- "rms_norm_eps": 1e-06,
57
- "rope_theta": 10000.0,
58
- "sliding_window": 4096,
59
- "torch_dtype": "float32",
60
- "transformers_version": "4.44.0",
61
- "use_cache": true,
62
- "vocab_size": 256000
63
  }
 
8
  "attn_logit_softcapping": 50.0,
9
  "bos_token_id": 2,
10
  "cache_implementation": "hybrid",
11
+ "eos_token_id": 1,
12
+ "final_logit_softcapping": 30.0,
13
+ "head_dim": 256,
14
+ "hidden_act": "gelu_pytorch_tanh",
15
+ "hidden_activation": "gelu_pytorch_tanh",
16
+ "hidden_size": 2304,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 9216,
19
+ "max_position_embeddings": 8192,
20
+ "model_type": "gemma2",
21
+ "num_attention_heads": 8,
22
+ "num_hidden_layers": 26,
23
+ "num_key_value_heads": 4,
24
+ "pad_token_id": 0,
25
+ "query_pre_attn_scalar": 256,
26
+ "rms_norm_eps": 1e-06,
27
+ "rope_theta": 10000.0,
28
+ "sliding_window": 4096,
29
+ "torch_dtype": "float32",
30
+ "transformers_version": "4.44.0",
31
+ "use_cache": true,
32
+ "vocab_size": 256000,
33
+ "quantization_config": {
34
  "config_groups": {
35
  "group_0": {
36
  "input_activations": null,
 
59
  "kv_cache_scheme": null,
60
  "quant_method": "compressed-tensors",
61
  "quantization_status": "frozen"
62
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  }