ssbuild commited on
Commit
d4df6ec
1 Parent(s): 08749be

Update config.json

Browse files
Files changed (1) hide show
  1. 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
- "quantization": "cpm",
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,