FrenzyBiscuit
commited on
Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
|
|
7 |
"eos_token_id": 151643,
|
8 |
"hidden_act": "silu",
|
9 |
"hidden_size": 5120,
|
@@ -16,19 +17,18 @@
|
|
16 |
"num_hidden_layers": 64,
|
17 |
"num_key_value_heads": 8,
|
18 |
"rms_norm_eps": 1e-05,
|
19 |
-
"rope_scaling": null,
|
20 |
"rope_theta": 1000000.0,
|
21 |
"sliding_window": null,
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.44.0",
|
25 |
-
"use_cache":
|
26 |
"use_sliding_window": false,
|
27 |
"vocab_size": 152064,
|
28 |
"quantization_config": {
|
29 |
"quant_method": "exl2",
|
30 |
"version": "0.2.7",
|
31 |
-
"bits":
|
32 |
"head_bits": 8,
|
33 |
"calibration": {
|
34 |
"rows": 115,
|
|
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
"eos_token_id": 151643,
|
9 |
"hidden_act": "silu",
|
10 |
"hidden_size": 5120,
|
|
|
17 |
"num_hidden_layers": 64,
|
18 |
"num_key_value_heads": 8,
|
19 |
"rms_norm_eps": 1e-05,
|
|
|
20 |
"rope_theta": 1000000.0,
|
21 |
"sliding_window": null,
|
22 |
"tie_word_embeddings": false,
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.44.0",
|
25 |
+
"use_cache": true,
|
26 |
"use_sliding_window": false,
|
27 |
"vocab_size": 152064,
|
28 |
"quantization_config": {
|
29 |
"quant_method": "exl2",
|
30 |
"version": "0.2.7",
|
31 |
+
"bits": 5.0,
|
32 |
"head_bits": 8,
|
33 |
"calibration": {
|
34 |
"rows": 115,
|