isinTarik commited on
Commit
ab605d3
1 Parent(s): fe9c045

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json CHANGED
@@ -19,6 +19,20 @@
19
  "num_hidden_layers": 18,
20
  "num_key_value_heads": 1,
21
  "pad_token_id": 0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  "rms_norm_eps": 1e-06,
23
  "rope_scaling": null,
24
  "rope_theta": 10000.0,
 
19
  "num_hidden_layers": 18,
20
  "num_key_value_heads": 1,
21
  "pad_token_id": 0,
22
+ "quantization_config": {
23
+ "_load_in_4bit": true,
24
+ "_load_in_8bit": false,
25
+ "bnb_4bit_compute_dtype": "bfloat16",
26
+ "bnb_4bit_quant_type": "nf4",
27
+ "bnb_4bit_use_double_quant": true,
28
+ "llm_int8_enable_fp32_cpu_offload": false,
29
+ "llm_int8_has_fp16_weight": false,
30
+ "llm_int8_skip_modules": null,
31
+ "llm_int8_threshold": 6.0,
32
+ "load_in_4bit": true,
33
+ "load_in_8bit": false,
34
+ "quant_method": "bitsandbytes"
35
+ },
36
  "rms_norm_eps": 1e-06,
37
  "rope_scaling": null,
38
  "rope_theta": 10000.0,