Updated compression_config to quantization_config
Browse files- config.json +25 -25
config.json
CHANGED
|
@@ -5,7 +5,30 @@
|
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"bos_token_id": 1,
|
| 8 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
"config_groups": {
|
| 10 |
"group_0": {
|
| 11 |
"input_activations": null,
|
|
@@ -66,28 +89,5 @@
|
|
| 66 |
"kv_cache_scheme": null,
|
| 67 |
"quant_method": "compressed-tensors",
|
| 68 |
"quantization_status": "frozen"
|
| 69 |
-
}
|
| 70 |
-
"eos_token_id": 2,
|
| 71 |
-
"hidden_act": "silu",
|
| 72 |
-
"hidden_size": 4096,
|
| 73 |
-
"initializer_range": 0.02,
|
| 74 |
-
"intermediate_size": 14336,
|
| 75 |
-
"max_position_embeddings": 32768,
|
| 76 |
-
"model_type": "mixtral",
|
| 77 |
-
"num_attention_heads": 32,
|
| 78 |
-
"num_experts_per_tok": 2,
|
| 79 |
-
"num_hidden_layers": 32,
|
| 80 |
-
"num_key_value_heads": 8,
|
| 81 |
-
"num_local_experts": 8,
|
| 82 |
-
"output_router_logits": false,
|
| 83 |
-
"rms_norm_eps": 1e-05,
|
| 84 |
-
"rope_theta": 1000000.0,
|
| 85 |
-
"router_aux_loss_coef": 0.02,
|
| 86 |
-
"router_jitter_noise": 0.0,
|
| 87 |
-
"sliding_window": null,
|
| 88 |
-
"tie_word_embeddings": false,
|
| 89 |
-
"torch_dtype": "float16",
|
| 90 |
-
"transformers_version": "4.43.4",
|
| 91 |
-
"use_cache": true,
|
| 92 |
-
"vocab_size": 32000
|
| 93 |
}
|
|
|
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"bos_token_id": 1,
|
| 8 |
+
"eos_token_id": 2,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 4096,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 14336,
|
| 13 |
+
"max_position_embeddings": 32768,
|
| 14 |
+
"model_type": "mixtral",
|
| 15 |
+
"num_attention_heads": 32,
|
| 16 |
+
"num_experts_per_tok": 2,
|
| 17 |
+
"num_hidden_layers": 32,
|
| 18 |
+
"num_key_value_heads": 8,
|
| 19 |
+
"num_local_experts": 8,
|
| 20 |
+
"output_router_logits": false,
|
| 21 |
+
"rms_norm_eps": 1e-05,
|
| 22 |
+
"rope_theta": 1000000.0,
|
| 23 |
+
"router_aux_loss_coef": 0.02,
|
| 24 |
+
"router_jitter_noise": 0.0,
|
| 25 |
+
"sliding_window": null,
|
| 26 |
+
"tie_word_embeddings": false,
|
| 27 |
+
"torch_dtype": "float16",
|
| 28 |
+
"transformers_version": "4.43.4",
|
| 29 |
+
"use_cache": true,
|
| 30 |
+
"vocab_size": 32000,
|
| 31 |
+
"quantization_config": {
|
| 32 |
"config_groups": {
|
| 33 |
"group_0": {
|
| 34 |
"input_activations": null,
|
|
|
|
| 89 |
"kv_cache_scheme": null,
|
| 90 |
"quant_method": "compressed-tensors",
|
| 91 |
"quantization_status": "frozen"
|
| 92 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
}
|