mgoin commited on
Commit
99640cc
·
verified ·
1 Parent(s): f25d875

Updated compression_config to quantization_config

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