Update config.json
Browse files- config.json +8 -0
config.json
CHANGED
|
@@ -16,6 +16,14 @@
|
|
| 16 |
"num_attention_heads": 40,
|
| 17 |
"num_hidden_layers": 64,
|
| 18 |
"num_key_value_heads": 8,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
"rms_norm_eps": 1e-05,
|
| 20 |
"rope_scaling": null,
|
| 21 |
"rope_theta": 1000000.0,
|
|
|
|
| 16 |
"num_attention_heads": 40,
|
| 17 |
"num_hidden_layers": 64,
|
| 18 |
"num_key_value_heads": 8,
|
| 19 |
+
"quantization_config": {
|
| 20 |
+
"linear_class": "bitlinear",
|
| 21 |
+
"quant_method": "bitnet",
|
| 22 |
+
"quantization_mode": "online",
|
| 23 |
+
"linear_class": "autobitlinear",
|
| 24 |
+
"use_rms_norm": true,
|
| 25 |
+
"modules_to_not_convert": []
|
| 26 |
+
},
|
| 27 |
"rms_norm_eps": 1e-05,
|
| 28 |
"rope_scaling": null,
|
| 29 |
"rope_theta": 1000000.0,
|