codys12 commited on
Commit
7e5b3e6
·
verified ·
1 Parent(s): 008d107

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -15,6 +15,12 @@
15
  "num_attention_heads": 40,
16
  "num_hidden_layers": 64,
17
  "num_key_value_heads": 8,
 
 
 
 
 
 
18
  "rms_norm_eps": 1e-05,
19
  "rope_scaling": null,
20
  "rope_theta": 1000000.0,
 
15
  "num_attention_heads": 40,
16
  "num_hidden_layers": 64,
17
  "num_key_value_heads": 8,
18
+ "quantization_config": {
19
+ "quant_method": "bitnet",
20
+ "linear_class": "autobitlinear",
21
+ "quantization_mode": "offline",
22
+ "with_rms_norm": true
23
+ }
24
  "rms_norm_eps": 1e-05,
25
  "rope_scaling": null,
26
  "rope_theta": 1000000.0,