liemo commited on
Commit
714f92b
1 Parent(s): 10b3c74

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +17 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_name_or_path": "liemo/open-lilm-v2-q4",
3
- "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
@@ -19,6 +19,21 @@
19
  "num_key_value_heads": 4,
20
  "pad_token_id": 0,
21
  "pretraining_tp": 1,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  "rms_norm_eps": 1e-06,
23
  "rope_scaling": null,
24
  "rope_theta": 5000000.0,
@@ -27,4 +42,4 @@
27
  "transformers_version": "4.42.4",
28
  "use_cache": false,
29
  "vocab_size": 64960
30
- }
 
1
  {
2
  "_name_or_path": "liemo/open-lilm-v2-q4",
3
+ "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
 
19
  "num_key_value_heads": 4,
20
  "pad_token_id": 0,
21
  "pretraining_tp": 1,
22
+ "quantization_config": {
23
+ "_load_in_4bit": true,
24
+ "_load_in_8bit": false,
25
+ "bnb_4bit_compute_dtype": "bfloat16",
26
+ "bnb_4bit_quant_storage": "uint8",
27
+ "bnb_4bit_quant_type": "nf4",
28
+ "bnb_4bit_use_double_quant": true,
29
+ "llm_int8_enable_fp32_cpu_offload": false,
30
+ "llm_int8_has_fp16_weight": false,
31
+ "llm_int8_skip_modules": null,
32
+ "llm_int8_threshold": 6.0,
33
+ "load_in_4bit": true,
34
+ "load_in_8bit": false,
35
+ "quant_method": "bitsandbytes"
36
+ },
37
  "rms_norm_eps": 1e-06,
38
  "rope_scaling": null,
39
  "rope_theta": 5000000.0,
 
42
  "transformers_version": "4.42.4",
43
  "use_cache": false,
44
  "vocab_size": 64960
45
+ }