update config
Browse files- config.json +5 -2
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"BitNetForCausalLM"
|
4 |
],
|
5 |
"auto_map": {
|
6 |
-
"AutoConfig": "configuration_bitnet.
|
7 |
"AutoModelForCausalLM": "modeling_bitnet.BitNetForCausalLM"
|
8 |
},
|
9 |
"bos_token_id": 128000,
|
@@ -23,5 +23,8 @@
|
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"use_cache": true,
|
25 |
"vocab_size": 128256,
|
26 |
-
"
|
|
|
|
|
|
|
27 |
}
|
|
|
3 |
"BitNetForCausalLM"
|
4 |
],
|
5 |
"auto_map": {
|
6 |
+
"AutoConfig": "configuration_bitnet.BitNetConfig",
|
7 |
"AutoModelForCausalLM": "modeling_bitnet.BitNetForCausalLM"
|
8 |
},
|
9 |
"bos_token_id": 128000,
|
|
|
23 |
"torch_dtype": "bfloat16",
|
24 |
"use_cache": true,
|
25 |
"vocab_size": 128256,
|
26 |
+
"quantization_config": {
|
27 |
+
"quant_method": "bitnet",
|
28 |
+
"offline_quantization": true
|
29 |
+
}
|
30 |
}
|