Update config.json
Browse files- config.json +1 -12
config.json
CHANGED
@@ -25,16 +25,5 @@
|
|
25 |
"torch_dtype": "float16",
|
26 |
"transformers_version": "4.37.2",
|
27 |
"use_cache": true,
|
28 |
-
"vocab_size": 32000
|
29 |
-
"quantization_config": {
|
30 |
-
"quant_method": "exl2",
|
31 |
-
"version": "0.0.16",
|
32 |
-
"bits": 3.2,
|
33 |
-
"head_bits": 6,
|
34 |
-
"calibration": {
|
35 |
-
"rows": 100,
|
36 |
-
"length": 2048,
|
37 |
-
"dataset": "(default)"
|
38 |
-
}
|
39 |
-
}
|
40 |
}
|
|
|
25 |
"torch_dtype": "float16",
|
26 |
"transformers_version": "4.37.2",
|
27 |
"use_cache": true,
|
28 |
+
"vocab_size": 32000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
}
|