kishizaki-sci
commited on
Commit
•
29c3090
1
Parent(s):
9f0c477
Upload config
Browse files- config.json +13 -0
config.json
CHANGED
@@ -23,6 +23,19 @@
|
|
23 |
"num_hidden_layers": 80,
|
24 |
"num_key_value_heads": 8,
|
25 |
"pretraining_tp": 1,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
"rms_norm_eps": 1e-05,
|
27 |
"rope_scaling": {
|
28 |
"factor": 8.0,
|
|
|
23 |
"num_hidden_layers": 80,
|
24 |
"num_key_value_heads": 8,
|
25 |
"pretraining_tp": 1,
|
26 |
+
"quantization_config": {
|
27 |
+
"backend": "autoawq",
|
28 |
+
"bits": 4,
|
29 |
+
"do_fuse": false,
|
30 |
+
"exllama_config": null,
|
31 |
+
"fuse_max_seq_len": null,
|
32 |
+
"group_size": 128,
|
33 |
+
"modules_to_fuse": null,
|
34 |
+
"modules_to_not_convert": null,
|
35 |
+
"quant_method": "awq",
|
36 |
+
"version": "gemm",
|
37 |
+
"zero_point": true
|
38 |
+
},
|
39 |
"rms_norm_eps": 1e-05,
|
40 |
"rope_scaling": {
|
41 |
"factor": 8.0,
|