Updated compression_config to quantization_config
Browse files- config.json +25 -25
config.json
CHANGED
@@ -8,7 +8,30 @@
|
|
8 |
"attn_logit_softcapping": 50.0,
|
9 |
"bos_token_id": 2,
|
10 |
"cache_implementation": "hybrid",
|
11 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
"config_groups": {
|
13 |
"group_0": {
|
14 |
"input_activations": {
|
@@ -47,28 +70,5 @@
|
|
47 |
"kv_cache_scheme": null,
|
48 |
"quant_method": "compressed-tensors",
|
49 |
"quantization_status": "frozen"
|
50 |
-
}
|
51 |
-
"eos_token_id": 1,
|
52 |
-
"final_logit_softcapping": 30.0,
|
53 |
-
"head_dim": 256,
|
54 |
-
"hidden_act": "gelu_pytorch_tanh",
|
55 |
-
"hidden_activation": "gelu_pytorch_tanh",
|
56 |
-
"hidden_size": 3584,
|
57 |
-
"initializer_range": 0.02,
|
58 |
-
"intermediate_size": 14336,
|
59 |
-
"max_position_embeddings": 8192,
|
60 |
-
"model_type": "gemma2",
|
61 |
-
"num_attention_heads": 16,
|
62 |
-
"num_hidden_layers": 42,
|
63 |
-
"num_key_value_heads": 8,
|
64 |
-
"pad_token_id": 0,
|
65 |
-
"query_pre_attn_scalar": 256,
|
66 |
-
"rms_norm_eps": 1e-06,
|
67 |
-
"rope_theta": 10000.0,
|
68 |
-
"sliding_window": 4096,
|
69 |
-
"sliding_window_size": 4096,
|
70 |
-
"torch_dtype": "bfloat16",
|
71 |
-
"transformers_version": "4.44.0",
|
72 |
-
"use_cache": true,
|
73 |
-
"vocab_size": 256000
|
74 |
}
|
|
|
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": 3584,
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 14336,
|
19 |
+
"max_position_embeddings": 8192,
|
20 |
+
"model_type": "gemma2",
|
21 |
+
"num_attention_heads": 16,
|
22 |
+
"num_hidden_layers": 42,
|
23 |
+
"num_key_value_heads": 8,
|
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 |
+
"sliding_window_size": 4096,
|
30 |
+
"torch_dtype": "bfloat16",
|
31 |
+
"transformers_version": "4.44.0",
|
32 |
+
"use_cache": true,
|
33 |
+
"vocab_size": 256000,
|
34 |
+
"quantization_config": {
|
35 |
"config_groups": {
|
36 |
"group_0": {
|
37 |
"input_activations": {
|
|
|
70 |
"kv_cache_scheme": null,
|
71 |
"quant_method": "compressed-tensors",
|
72 |
"quantization_status": "frozen"
|
73 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
}
|