Update config.json
Browse files- config.json +12 -1
config.json
CHANGED
@@ -23,5 +23,16 @@
|
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.46.3",
|
25 |
"use_cache": true,
|
26 |
-
"vocab_size": 32768
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
}
|
|
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"transformers_version": "4.46.3",
|
25 |
"use_cache": true,
|
26 |
+
"vocab_size": 32768,
|
27 |
+
"quantization_config": {
|
28 |
+
"quant_method": "exl2",
|
29 |
+
"version": "0.2.4",
|
30 |
+
"bits": 3.0,
|
31 |
+
"head_bits": 6,
|
32 |
+
"calibration": {
|
33 |
+
"rows": 100,
|
34 |
+
"length": 2048,
|
35 |
+
"dataset": "(default)"
|
36 |
+
}
|
37 |
+
}
|
38 |
}
|