Updated compression_config to quantization_config
Browse files- config.json +20 -20
config.json
CHANGED
@@ -5,7 +5,25 @@
|
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"bos_token_id": 1,
|
8 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
"config_groups": {
|
10 |
"group_0": {
|
11 |
"input_activations": {
|
@@ -50,23 +68,5 @@
|
|
50 |
"registry_requires_subclass": false,
|
51 |
"sparsity_structure": "unstructured"
|
52 |
}
|
53 |
-
}
|
54 |
-
"eos_token_id": 2,
|
55 |
-
"hidden_act": "silu",
|
56 |
-
"hidden_size": 4096,
|
57 |
-
"initializer_range": 0.02,
|
58 |
-
"intermediate_size": 14336,
|
59 |
-
"max_position_embeddings": 32768,
|
60 |
-
"model_type": "mistral",
|
61 |
-
"num_attention_heads": 32,
|
62 |
-
"num_hidden_layers": 32,
|
63 |
-
"num_key_value_heads": 8,
|
64 |
-
"rms_norm_eps": 1e-05,
|
65 |
-
"rope_theta": 1000000.0,
|
66 |
-
"sliding_window": null,
|
67 |
-
"tie_word_embeddings": false,
|
68 |
-
"torch_dtype": "bfloat16",
|
69 |
-
"transformers_version": "4.42.3",
|
70 |
-
"use_cache": true,
|
71 |
-
"vocab_size": 32768
|
72 |
}
|
|
|
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": "mistral",
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_hidden_layers": 32,
|
17 |
+
"num_key_value_heads": 8,
|
18 |
+
"rms_norm_eps": 1e-05,
|
19 |
+
"rope_theta": 1000000.0,
|
20 |
+
"sliding_window": null,
|
21 |
+
"tie_word_embeddings": false,
|
22 |
+
"torch_dtype": "bfloat16",
|
23 |
+
"transformers_version": "4.42.3",
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 32768,
|
26 |
+
"quantization_config": {
|
27 |
"config_groups": {
|
28 |
"group_0": {
|
29 |
"input_activations": {
|
|
|
68 |
"registry_requires_subclass": false,
|
69 |
"sparsity_structure": "unstructured"
|
70 |
}
|
71 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
}
|