Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
"num_attention_heads": 32,
|
22 |
"num_hidden_layers": 32,
|
23 |
"pad_token_id": 2,
|
24 |
-
"
|
25 |
"quantization_bit": 4,
|
26 |
"return_dict": false,
|
27 |
"rms_norm_eps": 1e-06,
|
|
|
21 |
"num_attention_heads": 32,
|
22 |
"num_hidden_layers": 32,
|
23 |
"pad_token_id": 2,
|
24 |
+
"quantization_method": "cpm",
|
25 |
"quantization_bit": 4,
|
26 |
"return_dict": false,
|
27 |
"rms_norm_eps": 1e-06,
|