Update config.json
Browse files- config.json +11 -0
config.json
CHANGED
@@ -26,4 +26,15 @@
|
|
26 |
"untie_embeddings_and_output_weights": true,
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 131072
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
}
|
|
|
26 |
"untie_embeddings_and_output_weights": true,
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 131072
|
29 |
+
"quantization_config": {
|
30 |
+
"quant_method": "exl2",
|
31 |
+
"version": "0.0.18",
|
32 |
+
"bits": 4.0,
|
33 |
+
"head_bits": 6,
|
34 |
+
"calibration": {
|
35 |
+
"rows": 100,
|
36 |
+
"length": 2048,
|
37 |
+
"dataset": "(default)"
|
38 |
+
}
|
39 |
+
}
|
40 |
}
|