codys12 commited on
Commit
be233f5
·
verified ·
1 Parent(s): 2464058

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json CHANGED
@@ -17,6 +17,13 @@
17
  "num_attention_heads": 32,
18
  "num_hidden_layers": 36,
19
  "num_key_value_heads": 8,
 
 
 
 
 
 
 
20
  "rms_norm_eps": 1e-06,
21
  "rope_scaling": null,
22
  "rope_theta": 1000000,
 
17
  "num_attention_heads": 32,
18
  "num_hidden_layers": 36,
19
  "num_key_value_heads": 8,
20
+ "quantization_config": {
21
+ "quant_method": "bitnet",
22
+ "linear_class": "autobitlinear",
23
+ "quantization_mode": "online",
24
+ "use_rms_norm": true,
25
+ "rms_norm_eps": 1e-6
26
+ }
27
  "rms_norm_eps": 1e-06,
28
  "rope_scaling": null,
29
  "rope_theta": 1000000,