Poppy66 commited on
Commit
502e5ef
·
verified ·
1 Parent(s): ef883bc

update config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "PoppyWang/ContaLLM-Beauty-8B-Instruct",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -24,6 +24,18 @@
24
  "num_key_value_heads": 8,
25
  "pad_token_id": 128004,
26
  "pretraining_tp": 1,
 
 
 
 
 
 
 
 
 
 
 
 
27
  "rms_norm_eps": 1e-05,
28
  "rope_scaling": {
29
  "factor": 8.0,
 
1
  {
2
+ "_name_or_path": "ContaAI/ContaLLM-Beauty-8B-Instruct-4bit",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
24
  "num_key_value_heads": 8,
25
  "pad_token_id": 128004,
26
  "pretraining_tp": 1,
27
+ "quantization_config": {
28
+ "bnb_4bit_compute_dtype": "bfloat16",
29
+ "bnb_4bit_quant_type": "nf4",
30
+ "bnb_4bit_use_double_quant": true,
31
+ "llm_int8_enable_fp32_cpu_offload": false,
32
+ "llm_int8_has_fp16_weight": false,
33
+ "llm_int8_skip_modules": null,
34
+ "llm_int8_threshold": 6.0,
35
+ "load_in_4bit": true,
36
+ "load_in_8bit": false,
37
+ "quant_method": "bitsandbytes"
38
+ },
39
  "rms_norm_eps": 1e-05,
40
  "rope_scaling": {
41
  "factor": 8.0,